changeset 4868:07817ebc1abc

* src/t4k_common.mk: update to query update from sourceforge
author John Donoghue
date Tue, 30 Oct 2018 13:44:12 -0400
parents 5ff8a7e5d891
children 9ebb98431899
files src/t4k_common.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/t4k_common.mk	Tue Oct 30 13:44:11 2018 -0400
+++ b/src/t4k_common.mk	Tue Oct 30 13:44:12 2018 -0400
@@ -11,7 +11,7 @@
 $(PKG)_DEPS     := sdl sdl_mixer sdl_image sdl_net sdl_pango sdl_ttf libpng librsvg libxml2 pthreads
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://alioth.debian.org/frs/?group_id=31080' | \
+    $(WGET) -q -O- 'http://sourceforge.net/projects/tuxmath/files/$(PKG)/' | \
     $(SED) -n 's,.*t4k_common-\([0-9][^>]*\)\.tar.*,\1,p' | \
     head -1
 endef