summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2019-01-03 00:44:50 -0800
committerThomas Hebb2019-01-03 00:44:50 -0800
commitdfd9333ec8ff63030733abda514bf037103fa22d (patch)
treea1da94b1391aa317ff658d8927e61b5caadd1b0e
parent094c5b34419f7ae75ecbffd45ee4b6d2e1ff3a02 (diff)
downloadaur-dfd9333ec8ff63030733abda514bf037103fa22d.tar.gz
Update to 5.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad332379d119..abf2f2318095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Aug 8 03:12:03 UTC 2018
+# Thu Jan 3 08:44:25 UTC 2019
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.3.2
+ pkgver = 5.4.0
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.2.tar.xz
- sha256sums = 79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.4.0.tar.xz
+ sha256sums = 3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 8a2357ae9fc8..243995d3bf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.3.2
+pkgver=5.4.0
_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=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+sha256sums=('3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"