Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
rage-encryption
Commits:
025eace9 by Caleb Maclennan at 2024-11-04T22:54:13+03:00
upgpkg: 0.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rage-encryption
pkgdesc = Rust implementation of the age encryption tool
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/str4d/rage
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = rage-encryption
depends = fuse3
depends = gcc-libs
depends = glibc
- provides = rust-rage=0.10.0
+ provides = rust-rage=0.11.0
conflicts = rage
replaces = rust-rage
- source =
https://github.com/str4d/rage/archive/v0.10.0/rage-0.10.0.tar.gz
- sha256sums =
34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4
+ source =
https://github.com/str4d/rage/archive/v0.11.0/rage-0.11.0.tar.gz
+ sha256sums =
f5c37b27428ad2b9ed91f0c691612dd0f91044d17565edf177fb676be4af1d35
pkgname = rage-encryption
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=rage-encryption
_pkgname=${pkgname%-*}
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc='Rust implementation of the age encryption tool'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -19,7 +19,7 @@ replaces=(rust-rage)
provides=("rust-rage=$pkgver")
_archive="$_pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('34c39c28f8032c144a43aea96e58159fe69526f5ff91cb813083530adcaa6ea4')
+sha256sums=('f5c37b27428ad2b9ed91f0c691612dd0f91044d17565edf177fb676be4af1d35')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rage-encryption/-/commit/025eace9a83c8ac5e2c05e1e280c432eb30b159b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rage-encryption/-/commit/025eace9a83c8ac5e2c05e1e280c432eb30b159b
You're receiving this email because of your account on gitlab.archlinux.org.