Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
rustic
Commits:
857bc4da by Caleb Maclennan at 2025-11-12T04:42:12+03:00
upgpkg: 0.10.2-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.10.1
+ pkgver = 0.10.2
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.10.1/rustic-0.10.1.tar.gz
- sha256sums =
efd310855d44758ed0e3cc4bb51ffc8bff59ff160c942f46988f03ef978764cf
+ source =
https://github.com/rustic-rs/rustic/archive/v0.10.2/rustic-0.10.2.tar.gz
+ sha256sums =
e8305efe543e68f75daec8ac5d7b7831a6ac5860f3dc37a8cfdf40ecf7d1e45f
pkgname = rustic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# contributor: Daniele Basso <d dot bass05 at proton dot me>
pkgname=rustic
-pkgver=0.10.1
+pkgver=0.10.2
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=('efd310855d44758ed0e3cc4bb51ffc8bff59ff160c942f46988f03ef978764cf')
+sha256sums=('e8305efe543e68f75daec8ac5d7b7831a6ac5860f3dc37a8cfdf40ecf7d1e45f')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/857bc4da539f7673b0766f43c2aae9acbfe91970
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/857bc4da539f7673b0766f43c2aae9acbfe91970
You're receiving this email because of your account on gitlab.archlinux.org.