summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2023-05-09 11:09:58 +0400
committerNeoTheFox2023-05-09 11:09:58 +0400
commit94080e421ccf0cd781491fe7f35d2d4f53b094e8 (patch)
tree791acc9bf7c0ef12877ae16b5de25cb53aebe89d
parent110d0251d83fa160b40d6ad02a0ed669420f9045 (diff)
downloadaur-94080e421ccf0cd781491fe7f35d2d4f53b094e8.tar.gz
bump to 0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75dd5492d58..457f0af98635 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.11.0
+ pkgver = 0.12.0
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.11.0.tar.gz
- sha256sums = 285aaa55abcd8750a1c6503b8267bc36097c5fae4cd188e2497fd7d81c17f95b
+ source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.12.0.tar.gz
+ sha256sums = 05af76f7b77672dc7d95823929cddb412c1d655fb77ab157ea85846d5627be59
pkgname = git-credential-keepassxc
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"