gnupg: update to 1.4.19
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
parent
0a05c1340c
commit
09f4d6b549
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue