upgpkg: 1.2.2-1
This commit is contained in:
parent
2b38dcaf86
commit
22ffe66058
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = arti
|
||||
pkgdesc = An implementation of Tor in Rust
|
||||
pkgver = 1.2.1
|
||||
pkgver = 1.2.2
|
||||
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.1.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.2.1/arti-arti-v1.2.1.tar.gz
|
||||
sha256sums = d8008ee1b261a64b3f5d043f4073e2a26763b3669016e89549b990604e46ef70
|
||||
b2sums = 9749f1a6e0beb3512911c5406668ed3e975da7666f2ab91f31c73b3ace1c6eca1a56d000912dbc53bb93e05362f963be778af086ae0a6fa2aaf66fb33a296c31
|
||||
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
|
||||
|
||||
pkgname = arti
|
||||
|
6
PKGBUILD
6
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
|
||||
|
||||
pkgname=arti
|
||||
pkgver=1.2.1
|
||||
pkgver=1.2.2
|
||||
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=('d8008ee1b261a64b3f5d043f4073e2a26763b3669016e89549b990604e46ef70')
|
||||
b2sums=('9749f1a6e0beb3512911c5406668ed3e975da7666f2ab91f31c73b3ace1c6eca1a56d000912dbc53bb93e05362f963be778af086ae0a6fa2aaf66fb33a296c31')
|
||||
sha256sums=('a255b3ea11bcdb698ad646db542a02d7db9cfc3c94f05f05db029b4e5da290ea')
|
||||
b2sums=('37c41fdde54a26894e81237cfa4469fb120a941b9a083ec381ebc27c953bfd1ced2e2687890b29ae3612809d65125721ed0d072ae5e23d353dce100390466025')
|
||||
|
||||
prepare() {
|
||||
mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user