diff options
Diffstat (limited to 'src/sox.mk')
-rw-r--r-- | src/sox.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |