summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Krahl2019-06-30 12:56:28 +0000
committerRobin Krahl2019-06-30 14:57:21 +0200
commit32579839a84d6f87f5daa306c0b0805f27317ae9 (patch)
tree7262f47c33b1c1bb3728d60b196f145ae6b6e165
parente9f3cf4508ced3a754bc8d1188c6e90f0e7ad601 (diff)
downloadaur-32579839a84d6f87f5daa306c0b0805f27317ae9.tar.gz
Update to nitrocli v0.2.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b86e0f8b62c8..b3c7f9f428ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nitrocli
pkgdesc = Command-line interface for Nitrokey devices
- pkgver = 0.2.3
- pkgrel = 2
+ pkgver = 0.2.4
+ pkgrel = 1
url = https://github.com/d-e-s-o/nitrocli
arch = x86_64
license = GPL3
makedepends = cargo
depends = libnitrokey>=3.4.1
depends = gnupg
- source = nitrocli-0.2.3.tar.gz::https://github.com/d-e-s-o/nitrocli/archive/v0.2.3.tar.gz
- sha512sums = b777fb634961f9c7c677f78743176df32a170da5793c53c8c46f8ff9f62fa51e616ac12b5b589f3531285d194996b130b313d77c02762c2aa97c7919b7b2e0de
+ source = nitrocli-0.2.4.tar.gz::https://github.com/d-e-s-o/nitrocli/archive/v0.2.4.tar.gz
+ sha512sums = 2b7493018f3c754e1b61a780171e38799d1fbda42d552e15aae819d33e3bd2b88d3b43aadc114c5cbd005c1479a6a66ff1289c4a5be5e63688f3f649b7c0a3a2
pkgname = nitrocli
diff --git a/PKGBUILD b/PKGBUILD
index 8a4e36f9e7f2..cd884abc1cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Krahl <robin.krahl@ireas.org>
pkgname=nitrocli
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
pkgdesc="Command-line interface for Nitrokey devices"
arch=('x86_64')
url="https://github.com/d-e-s-o/nitrocli"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('libnitrokey>=3.4.1' 'gnupg')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/d-e-s-o/nitrocli/archive/v${pkgver}.tar.gz)
-sha512sums=('b777fb634961f9c7c677f78743176df32a170da5793c53c8c46f8ff9f62fa51e616ac12b5b589f3531285d194996b130b313d77c02762c2aa97c7919b7b2e0de')
+sha512sums=('2b7493018f3c754e1b61a780171e38799d1fbda42d552e15aae819d33e3bd2b88d3b43aadc114c5cbd005c1479a6a66ff1289c4a5be5e63688f3f649b7c0a3a2')
prepare() {
cd "$pkgname-$pkgver"