summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2018-08-07 23:12:24 -0400
committerThomas Hebb2018-08-07 23:12:24 -0400
commit094c5b34419f7ae75ecbffd45ee4b6d2e1ff3a02 (patch)
treeba49843c2e54df321a2892380485c7cc82f89c56
parentf660d35c7e5281adf50b999ffe179d6478ceba6f (diff)
downloadaur-094c5b34419f7ae75ecbffd45ee4b6d2e1ff3a02.tar.gz
Update to 5.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81305c49a47f..ad332379d119 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jul 2 04:12:03 UTC 2018
+# Wed Aug 8 03:12:03 UTC 2018
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.3.1
+ pkgver = 5.3.2
pkgrel = 1
url = http://packages.debian.org/sid/whois
arch = i686
arch = x86_64
license = GPL
- source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.3.1.tar.xz
- sha256sums = ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.3.2.tar.xz
+ sha256sums = 79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 81ea09c0a4bd..8a2357ae9fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.3.1
+pkgver=5.3.2
_debian_backport=''
pkgrel=1
pkgdesc="A features-rich front end to the password encryption function crypt(3)."
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/whois"
license=('GPL')
source=("http://ftp.de.debian.org/debian/pool/main/w/whois/whois_${pkgver}${_debian_backport}.tar.xz")
-sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"