diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 16:01:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-03-11 16:01:35 +0100 |
commit | 85a8eebad2ec52266e98e4a764ea61f6d58f101f (patch) | |
tree | 003ff41817b41d2c0a6b84e43e4a2eb4b4f01b59 /package/libtasn1/Makefile | |
parent | 6c91c5bb985ece8173f3eca8b3a9f208f12249be (diff) |
update gnutls and required packages to latest upstream
Diffstat (limited to 'package/libtasn1/Makefile')
-rw-r--r-- | package/libtasn1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libtasn1/Makefile b/package/libtasn1/Makefile index 8b82f4b42..fbbd1fa74 100644 --- a/package/libtasn1/Makefile +++ b/package/libtasn1/Makefile @@ -4,13 +4,13 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libtasn1 -PKG_VERSION:= 2.2 +PKG_VERSION:= 2.11 PKG_RELEASE:= 1 -PKG_MD5SUM:= 14cc361500d2e768a8a6ec538ce3fecb +PKG_MD5SUM:= ee8076752f2afcbcd12f3dd9bc622748 PKG_DESCR:= an ASN.1 and DER structures manipulation library PKG_SECTION:= libs PKG_URL:= http://www.gnupg.org/ -PKG_SITES:= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ +PKG_SITES:= http://ftp.gnu.org/gnu/libtasn1/ include ${TOPDIR}/mk/package.mk |