aboutsummaryrefslogtreecommitdiffstats
path: root/community/easy-rsa/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-17 03:44:54 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-09-17 03:44:54 +0000
commita1a9eaff11d1dc3ea4df23512c23413af96e2e60 (patch)
treeb14f169326ac86f2bc49c975097e5753d90f8ea9 /community/easy-rsa/APKBUILD
parent75ebbf6a2bba281cee3be705e6e90a179ababc2f (diff)
community/easy-rsa: upgrade to 3.0.3
Diffstat (limited to 'community/easy-rsa/APKBUILD')
-rw-r--r--community/easy-rsa/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/easy-rsa/APKBUILD b/community/easy-rsa/APKBUILD
index 47d9b92a199..1b59914803e 100644
--- a/community/easy-rsa/APKBUILD
+++ b/community/easy-rsa/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=easy-rsa
-pkgver=3.0.1
+pkgver=3.0.3
pkgrel=0
pkgdesc="Simple shell based CA utility"
url="https://github.com/OpenVPN/easy-rsa"
@@ -8,7 +8,7 @@ arch="noarch"
license="GPL2"
depends="openssl"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
package() {
@@ -19,4 +19,4 @@ package() {
&& cp -rp doc/* "$pkgdir"/usr/share/doc/easy-rsa/
}
-sha512sums="818e757041a035c2983951a688b111cb2e869f6e34830248f3643049257dd48ec58021b16afbac007d19838cc10eee9226500bcd0ed023de308bb8a210a9840c easy-rsa-3.0.1.tar.gz"
+sha512sums="edc097936bc2400f131e17fe8a94b81d009befa21622d51064262b2ea2f39b28774c51224353f8b1cba790bfc53b9184e5a39abf85aee0a9310f5e08380019d2 easy-rsa-3.0.3.tar.gz"