Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
rustic
Commits:
6e5a0736 by Caleb Maclennan at 2024-10-24T23:11:23+03:00
upgpkg: 0.9.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rustic
pkgdesc = Fast, encrypted, deduplicated backups powered by Rust (reads
and writes restic repos)
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/rustic-rs/rustic
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = rustic
replaces = rustic-rs
replaces = rustic-bin
options = !lto
- source =
https://github.com/rustic-rs/rustic/archive/v0.9.3/rustic-0.9.3.tar.gz
- sha256sums =
c6bb2e6314ac5b89033f503f9df0f313428e7b091a2c98c701165b2d9cecd940
+ source =
https://github.com/rustic-rs/rustic/archive/v0.9.4/rustic-0.9.4.tar.gz
+ sha256sums =
a3e4744e62f64fdcd5aea45bb81c83635b26ea7fad5ff90abcb0a565ee36cd4b
pkgname = rustic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# contributor: Daniele Basso <d dot bass05 at proton dot me>
pkgname=rustic
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc='Fast, encrypted, deduplicated backups powered by Rust (reads and
writes restic repos)'
arch=(x86_64)
@@ -16,7 +16,7 @@ replaces=(rustic-rs
options=(!lto)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('c6bb2e6314ac5b89033f503f9df0f313428e7b091a2c98c701165b2d9cecd940')
+sha256sums=('a3e4744e62f64fdcd5aea45bb81c83635b26ea7fad5ff90abcb0a565ee36cd4b')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/6e5a0736c9da7a78a3ebb00c9112e8f8d025078f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/6e5a0736c9da7a78a3ebb00c9112e8f8d025078f
You're receiving this email because of your account on gitlab.archlinux.org.