changeset 2804:f61e6eda0c2b

package portaudio: fix update macro
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 16:34:39 +0200
parents bd0fe0e0dac1
children f1388c4ecf3b
files src/portaudio.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/portaudio.mk	Thu Oct 11 16:29:24 2012 +0200
+++ b/src/portaudio.mk	Thu Oct 11 16:34:39 2012 +0200
@@ -11,7 +11,7 @@
 
 define $(PKG)_UPDATE
     $(WGET) -q -O- 'http://www.portaudio.com/download.html' | \
-    $(SED) -n 's,.*pa_stable_v\([0-9][^>]*\)\.tgz,\1,p' | \
+    $(SED) -n 's,.*pa_stable_v\([0-9][^>]*\)\.tgz.*,\1,p' | \
     head -1
 endef