summaryrefslogtreecommitdiffstats
path: root/src/sox.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sox.mk')
-rw-r--r--src/sox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sox.mk b/src/sox.mk
index eb9c604..add347c 100644
--- a/src/sox.mk
+++ b/src/sox.mk
@@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc file flac lame libltdl libmad libpng libsndfile \
opencore-amr opus twolame vorbis wavpack
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://sourceforge.net/projects/sox/files/sox/' | \
+ $(WGET) -q -O- 'https://sourceforge.net/projects/sox/files/sox/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef