summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2023-06-05 19:33:07 +0400
committerNeoTheFox2023-06-05 19:33:07 +0400
commit7fd9561f7aef7b2178cb2075fc2afcd44cae2e32 (patch)
tree85bd8c5025b9fdd952dd59effc243fc2efb5c184 /PKGBUILD
parent94080e421ccf0cd781491fe7f35d2d4f53b094e8 (diff)
downloadaur-7fd9561f7aef7b2178cb2075fc2afcd44cae2e32.tar.gz
bump to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8dbb087dbc5..4fe8529795ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.12.0
+pkgver=0.13.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=('05af76f7b77672dc7d95823929cddb412c1d655fb77ab157ea85846d5627be59')
+sha256sums=('5207220d1a523a88cbe6a044fdc8b6000bd03a4765f46a59d6f8fce5c0bc182c')
build() {
cd "$pkgname-$pkgver"