summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-25 08:47:30 +0100
committerDaniel Peukert2020-03-25 08:47:30 +0100
commitecd415dc695d8057d53a41d12e9a0ff921843958 (patch)
tree4fa36206577c12d3170a15071c7fc57ebca19d16
parentd2076b1909c57106cddca52aebe6896222d00e4d (diff)
downloadaur-ecd415dc695d8057d53a41d12e9a0ff921843958.tar.gz
Updated rust-rage to 0.4.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb8c7ddc9561..8174a2cd5dbd 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.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/str4d/rage
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = rust-rage-bin
optdepends = bash-completion: Bash completion
provides = rust-rage
conflicts = rust-rage
- source = rust-rage-bin-0.3.1-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.3.1/LICENSE-MIT
+ source = rust-rage-bin-0.4.0-1-LICENSE-MIT::https://github.com/str4d/rage/raw/v0.4.0/LICENSE-MIT
sha256sums = fe56c030c2d8c3404a37fe711cebb27ebea13d0aacf7e3524db4198335ad8cd1
- source_x86_64 = rust-rage-bin-0.3.1-1-x86_64.deb::https://github.com/str4d/rage/releases/download/v0.3.1/rage_0.3.1_amd64.deb
- sha256sums_x86_64 = a7797da35aa8fe332b45213436f27163cce4726342248141640ebe35d4a49220
- source_armv7h = rust-rage-bin-0.3.1-1-armv7h.deb::https://github.com/str4d/rage/releases/download/v0.3.1/rage_0.3.1_armhf.deb
- sha256sums_armv7h = 3b23431dbe06981e3d90b79ca5fb3d952afa84a21fb3a75e69d464103574b9a3
- source_aarch64 = rust-rage-bin-0.3.1-1-aarch64.deb::https://github.com/str4d/rage/releases/download/v0.3.1/rage_0.3.1_arm64.deb
- sha256sums_aarch64 = 0442c207518b5f2e9c4f33017a20f3d4f786eb7f0115c00a21b1b511763ff566
+ source_x86_64 = rust-rage-bin-0.4.0-1-x86_64.deb::https://github.com/str4d/rage/releases/download/v0.4.0/rage_0.4.0_amd64.deb
+ sha256sums_x86_64 = b23d9cfefd8843c8a75a1989dae9b4225031b5a6f2194d01fa85d8a5cc6e3929
+ source_armv7h = rust-rage-bin-0.4.0-1-armv7h.deb::https://github.com/str4d/rage/releases/download/v0.4.0/rage_0.4.0_armhf.deb
+ sha256sums_armv7h = b111f64aaf9a95cd17ed41ed1ef881eaef7802aa85cb6f2d9e897e076b120950
+ source_aarch64 = rust-rage-bin-0.4.0-1-aarch64.deb::https://github.com/str4d/rage/releases/download/v0.4.0/rage_0.4.0_arm64.deb
+ sha256sums_aarch64 = 894e49ed605f1b237c4228db0e144ecef5eb0eb4d572996dc15ae8eb75db9c97
pkgname = rust-rage-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7d4f1b405ee9..c60656876943 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
_pkgname='rage'
pkgname="rust-$_pkgname-bin"
-pkgver='0.3.1'
+pkgver='0.4.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=('a7797da35aa8fe332b45213436f27163cce4726342248141640ebe35d4a49220')
-sha256sums_armv7h=('3b23431dbe06981e3d90b79ca5fb3d952afa84a21fb3a75e69d464103574b9a3')
-sha256sums_aarch64=('0442c207518b5f2e9c4f33017a20f3d4f786eb7f0115c00a21b1b511763ff566')
+sha256sums_x86_64=('b23d9cfefd8843c8a75a1989dae9b4225031b5a6f2194d01fa85d8a5cc6e3929')
+sha256sums_armv7h=('b111f64aaf9a95cd17ed41ed1ef881eaef7802aa85cb6f2d9e897e076b120950')
+sha256sums_aarch64=('894e49ed605f1b237c4228db0e144ecef5eb0eb4d572996dc15ae8eb75db9c97')
_sourcedirectory="$pkgname-$pkgver-$pkgrel"