aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAlan MeC Lacerda <alancordeiro@gmail.com>2013-03-15 14:20:24 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-15 14:24:30 +0000
commitacb52db7c2bc1a65bc0756cb53d419cd6417bed7 (patch)
treec1024bf9ecb0b6d875bc9750b76d5e03ccd20af2 /testing
parent365e3e65fe948e0db000a014041212339ab01894 (diff)
downloadaports-acb52db7c2bc1a65bc0756cb53d419cd6417bed7.tar.bz2
aports-acb52db7c2bc1a65bc0756cb53d419cd6417bed7.tar.xz
testing/openvpn-ad-check: upgrade to 1.1
Diffstat (limited to 'testing')
-rw-r--r--testing/openvpn-ad-check/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/openvpn-ad-check/APKBUILD b/testing/openvpn-ad-check/APKBUILD
index 8b3792ec76..a92f2dbafe 100644
--- a/testing/openvpn-ad-check/APKBUILD
+++ b/testing/openvpn-ad-check/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
# Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
pkgname=openvpn-ad-check
-pkgver=1
+pkgver=1.1
pkgrel=0
pkgdesc="Authenticate OpenVPN users against AD server and verify if they are member of a specific group."
url="https://sourceforge.net/p/openvpnadcheck"
-arch="all"
+arch="noarch"
license="GPL"
depends="openvpn lua-ldap"
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=""
-source="http://sourceforge.net/projects/openvpnadcheck/files/openvpnadcheck.tgz"
+source="http://sourceforge.net/projects/openvpnadcheck/files/$pkgname-$pkgver.tgz"
_builddir="$srcdir/$pkgname"
prepare() {
@@ -36,4 +36,4 @@ package() {
chmod 644 "$pkgdir"/etc/openvpn/openvpnadcheck.conf
}
-md5sums="50517d06d4c2f4078cb64afae414060c openvpnadcheck.tgz"
+md5sums="a4a21c72d12ac53d289aac6bfbd986ab openvpn-ad-check-1.1.tgz"