diff src/plotmm.mk @ 1252:e8ab66322da3

fix update macros for plotmm and sdl_sound
author Tony Theodore <tonyt@logyst.com>
date Sun, 03 Oct 2010 00:03:57 +1000
parents 546e993bded5
children 2726fbef533c
line wrap: on
line diff
--- a/src/plotmm.mk	Sat Oct 02 23:25:29 2010 +1000
+++ b/src/plotmm.mk	Sun Oct 03 00:03:57 2010 +1000
@@ -14,7 +14,7 @@
 
 define $(PKG)_UPDATE
     $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/plotmm/files/plotmm/) | \
-    $(SED) -n 's,.*plotmm-\([0-9][^>]*\)-\.tar.*,\1,p' | \
+    $(SED) -n 's,.*plotmm-\([0-9][^>]*\)\.tar.*,\1,p' | \
     tail -1
 endef