summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2023-05-09 11:09:58 +0400
committerNeoTheFox2023-05-09 11:09:58 +0400
commit94080e421ccf0cd781491fe7f35d2d4f53b094e8 (patch)
tree791acc9bf7c0ef12877ae16b5de25cb53aebe89d /PKGBUILD
parent110d0251d83fa160b40d6ad02a0ed669420f9045 (diff)
downloadaur-94080e421ccf0cd781491fe7f35d2d4f53b094e8.tar.gz
bump to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60d84d5f2bf3..b8dbb087dbc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.11.0
+pkgver=0.12.0
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=('285aaa55abcd8750a1c6503b8267bc36097c5fae4cd188e2497fd7d81c17f95b')
+sha256sums=('05af76f7b77672dc7d95823929cddb412c1d655fb77ab157ea85846d5627be59')
build() {
cd "$pkgname-$pkgver"