upgpkg: 1.1.12-1

This commit is contained in:
kpcyrd 2024-01-12 12:42:12 +01:00
parent 78a4420ce9
commit e7105ae6ca
No known key found for this signature in database
GPG Key ID: 45A650E2638C536D
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = arti
pkgdesc = An implementation of Tor in Rust
pkgver = 1.1.11
pkgver = 1.1.12
pkgrel = 1
url = https://gitlab.torproject.org/tpo/core/arti
arch = x86_64
@ -12,8 +12,8 @@ pkgbase = arti
depends = libssl.so
options = !lto
backup = etc/arti.d/arti.toml
source = arti-1.1.11.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.1.11/arti-arti-v1.1.11.tar.gz
sha256sums = ac90e7deb16d8ede1a7a5ef5c966444d4881dfff9889bf87bd41cd5a82272443
b2sums = 4fccaef197107be9453253c23f54bc4747484b041830a6c59397e9a12ab5f08b96d9da950e8d2069df1e245865e824296a635c6a25d76f5f75784d4c63dab20c
source = arti-1.1.12.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.1.12/arti-arti-v1.1.12.tar.gz
sha256sums = e15dc574ea29391b95839208a59196abfad3ee3c7d14a6e42c8946a16025c9bd
b2sums = f1bec1c26a147372f19a66022dda7a2f8989d40338399f926f84c8ad17d6cd9d92ad565154a7a994152141fcfb72bacb677fd388c1c67032debfd0802f114c79
pkgname = arti

View File

@ -2,7 +2,7 @@
# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
pkgname=arti
pkgver=1.1.11
pkgver=1.1.12
pkgrel=1
pkgdesc="An implementation of Tor in Rust"
arch=('x86_64')
@ -17,8 +17,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=('ac90e7deb16d8ede1a7a5ef5c966444d4881dfff9889bf87bd41cd5a82272443')
b2sums=('4fccaef197107be9453253c23f54bc4747484b041830a6c59397e9a12ab5f08b96d9da950e8d2069df1e245865e824296a635c6a25d76f5f75784d4c63dab20c')
sha256sums=('e15dc574ea29391b95839208a59196abfad3ee3c7d14a6e42c8946a16025c9bd')
b2sums=('f1bec1c26a147372f19a66022dda7a2f8989d40338399f926f84c8ad17d6cd9d92ad565154a7a994152141fcfb72bacb677fd388c1c67032debfd0802f114c79')
prepare() {
mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver"