aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9f81e49370e..6c8e4c81b319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Conrad Kleinespel <conradk@conradk.com>
pkgname=rooster
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=1
pkgdesc="A simple password manager for geeks"
url="https://github.com/conradkdotcom/rooster"
@@ -10,7 +10,7 @@ depends=('libx11' 'libxmu' 'libsodium' 'openssl' 'xsel')
arch=('i686' 'x86_64')
license=('Apache-2.0')
source=("$pkgname-$pkgver.tar.gz::https://github.com/conradkdotcom/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c9e79f936e230c4812ffe8fdbf019c53e1aed5633bd83a0a507c1b680ac0a681')
+sha256sums=('73d62fde548cf13936db5918b67acc2d7590b44f99cc79811c144412f0a3102d')
build() {
cd "$pkgname-$pkgver"