mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/tor to 0.2.8.9-1
This commit is contained in:
parent
468e240e66
commit
860cceb19c
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - disable seccomp on aarch64
|
||||
|
||||
pkgname=tor
|
||||
pkgver=0.2.8.8
|
||||
pkgver=0.2.8.9
|
||||
pkgrel=1
|
||||
pkgdesc='Anonymizing overlay network.'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -22,11 +22,11 @@ install='tor.install'
|
|||
source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
||||
'torrc'
|
||||
'tor.service')
|
||||
md5sums=('a9627e1655cab3a3df0da9b0f74aa21b'
|
||||
md5sums=('e1f8bc2b2e2b365fc916388304e5e40d'
|
||||
'SKIP'
|
||||
'c1dd4004c63edaeaa829e01be5413cfc'
|
||||
'503cedd9679f9817b2c27916ba989a74')
|
||||
validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
|
||||
validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB') # Nick Mathewson
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue