This commit is contained in:
2025-08-29 18:14:15 -04:00
parent 16db1681ff
commit 8c50c9970b
2 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = arti
pkgdesc = An implementation of Tor in Rust
pkgver = 1.4.5
pkgrel = 21
pkgver = 1.4.6
pkgrel = 11
url = https://gitlab.torproject.org/tpo/core/arti
arch = x86_64
license = MIT
@@ -14,8 +14,8 @@ pkgbase = arti
depends = libssl.so
options = !lto
backup = etc/arti.d/arti.toml
source = arti-1.4.5.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.4.5/arti-arti-v1.4.5.tar.gz
sha256sums = 3c379b00435a8d6e2b1ef3a316db6a3a871e181bb074ad84e5399e3bac12f667
b2sums = 153747fb22289dc1611cdcfb990921cdf1290b58267ec98e036714ca8367651741ed1543a54083280c43eb81256629d12c5f0de706c782e58242c7a30d8a0ace
source = arti-1.4.6.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.4.6/arti-arti-v1.4.6.tar.gz
sha256sums = a21ab5b49543c780972bc212a4f9c2d770f501126047dc6fa54adbd21ecb2a01
b2sums = 4aa72c96aa6bbc0dcd6cae7b7a19648caf2d1e79d035e337bb498bbc6aa700c6dc0ef3836674fcd9a31b1f8995371ba690fad81329d9561f1bbc5ddceb2b04e0
pkgname = arti

View File

@@ -2,8 +2,8 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=arti
pkgver=1.4.5
pkgrel=21
pkgver=1.4.6
pkgrel=11
pkgdesc="An implementation of Tor in Rust"
arch=('x86_64')
url="https://gitlab.torproject.org/tpo/core/arti"
@@ -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=('3c379b00435a8d6e2b1ef3a316db6a3a871e181bb074ad84e5399e3bac12f667')
b2sums=('153747fb22289dc1611cdcfb990921cdf1290b58267ec98e036714ca8367651741ed1543a54083280c43eb81256629d12c5f0de706c782e58242c7a30d8a0ace')
sha256sums=('a21ab5b49543c780972bc212a4f9c2d770f501126047dc6fa54adbd21ecb2a01')
b2sums=('4aa72c96aa6bbc0dcd6cae7b7a19648caf2d1e79d035e337bb498bbc6aa700c6dc0ef3836674fcd9a31b1f8995371ba690fad81329d9561f1bbc5ddceb2b04e0')
prepare() {
mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"