summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-10-19 07:47:52 +0200
committerDaniel Peukert2021-10-19 07:47:52 +0200
commite1f744eb766c30b14fc9254cc77fa3ba4d0ced81 (patch)
tree5a2d5cfefb27724f22e6a88b9f5633acd29b536c
parent1085ff15150818833858f3a45ffc9a2e2b7622fe (diff)
downloadaur-e1f744eb766c30b14fc9254cc77fa3ba4d0ced81.tar.gz
Update rust-rage to 0.7.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8fb01886f2..849de6245ec5 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.6.0
+ pkgver = 0.7.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.6.0-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.6.0/LICENSE-MIT
+ source = rust-rage-bin-0.7.0-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.7.0/LICENSE-MIT
sha256sums = fe56c030c2d8c3404a37fe711cebb27ebea13d0aacf7e3524db4198335ad8cd1
- 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
+ source_x86_64 = rust-rage-bin-0.7.0-1-x86_64.deb::https://github.com/str4d/rage/releases/download/v0.7.0/rage_0.7.0_amd64.deb
+ sha256sums_x86_64 = 6cea62a228f421ca02088edceec946feb08fa72d4154cf2bed4b1148f65bc766
+ source_armv7h = rust-rage-bin-0.7.0-1-armv7h.deb::https://github.com/str4d/rage/releases/download/v0.7.0/rage_0.7.0_armhf.deb
+ sha256sums_armv7h = 0e6379dc60ff1952947fae409c8ac3ab32983ae917ebdb4e435b0fddc7d79f6c
+ source_aarch64 = rust-rage-bin-0.7.0-1-aarch64.deb::https://github.com/str4d/rage/releases/download/v0.7.0/rage_0.7.0_arm64.deb
+ sha256sums_aarch64 = 726d0ee510a5a7df46e91023dfd4d00b36f4c357818baf4a0b258b17046b8d8b
pkgname = rust-rage-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a43ccf25a76..f04895a8e366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='rage'
pkgname="rust-$_pkgname-bin"
-pkgver='0.6.0'
+pkgver='0.7.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=('30f6be2d606c8c7261a18e7102455a0f7c13f80aeede2038b4215fe4290ea92e')
-sha256sums_armv7h=('ceb0b9eaae33ece441b16188498744ad3232bd4d2a3e3fa1a6cbf69d2bf0359f')
-sha256sums_aarch64=('f9f27e6f3fc79cee915609bae327649452f220e2585b25568605d209ee895fd5')
+sha256sums_x86_64=('6cea62a228f421ca02088edceec946feb08fa72d4154cf2bed4b1148f65bc766')
+sha256sums_armv7h=('0e6379dc60ff1952947fae409c8ac3ab32983ae917ebdb4e435b0fddc7d79f6c')
+sha256sums_aarch64=('726d0ee510a5a7df46e91023dfd4d00b36f4c357818baf4a0b258b17046b8d8b')
_sourcedirectory="$pkgname-$pkgver-$pkgrel"