summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-02-25 15:31:26 +0300
committerNeoTheFox2022-02-25 15:31:26 +0300
commit4b7656225fbd1f7bc066500be928cd28570399ab (patch)
treea783c958ff4e6c368a39e3b342f4cdfadebf7d45 /PKGBUILD
parent50d23dcdfe94a5520e571e5ae799626377904663 (diff)
downloadaur-4b7656225fbd1f7bc066500be928cd28570399ab.tar.gz
bump to 0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9b921d20ea1..e94deb49991d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.8.2
+pkgver=0.9.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=('d5234103c89ffc8bdba36b2988362ebceac656f8f8d796bcc44af0e3ffaa144c')
+sha256sums=('6a763cb54c9bad9f38569884636887248f2b5dd5c71c2e7283dd9d1a9604a1fb')
build() {
cd "$pkgname-$pkgver"