upgpkg: 1.2.3-1
This commit is contained in:
parent
22ffe66058
commit
7a2d67a8bd
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = arti
|
||||
pkgdesc = An implementation of Tor in Rust
|
||||
pkgver = 1.2.2
|
||||
pkgver = 1.2.3
|
||||
pkgrel = 1
|
||||
url = https://gitlab.torproject.org/tpo/core/arti
|
||||
arch = x86_64
|
||||
@ -14,8 +14,8 @@ pkgbase = arti
|
||||
depends = libssl.so
|
||||
options = !lto
|
||||
backup = etc/arti.d/arti.toml
|
||||
source = arti-1.2.2.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.2.2/arti-arti-v1.2.2.tar.gz
|
||||
sha256sums = a255b3ea11bcdb698ad646db542a02d7db9cfc3c94f05f05db029b4e5da290ea
|
||||
b2sums = 37c41fdde54a26894e81237cfa4469fb120a941b9a083ec381ebc27c953bfd1ced2e2687890b29ae3612809d65125721ed0d072ae5e23d353dce100390466025
|
||||
source = arti-1.2.3.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.2.3/arti-arti-v1.2.3.tar.gz
|
||||
sha256sums = 2cfbbc6aa203e0203f773158c4994ee0d55f7213c488281febeef9a15e25aec4
|
||||
b2sums = f4bb9d139942fee587ab4a80eac2a02744b428b3e900b5bb9331896fa8c06600caa0b92c2e125f90b5a2161b61485c6059a43a4c7623aa1290fe7fe610a8eb17
|
||||
|
||||
pkgname = arti
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
|
||||
|
||||
pkgname=arti
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of Tor in Rust"
|
||||
arch=('x86_64')
|
||||
@ -19,8 +19,8 @@ makedepends=('cargo')
|
||||
backup=('etc/arti.d/arti.toml')
|
||||
options=('!lto')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgname-v$pkgver/$pkgname-$pkgname-v$pkgver.tar.gz")
|
||||
sha256sums=('a255b3ea11bcdb698ad646db542a02d7db9cfc3c94f05f05db029b4e5da290ea')
|
||||
b2sums=('37c41fdde54a26894e81237cfa4469fb120a941b9a083ec381ebc27c953bfd1ced2e2687890b29ae3612809d65125721ed0d072ae5e23d353dce100390466025')
|
||||
sha256sums=('2cfbbc6aa203e0203f773158c4994ee0d55f7213c488281febeef9a15e25aec4')
|
||||
b2sums=('f4bb9d139942fee587ab4a80eac2a02744b428b3e900b5bb9331896fa8c06600caa0b92c2e125f90b5a2161b61485c6059a43a4c7623aa1290fe7fe610a8eb17')
|
||||
|
||||
prepare() {
|
||||
mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user