~alpine/devel

OpenVPN version bump to 2.2.2 v1 PROPOSED

IT Offshore: 1
 OpenVPN version bump to 2.2.2

 1 files changed, 6 insertions(+), 6 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/593/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] OpenVPN version bump to 2.2.2 Export this patch

OpenVPN version bump to 2.2.2
---
 testing/easy-rsa/APKBUILD | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/testing/easy-rsa/APKBUILD b/testing/easy-rsa/APKBUILD
index 27e6332..92a8147 100644
--- a/testing/easy-rsa/APKBUILD
+++ b/testing/easy-rsa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa
pkgname=easy-rsa
pkgver=2.2.0
pkgrel=0
pkgver=2.2.2
pkgrel=1
pkgdesc="Simple shell based CA utility"
url="https://github.com/OpenVPN/easy-rsa"
arch="noarch"
@@ -11,7 +11,7 @@ depends_dev=""
makedepends="$depends_dev autoconf automake"
install=""
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/OpenVPN/easy-rsa/archive/$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
@@ -37,6 +37,6 @@ package() {
	make install DESTDIR="$pkgdir" || return 1
}

md5sums="bb0478283f7f786a594a469257b85b71  easy-rsa-2.2.0.tar.gz"
sha256sums="132363669dd61f3057761261d7196b6918adcf467e683d8a9dd1acec8a5f04f7  easy-rsa-2.2.0.tar.gz"
sha512sums="6017e75a8beab9f9b042fb7de7ea4cbb728b55c3167cfc40d5b811c122732c75df34f22b4fd7a6bc2c5cca2124ca35dcc3e58d86cf462fc13fac9c22084eec39  easy-rsa-2.2.0.tar.gz"
md5sums="040238338980617bc9c2df4274349593  easy-rsa-2.2.2.tar.gz"
sha256sums="38f1f84e9b966df8b312365c7c75a455bdf003abdd5156e7106fa9c7771583ae  easy-rsa-2.2.2.tar.gz"
sha512sums="129b41515a472908e6bb883c5567eaae15af2193874aeb3cb02744dd23b760ac87f00f951d9c163fb30386034f78310df5e239d94c3f6e3a80cf9dee79ae702a  easy-rsa-2.2.2.tar.gz"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---