changeset 5628:843dc4524892

* src/portaudio.mk: update update rule
author John Donoghue <john.donoghue@ieee.org>
date Wed, 30 Dec 2020 21:20:15 -0500
parents b022da047e9b
children 8279e6b94a0b
files src/portaudio.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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