# HG changeset patch # User John Donoghue # Date 1609381215 18000 # Node ID 843dc45248921b8e789750c8314a6edb19ee86aa # Parent b022da047e9be77c6b454e77176d1e25ca59258b * src/portaudio.mk: update update rule diff -r b022da047e9b -r 843dc4524892 src/portaudio.mk --- a/src/portaudio.mk Sun Dec 27 18:41:10 2020 -0500 +++ b/src/portaudio.mk Wed Dec 30 21:20:15 2020 -0500 @@ -19,7 +19,7 @@ endif define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.portaudio.com/download.html' | \ + $(WGET) -q -O- 'http://files.portaudio.com/download.html' | \ $(SED) -n 's,.*pa_stable_v\([0-9][^>]*\)\.tgz.*,\1,p' | \ head -1 endef