aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2016-09-02 21:43:08 +0200
committerConrad Kleinespel2016-09-02 21:43:08 +0200
commit3b790f234614b0391ae286f990bbf195baad9295 (patch)
tree4209114866d31af20295aa2583889f2204f3e2f2 /PKGBUILD
parentc104ebe1316348b1cd89dcbdb8358d393bd494b8 (diff)
downloadaur-3b790f234614b0391ae286f990bbf195baad9295.tar.gz
updates rooster version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3388780ed3a8..6d1a276a84f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Conrad Kleinespel <conradk@conradk.com>
pkgname=rooster
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="A simple password manager for geeks"
url="https://github.com/conradkleinespel/rooster"
@@ -9,7 +9,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('00fffc19e3edf0e06113665012c6234d77e1653688afdfafc0dfec28a427c947')
+sha256sums=('39e9cc19b3549e77b0434eb6252fa57e6c54dfec6fe12ca0bdb2879a69ae0302')
build() {
cd "$pkgname-$pkgver"