summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c1d7fd173a2..bcda6d73b590 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.13.0
+ pkgver = 0.14.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.13.0.tar.gz
- sha256sums = 5207220d1a523a88cbe6a044fdc8b6000bd03a4765f46a59d6f8fce5c0bc182c
+ source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.14.0.tar.gz
+ sha256sums = d1361d3d2d32b8ea9fbf42fb6f0fbaaf9532faf9ccb7252e3c7aaad7e202babb
pkgname = git-credential-keepassxc
diff --git a/PKGBUILD b/PKGBUILD
index 4fe8529795ab..6ad89cb103f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.13.0
+pkgver=0.14.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=('5207220d1a523a88cbe6a044fdc8b6000bd03a4765f46a59d6f8fce5c0bc182c')
+sha256sums=('d1361d3d2d32b8ea9fbf42fb6f0fbaaf9532faf9ccb7252e3c7aaad7e202babb')
build() {
cd "$pkgname-$pkgver"