Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
rustic
Commits:
3b06edb1 by Caleb Maclennan at 2024-10-10T15:32:45+03:00
upgpkg: 0.9.3-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.2
+ pkgver = 0.9.3
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.2/rustic-0.9.2.tar.gz
- sha256sums =
4122b47cf367572dafe4fac4ce2dda92345f48278b081aa8deba88dcb3d4813b
+ source =
https://github.com/rustic-rs/rustic/archive/v0.9.3/rustic-0.9.3.tar.gz
+ sha256sums =
c6bb2e6314ac5b89033f503f9df0f313428e7b091a2c98c701165b2d9cecd940
pkgname = rustic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# contributor: Daniele Basso <d dot bass05 at proton dot me>
pkgname=rustic
-pkgver=0.9.2
+pkgver=0.9.3
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=('4122b47cf367572dafe4fac4ce2dda92345f48278b081aa8deba88dcb3d4813b')
+sha256sums=('c6bb2e6314ac5b89033f503f9df0f313428e7b091a2c98c701165b2d9cecd940')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/3b06edb13afc23940dcaf1e63c5811211baed325
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/3b06edb13afc23940dcaf1e63c5811211baed325
You're receiving this email because of your account on gitlab.archlinux.org.