[packages] opencdk: update urls
authorStephen Walker <stephendwalker@gmail.com>
Sun, 19 Jun 2011 17:24:45 +0000 (17:24 +0000)
committerStephen Walker <stephendwalker@gmail.com>
Sun, 19 Jun 2011 17:24:45 +0000 (17:24 +0000)
SVN-Revision: 27225

libs/opencdk/Makefile

index 0d7d71d1f546cf59f3350882536cb4a66d449200..dedef401038f500a9b12a7de3a43937a8d1ac3d0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -12,7 +12,7 @@ PKG_VERSION:=0.6.6
 PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://josefsson.org/gnutls/releases/opencdk/
+PKG_SOURCE_URL:=ftp://ftp.gnutls.org/pub/gnutls/attic/opencdk
 PKG_MD5SUM:=813d62d7afe7b2c2d8f3df0a6c9d9331
 PKG_FIXUP:=libtool
 
@@ -25,7 +25,7 @@ define Package/libopencdk
   CATEGORY:=Libraries
   DEPENDS:=+libgcrypt zlib
   TITLE:=The Open Crypto Development Kit library
-  URL:=ftp://ftp.gnutls.org/pub/gnutls/opencdk/
+  URL:=ftp://ftp.gnutls.org/pub/gnutls/attic/opencdk/
 endef
 
 define Package/libopencdk/description