summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-10-05 09:58:52 +0400
committerNeoTheFox2022-10-05 09:58:52 +0400
commit4add88427d01944b03ee90027b61ebb6a062a5b9 (patch)
tree63498cb3734eace715edd1b1fe48209d63d97cef /PKGBUILD
parent533819a8929d08de62fbffd52fe62941a7d66e41 (diff)
downloadaur-4add88427d01944b03ee90027b61ebb6a062a5b9.tar.gz
bump to 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bbab96bab6c..04d40b9ce9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.10.0
+pkgver=0.10.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=('546d7c64ea7fe58dc119c6cd65f1d3a7bced682baac460de3cb66084961db99d')
+sha256sums=('8d1f010b756bf7f750b80d780d16fa56b6efda9c3516df9a848443855b356a02')
build() {
cd "$pkgname-$pkgver"