diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-31 17:45:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-31 17:45:54 +0000 |
commit | 3182edb02c4851104f824584705d96b42839ee9f (patch) | |
tree | 07ba02dd978563c325fe5b78ee002af87f0f6943 /package/system | |
parent | 1ae3b60e05ccb339cfe59475a3f81354d1f90f91 (diff) | |
download | upstream-3182edb02c4851104f824584705d96b42839ee9f.tar.gz upstream-3182edb02c4851104f824584705d96b42839ee9f.tar.bz2 upstream-3182edb02c4851104f824584705d96b42839ee9f.zip |
ca-certificates: update to version 20150426
update to version 20150426
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45858 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/ca-certificates/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 0bf3f25eaa..9c50fef320 100644 --- a/package/system/ca-certificates/Makefile +++ b/package/system/ca-certificates/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 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. @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ca-certificates -PKG_VERSION:=20141019 +PKG_VERSION:=20150426 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/c/ca-certificates -PKG_MD5SUM:=f619282081c8bfc65ea64c37fa5285ed +PKG_MD5SUM:=717455f13fb31fd014a11a468ea3895d PKG_INSTALL:=1 |