From 2a95e2052321f222ee52e4b5777afc761b1aae2c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 10 Dec 2017 14:08:55 +0000 Subject: [PATCH] community/tor to 0.3.1.9-1 --- community/tor/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD index 7d378f530..8543c05bf 100644 --- a/community/tor/PKGBUILD +++ b/community/tor/PKGBUILD @@ -7,10 +7,10 @@ # - disable seccomp on aarch64 pkgname=tor -pkgver=0.3.1.8 +pkgver=0.3.1.9 pkgrel=1 pkgdesc='Anonymizing overlay network.' -arch=('i686' 'x86_64') +arch=('x86_64') url='https://www.torproject.org/' license=('BSD') depends=('openssl' 'libevent' 'bash' 'libseccomp') @@ -22,7 +22,7 @@ install='tor.install' source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc} 'torrc' 'tor.service') -md5sums=('d04334a15527f9391a46d5ebf3d34782' +md5sums=('585e62d086ae7df7cd873f735d726118' 'SKIP' 'c1dd4004c63edaeaa829e01be5413cfc' '503cedd9679f9817b2c27916ba989a74')