|
@ -1,5 +1,5 @@ |
|
|
#
|
|
|
#
|
|
|
# Copyright (C) 2006-2014 OpenWrt.org
|
|
|
|
|
|
|
|
|
# Copyright (C) 2006-2015 OpenWrt.org
|
|
|
#
|
|
|
#
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
# See /LICENSE for more information.
|
|
|
# See /LICENSE for more information.
|
|
@ -8,13 +8,13 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=gnupg |
|
|
PKG_NAME:=gnupg |
|
|
PKG_VERSION:=1.4.18 |
|
|
|
|
|
|
|
|
PKG_VERSION:=1.4.19 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE_URL:=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \
|
|
|
PKG_SOURCE_URL:=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \
|
|
|
ftp://ftp.gnupg.org/gcrypt/gnupg |
|
|
ftp://ftp.gnupg.org/gcrypt/gnupg |
|
|
PKG_MD5SUM:=54db1be9588b11afbbdd8b82d4ea883a |
|
|
|
|
|
|
|
|
PKG_MD5SUM:=3af4ab5b3113b3e28d3551ecf9600785 |
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-3.0 |
|
|
PKG_LICENSE:=GPL-3.0 |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
PKG_LICENSE_FILES:=COPYING |
|
|