summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa69538ad8f9..427ae821684c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=keepass-plugin-hibpofflinecheck
_pluginname=HIBPOfflineCheck
-pkgver=1.7.6
+pkgver=1.7.7
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=('f35bcdad0e8562665a5cafb2d5f587ef2ea25821f65a1d6a926e2c080c804eab')
+sha256sums=('a6e6c2f47b8a3351f3f9081feca3e71ae4276494c76766e3c884248c2a3d9960')
prepare() {
cd "${srcdir}/${_pluginname}-${pkgver}/${_pluginname}"