summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2022-11-03 14:19:31 +0400
committerNeoTheFox2022-11-03 14:19:31 +0400
commit4580a37c394f48d748d6c9bac89b632f03ed06a5 (patch)
treeaa4d9e3b009daf7c856fbe4c198e9d7b5c55334c
parentd4ecc555fe94775ec49b44f2d68a6d64be29d4b7 (diff)
downloadaur-4580a37c394f48d748d6c9bac89b632f03ed06a5.tar.gz
bump to 0.11.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e57946702ff..a75dd5492d58 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.1
- pkgrel = 2
+ pkgver = 0.11.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.10.1.tar.gz
- sha256sums = 8d1f010b756bf7f750b80d780d16fa56b6efda9c3516df9a848443855b356a02
+ source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.11.0.tar.gz
+ sha256sums = 285aaa55abcd8750a1c6503b8267bc36097c5fae4cd188e2497fd7d81c17f95b
pkgname = git-credential-keepassxc
diff --git a/PKGBUILD b/PKGBUILD
index 3747b34fc7cf..72a28e3dad68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.11.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"
makedepends=('cargo')
arch=('i686' 'x86_64')
license=('GPL3')
source=("https://github.com/Frederick888/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('8d1f010b756bf7f750b80d780d16fa56b6efda9c3516df9a848443855b356a02')
+sha256sums=('285aaa55abcd8750a1c6503b8267bc36097c5fae4cd188e2497fd7d81c17f95b')
build() {
cd "$pkgname-$pkgver"