Browse Source

fix download url

Waldemar Brodkorb 9 years ago
parent
commit
674ce9ee80
2 changed files with 2 additions and 2 deletions
  1. 1 1
      package/irssi/Makefile
  2. 1 1
      package/jack2/Makefile

+ 1 - 1
package/irssi/Makefile

@@ -12,7 +12,7 @@ PKG_SECTION:=		app/chat
 PKG_DEPENDS:=		glib libncurses
 PKG_BUILDDEP:=		glib ncurses
 PKG_URL:=		http://www.irssi.org/
-PKG_SITES:=		http://www.irssi.org/files/
+PKG_SITES:=		http://distfiles.openadk.org/
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 

+ 1 - 1
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