summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2022-10-05 09:58:52 +0400
committerNeoTheFox2022-10-05 09:58:52 +0400
commit4add88427d01944b03ee90027b61ebb6a062a5b9 (patch)
tree63498cb3734eace715edd1b1fe48209d63d97cef
parent533819a8929d08de62fbffd52fe62941a7d66e41 (diff)
downloadaur-4add88427d01944b03ee90027b61ebb6a062a5b9.tar.gz
bump to 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 783f4cb5fcdd..069c551c8727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-credential-keepassxc
pkgdesc = git-credential-keepassxc is a Git credential helper that allows Git (and shell scripts) to get/store logins from/to KeePassXC
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/Frederick888/git-credential-keepassxc
arch = i686
arch = x86_64
license = GPL3
makedepends = cargo
- source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.10.0.tar.gz
- sha256sums = 546d7c64ea7fe58dc119c6cd65f1d3a7bced682baac460de3cb66084961db99d
+ source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.10.1.tar.gz
+ sha256sums = 8d1f010b756bf7f750b80d780d16fa56b6efda9c3516df9a848443855b356a02
pkgname = git-credential-keepassxc
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"