summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-12 08:50:26 -0600
committerChristopher Patrick Fair2020-05-12 08:50:26 -0600
commit9a0ca6be736eb90c75b2cb9468f4fc738a86baa3 (patch)
treeed3e7f41b2d5dfea90f9aae2b7074f28f9264af4
parente5244f1330f621fa6f679171d5d275283c5f57ee (diff)
downloadaur-9a0ca6be736eb90c75b2cb9468f4fc738a86baa3.tar.gz
Changes to be committed:
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d18ffe86c410..5f31d6123ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkpwn
pkgdesc = Checks whether the account or the password is on the list of compromised accounts.
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/chrisfair/checkpwn/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = checkpwn
depends = git
depends = openssl
source = https://github.com/chrisfair/checkpwn/releases/download/v1.0.0/checkpwn.tar.gz
- sha1sums = e964fa35aad39a9dcf54df31ed6ec80bdffab3fc
+ sha1sums = 5179c0bb1ca9496b6330ca59537755477d8efffd
pkgname = checkpwn
diff --git a/PKGBUILD b/PKGBUILD
index 64b9fc26e7c6..38bd2807f193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christopher Fair <christopherpfair@comcast.net>
pkgname=checkpwn
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Checks whether the account or the password is on the list of compromised accounts."
arch=('i686' 'x86_64')
@@ -9,8 +9,7 @@ license=('MIT')
depends=('git' 'openssl')
makedepends=('git')
source=("https://github.com/chrisfair/checkpwn/releases/download/v${pkgver}/checkpwn.tar.gz")
-sha1sums=('e964fa35aad39a9dcf54df31ed6ec80bdffab3fc')
-
+sha1sums=('5179c0bb1ca9496b6330ca59537755477d8efffd')
package() {
cd "${srcdir}"