summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e983f3b1e866..8c8fb01886f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-rage-bin
pkgdesc = Rust implementation of the age encryption tool - binary version
- pkgver = 0.5.1
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/str4d/rage
arch = x86_64
@@ -13,13 +13,13 @@ pkgbase = rust-rage-bin
optdepends = bash-completion: Bash completion
provides = rust-rage
conflicts = rust-rage
- source = rust-rage-bin-0.5.1-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.5.1/LICENSE-MIT
+ source = rust-rage-bin-0.6.0-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.6.0/LICENSE-MIT
sha256sums = fe56c030c2d8c3404a37fe711cebb27ebea13d0aacf7e3524db4198335ad8cd1
- source_x86_64 = rust-rage-bin-0.5.1-1-x86_64.deb::https://github.com/str4d/rage/releases/download/v0.5.1/rage_0.5.1_amd64.deb
- sha256sums_x86_64 = db6076c72f529aeab0351eb8ee36150f425dbb90dd793fd74eca0e259cf276d0
- source_armv7h = rust-rage-bin-0.5.1-1-armv7h.deb::https://github.com/str4d/rage/releases/download/v0.5.1/rage_0.5.1_armhf.deb
- sha256sums_armv7h = 3596a799760b16e5e3fa066f717ee80911e08d6003deb5fd051e04f66336e777
- source_aarch64 = rust-rage-bin-0.5.1-1-aarch64.deb::https://github.com/str4d/rage/releases/download/v0.5.1/rage_0.5.1_arm64.deb
- sha256sums_aarch64 = 1179bbb842a043475182e44d08cbfc9e48b90852602bf3534ae0391e1230121b
+ source_x86_64 = rust-rage-bin-0.6.0-1-x86_64.deb::https://github.com/str4d/rage/releases/download/v0.6.0/rage_0.6.0_amd64.deb
+ sha256sums_x86_64 = 30f6be2d606c8c7261a18e7102455a0f7c13f80aeede2038b4215fe4290ea92e
+ source_armv7h = rust-rage-bin-0.6.0-1-armv7h.deb::https://github.com/str4d/rage/releases/download/v0.6.0/rage_0.6.0_armhf.deb
+ sha256sums_armv7h = ceb0b9eaae33ece441b16188498744ad3232bd4d2a3e3fa1a6cbf69d2bf0359f
+ source_aarch64 = rust-rage-bin-0.6.0-1-aarch64.deb::https://github.com/str4d/rage/releases/download/v0.6.0/rage_0.6.0_arm64.deb
+ sha256sums_aarch64 = f9f27e6f3fc79cee915609bae327649452f220e2585b25568605d209ee895fd5
pkgname = rust-rage-bin
diff --git a/PKGBUILD b/PKGBUILD
index b275f12f555e..3a43ccf25a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='rage'
pkgname="rust-$_pkgname-bin"
-pkgver='0.5.1'
+pkgver='0.6.0'
pkgrel='1'
pkgdesc='Rust implementation of the age encryption tool - binary version'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -18,9 +18,9 @@ source_armv7h=("$pkgname-$pkgver-$pkgrel-armv7h.deb::$_releaseurl/${_pkgname}_${
source_aarch64=("$pkgname-$pkgver-$pkgrel-aarch64.deb::$_releaseurl/${_pkgname}_${pkgver}_arm64.deb")
source=("$pkgname-$pkgver-$pkgrel-LICENSE-MIT::$url/raw/v$pkgver/LICENSE-MIT")
sha256sums=('fe56c030c2d8c3404a37fe711cebb27ebea13d0aacf7e3524db4198335ad8cd1')
-sha256sums_x86_64=('db6076c72f529aeab0351eb8ee36150f425dbb90dd793fd74eca0e259cf276d0')
-sha256sums_armv7h=('3596a799760b16e5e3fa066f717ee80911e08d6003deb5fd051e04f66336e777')
-sha256sums_aarch64=('1179bbb842a043475182e44d08cbfc9e48b90852602bf3534ae0391e1230121b')
+sha256sums_x86_64=('30f6be2d606c8c7261a18e7102455a0f7c13f80aeede2038b4215fe4290ea92e')
+sha256sums_armv7h=('ceb0b9eaae33ece441b16188498744ad3232bd4d2a3e3fa1a6cbf69d2bf0359f')
+sha256sums_aarch64=('f9f27e6f3fc79cee915609bae327649452f220e2585b25568605d209ee895fd5')
_sourcedirectory="$pkgname-$pkgver-$pkgrel"