summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2022-06-17 09:49:13 +0400
committerNeoTheFox2022-06-17 09:49:13 +0400
commit533819a8929d08de62fbffd52fe62941a7d66e41 (patch)
treeaaf063193e745bae192caa3cdc67d5ad90e69975 /PKGBUILD
parent4b7656225fbd1f7bc066500be928cd28570399ab (diff)
downloadaur-533819a8929d08de62fbffd52fe62941a7d66e41.tar.gz
bump to 0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e94deb49991d..9bbab96bab6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.9.1
+pkgver=0.10.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=('6a763cb54c9bad9f38569884636887248f2b5dd5c71c2e7283dd9d1a9604a1fb')
+sha256sums=('546d7c64ea7fe58dc119c6cd65f1d3a7bced682baac460de3cb66084961db99d')
build() {
cd "$pkgname-$pkgver"