diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-28 03:31:41 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-28 03:31:41 +0000 |
commit | fc3a052d9f439abcf0ce424b7d45b682a5377087 (patch) | |
tree | e30cf804e2126c73de97abfb7a4819dd8aa092f8 /community/tor | |
parent | 266ddb4aa9aed9a6a66b5eb9e17da710e66c4987 (diff) |
Wed May 28 03:24:53 UTC 2014
Diffstat (limited to 'community/tor')
-rw-r--r-- | community/tor/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 175b3e36b..f40ee64a7 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 109226 2014-04-11 20:15:49Z thestinger $ +# $Id: PKGBUILD 111976 2014-05-27 10:49:58Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Daniel Micay <danielmicay@gmail.com> # Contributor: simo <simo@archlinux.org> # Contributor: Sid Karunaratne pkgname=tor -pkgver=0.2.4.21 -pkgrel=3 +pkgver=0.2.4.22 +pkgrel=1 pkgdesc='Anonymizing overlay network.' arch=('i686' 'x86_64') url='http://www.torproject.org/' @@ -20,7 +20,7 @@ install='tor.install' source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc} 'torrc' 'tor.service') -md5sums=('bde981d10e8faf1e171ef1ebbb7b398a' +md5sums=('5a7eee0d9df87233255d78b25c6f8270' 'SKIP' 'c1dd4004c63edaeaa829e01be5413cfc' '51c81cd06b75edd87aafff5a7941822c') |