summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2021-08-29 12:40:25 +0300
committerNeoTheFox2021-08-29 12:40:25 +0300
commitd8bfbbf438e13e06f29f1bb0e28399f729a36792 (patch)
tree3d91034a2fed7d1dbcb549e7b7cd6f379c4f6ebe /PKGBUILD
parent7437bf921eb7183acb1469eb1ff75b5fd7dcfc4d (diff)
downloadaur-d8bfbbf438e13e06f29f1bb0e28399f729a36792.tar.gz
bump to 0.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf515225ae87..ab1dd1483b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="git-credential-keepassxc is a Git credential helper that allows Git (and shell scripts) to get/store logins from/to KeePassXC"
url="https://github.com/Frederick888/git-credential-keepassxc"
@@ -9,7 +9,7 @@ makedepends=('cargo')
arch=('i686' 'x86_64')
license=('GPL3')
source=("https://github.com/Frederick888/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('3fa4cbaf93d6fcfd68c9c0861ed8b81df2a009aef4599c6589820982def9322e')
build() {
cd "$pkgname-$pkgver"