diff options
author | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-15 00:01:19 +0000 |
commit | 14635ca5380a480450a66c3fcc29992d29a2bd8e (patch) | |
tree | a2f8e712c9e15b829397666c06d1cdd1a877d8a6 /community/tinc | |
parent | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (diff) |
Thu Mar 15 00:01:19 UTC 2012
Diffstat (limited to 'community/tinc')
-rw-r--r-- | community/tinc/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD index b9d82940a..4581b2c20 100644 --- a/community/tinc/PKGBUILD +++ b/community/tinc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 60867 2011-12-19 16:25:32Z tredaelli $ +# $Id: PKGBUILD 67628 2012-03-13 14:39:35Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: helios # Contributor: Lothar Gesslein pkgname=tinc -pkgver=1.0.16 +pkgver=1.0.17 pkgrel=1 pkgdesc="VPN (Virtual Private Network) daemon" arch=('i686' 'x86_64') @@ -13,9 +13,10 @@ license=('GPL') depends=('lzo2' 'openssl') backup=(etc/conf.d/tincd.conf) install=tinc.install -source=("http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz" - "tincd.rc" "tincd.conf") -md5sums=('f1c7ed94878725fb2cf4efb02bf160da' +source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig} + tincd.rc tincd.conf) +md5sums=('cd9e94e472584f9fe96cd86b42345afe' + 'dc30876057f888cb40b9e442ec54247b' '64bb53748d9051255f243003f0d511f5' '7c0276d4812cc5d3cc18142562a3aa82') |