summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Henson2019-07-19 06:04:51 -0600
committerJeff Henson2019-07-19 06:04:51 -0600
commit48014e50674d379f2b77563e2d93c340c5c0f8de (patch)
tree44229ddcde2cbd121cf6f2a88f1b1a752d024d9a
parent9ef4fc16e7cb5330ac2da585dbabcc75f75ba747 (diff)
downloadaur-48014e50674d379f2b77563e2d93c340c5c0f8de.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71db5a1ea350..3964a72f10c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = keepass-plugin-hibpofflinecheck
pkgdesc = Keepass plugin that performs offline checks against the haveibeenpwned passwords file
- pkgver = 1.5.1
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/mihaifm/HIBPOfflineCheck
arch = any
depends = keepass
- source = HIBPOfflineCheck-1.5.1.tar.gz::https://github.com/mihaifm/HIBPOfflineCheck/archive/1.5.1.tar.gz
- sha256sums = cc3da6fc1a412bf7b51635cee64c0fdf086c8c2d82352862a989e93b6cbe8e20
+ source = HIBPOfflineCheck-1.6.0.tar.gz::https://github.com/mihaifm/HIBPOfflineCheck/archive/1.6.0.tar.gz
+ sha256sums = 07f28df047ba9e576316495ad53e7bd40cd44a882af1db0e254351bca05eec7f
pkgname = keepass-plugin-hibpofflinecheck
diff --git a/PKGBUILD b/PKGBUILD
index 3075561a3780..59b25d446ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=keepass-plugin-hibpofflinecheck
_pluginname=HIBPOfflineCheck
-pkgver=1.5.1
+pkgver=1.6.0
pkgrel=1
pkgdesc="Keepass plugin that performs offline checks against the haveibeenpwned passwords file"
depends=('keepass')
arch=('any')
url="https://github.com/mihaifm/HIBPOfflineCheck"
source=("${_pluginname}-${pkgver}.tar.gz::https://github.com/mihaifm/${_pluginname}/archive/${pkgver}.tar.gz")
-sha256sums=('cc3da6fc1a412bf7b51635cee64c0fdf086c8c2d82352862a989e93b6cbe8e20')
+sha256sums=('07f28df047ba9e576316495ad53e7bd40cd44a882af1db0e254351bca05eec7f')
prepare() {
cd "${srcdir}/${_pluginname}-${pkgver}"