summaryrefslogtreecommitdiff
path: root/social/tinc/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-24 14:06:46 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-24 14:06:46 -0300
commit09af2989c25a7864f24ff98f4d6218cf7aab1a19 (patch)
tree762c5ce81038b931ae8f19615c86de841f330458 /social/tinc/PKGBUILD
parent1ae2620834322dc99e516bae97b601a6fea8eef5 (diff)
social/tinc-1.0.15-1
Diffstat (limited to 'social/tinc/PKGBUILD')
-rw-r--r--social/tinc/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/social/tinc/PKGBUILD b/social/tinc/PKGBUILD
index c2a7dc51c..1dd9ad328 100644
--- a/social/tinc/PKGBUILD
+++ b/social/tinc/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=tinc
-pkgver=1.0.14
+pkgver=1.0.15
pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon"
arch=(i686 x86_64)
@@ -7,7 +7,6 @@ url="http://www.tinc-vpn.org/"
license=('GPL')
depends=('lzo2' 'zlib' 'openssl')
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz)
-md5sums=('967dfafc4aa41a614c1d2739df8a8372')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -24,3 +23,4 @@ package() {
install -d $pkgdir/etc/tinc
tar xzvf doc/sample-config.tar.gz -C $pkgdir/etc/tinc/
}
+md5sums=('44bb7d1618955a0a56e9e159f1c46362')