diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-01 22:43:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-04 12:18:42 +0200 |
commit | 674ce9ee80af2373cadfbfa11803ee42f3c31f4f (patch) | |
tree | 1ff35468f497c2f76b0a9a41e82ce76f7fb0535f /package/jack2/Makefile | |
parent | bd004499e1292d69e3061ad67a6b1edb7cb5c857 (diff) |
fix download url
Diffstat (limited to 'package/jack2/Makefile')
-rw-r--r-- | package/jack2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/jack2/Makefile b/package/jack2/Makefile index 162a1252a..3672c68fd 100644 --- a/package/jack2/Makefile +++ b/package/jack2/Makefile @@ -13,7 +13,7 @@ PKG_DEPENDS:= alsa-lib libsndfile libsamplerate PKG_BUILDDEP:= python2-host alsa-lib libsndfile PKG_BUILDDEP+= libsamplerate PKG_URL:= http://jackaudio.org -PKG_SITES:= http://openadk.org/distfiles/ +PKG_SITES:= http://distfiles.openadk.org/ include $(ADK_TOPDIR)/mk/package.mk |