summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 08:58:16 -0600
committerChristopher Patrick Fair2020-05-12 08:58:16 -0600
commit96b9a795c5725f054f31386d2e763367c0a1e767 (patch)
tree3e4561eb7c0826099952ba9fe1718cdf9d69f342 /PKGBUILD
parent88dd246f3d466e7c3bd360533070dd4650e70b71 (diff)
downloadaur-96b9a795c5725f054f31386d2e763367c0a1e767.tar.gz
Changes to be committed:
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38bd2807f193..e94a087c3d9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Fair <christopherpfair@comcast.net>
pkgname=checkpwn
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Checks whether the account or the password is on the list of compromised accounts."
arch=('i686' 'x86_64')
url="https://github.com/chrisfair/checkpwn/"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('git' 'openssl')
makedepends=('git')
source=("https://github.com/chrisfair/checkpwn/releases/download/v${pkgver}/checkpwn.tar.gz")
-sha1sums=('5179c0bb1ca9496b6330ca59537755477d8efffd')
+sha256sums=('7aefa6e2cce2b4b8b5118ede93128aecd4d631fbbe3f2504c14a9bf4184a3a85')
package() {
cd "${srcdir}"