kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / arti
Commits: 790bdb4b by kpcyrd at 2025-02-11T01:31:41+01:00 upgpkg: 1.4.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = arti pkgdesc = An implementation of Tor in Rust - pkgver = 1.3.2 + pkgver = 1.4.0 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.3.2.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.3.2/arti-arti-v1.3.2.tar.gz - sha256sums = 733062eadece6d06d9ed69a9eba8c98bee078bccaadaa66e881b42d24a3f3ad0 - b2sums = 649d47d294b631a6089139bb264e62f02662d55f55af99a6cc0eff5de9ceaf995d8c7c01819a5e0eb48462ad46c733c977124cfa477a0b9665afd96a3af402e1 + source = arti-1.4.0.tar.gz::https://gitlab.torproject.org/tpo/core/arti/-/archive/arti-v1.4.0/arti-arti-v1.4.0.tar.gz + sha256sums = 404e79e1f33c3dfdf8290c1f2b2c651c0b00ed5dd66fc78e08d92621b7ff660e + b2sums = 1f5c8cb8284c383f4cc79235e9f591abfc22a4669e1137ee6bf40fb84782638e3b22ca4966e8c09f5d486458761c92ef5ecf3cbc48d2b7c1ec00d9bcfdc2669a pkgname = arti ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> pkgname=arti -pkgver=1.3.2 +pkgver=1.4.0 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=('733062eadece6d06d9ed69a9eba8c98bee078bccaadaa66e881b42d24a3f3ad0') -b2sums=('649d47d294b631a6089139bb264e62f02662d55f55af99a6cc0eff5de9ceaf995d8c7c01819a5e0eb48462ad46c733c977124cfa477a0b9665afd96a3af402e1') +sha256sums=('404e79e1f33c3dfdf8290c1f2b2c651c0b00ed5dd66fc78e08d92621b7ff660e') +b2sums=('1f5c8cb8284c383f4cc79235e9f591abfc22a4669e1137ee6bf40fb84782638e3b22ca4966e8c09f5d486458761c92ef5ecf3cbc48d2b7c1ec00d9bcfdc2669a') prepare() { mv "$pkgname-$pkgname-v$pkgver" "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arti/-/commit/790bdb4bd259cebad9b78dd5901e830105bc37b7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arti/-/commit/790bdb4bd259cebad9b78dd5901e830105bc37b7 You're receiving this email because of your account on gitlab.archlinux.org.