summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2021-10-22 13:20:16 +0300
committerNeoTheFox2021-10-22 13:20:16 +0300
commit50d23dcdfe94a5520e571e5ae799626377904663 (patch)
tree8c3e0a781c93436c6e6b46398651c3cb11302e9b
parent5377f02e0f89613a425546b497f7ad0eb6b18277 (diff)
downloadaur-50d23dcdfe94a5520e571e5ae799626377904663.tar.gz
bump to 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b8ae33a0609..d6b1c5f087d9 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.8.1
+ pkgver = 0.8.2
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.8.1.tar.gz
- sha256sums = 3fa4cbaf93d6fcfd68c9c0861ed8b81df2a009aef4599c6589820982def9322e
+ source = https://github.com/Frederick888/git-credential-keepassxc/archive/refs/tags/v0.8.2.tar.gz
+ sha256sums = d5234103c89ffc8bdba36b2988362ebceac656f8f8d796bcc44af0e3ffaa144c
pkgname = git-credential-keepassxc
diff --git a/PKGBUILD b/PKGBUILD
index ab1dd1483b5f..c9b921d20ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NeoTheFox <aur at repraptor.33mail.com>
pkgname=git-credential-keepassxc
-pkgver=0.8.1
+pkgver=0.8.2
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=('3fa4cbaf93d6fcfd68c9c0861ed8b81df2a009aef4599c6589820982def9322e')
+sha256sums=('d5234103c89ffc8bdba36b2988362ebceac656f8f8d796bcc44af0e3ffaa144c')
build() {
cd "$pkgname-$pkgver"