lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 09f4d6b549a7ed798042ee2855efcaff80dbba6a
parent 0a05c1340cd10ff273593ebb58d775359fc3b234
Author: Nicolas Thill <nico@openwrt.org>
Date:   Sat,  7 Mar 2015 23:20:21 +0100

gnupg: update to 1.4.19

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mutils/gnupg/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/utils/gnupg/Makefile b/utils/gnupg/Makefile @@ -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. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnupg -PKG_VERSION:=1.4.18 +PKG_VERSION:=1.4.19 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg \ ftp://ftp.gnupg.org/gcrypt/gnupg -PKG_MD5SUM:=54db1be9588b11afbbdd8b82d4ea883a +PKG_MD5SUM:=3af4ab5b3113b3e28d3551ecf9600785 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=COPYING