Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
rustic
Commits:
63bbd66b by Caleb Maclennan at 2024-09-30T12:47:26+03:00
upgpkg: 0.9.0-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.8.1
+ pkgver = 0.9.0
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.8.1/rustic-0.8.1.tar.gz
- sha256sums =
86117560a26a774c92dd37f52c8ed29204371eace2208c156cc32055de4092c9
+ source =
https://github.com/rustic-rs/rustic/archive/v0.9.0/rustic-0.9.0.tar.gz
+ sha256sums =
b911515ce3879f6d2dbd179014ccbad7b157152ff28ecb7812ca6ea65a315523
pkgname = rustic
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# contributor: Daniele Basso <d dot bass05 at proton dot me>
pkgname=rustic
-pkgver=0.8.1
+pkgver=0.9.0
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=('86117560a26a774c92dd37f52c8ed29204371eace2208c156cc32055de4092c9')
+sha256sums=('b911515ce3879f6d2dbd179014ccbad7b157152ff28ecb7812ca6ea65a315523')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/63bbd66b3bb43f72da95bdf49098bc8bce468f36
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rustic/-/commit/63bbd66b3bb43f72da95bdf49098bc8bce468f36
You're receiving this email because of your account on gitlab.archlinux.org.