# HG changeset patch # User Mark Brand # Date 1349966079 -7200 # Node ID f61e6eda0c2b317df9325a3cf3ead3acab179920 # Parent bd0fe0e0dac129743e43684213f46dd9eceeefc0 package portaudio: fix update macro diff -r bd0fe0e0dac1 -r f61e6eda0c2b src/portaudio.mk --- 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