summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2019-04-15 20:48:52 -0700
committerThomas Hebb2019-04-15 20:48:52 -0700
commit3195548e6c5f4444084d68bf93d7c0d431c8d233 (patch)
tree5d169f1a1a74f471c6f593e6fc303ba88c2603f8
parentc7243c718110d65260d97c3c1e654a81a8733300 (diff)
downloadaur-3195548e6c5f4444084d68bf93d7c0d431c8d233.tar.gz
Update to 5.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff39d1c6226f..3a93a8941e38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.4.1
+ pkgver = 5.4.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.4.1.tar.xz
- sha256sums = 3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.4.2.tar.xz
+ sha256sums = eee33a3b3a56912fbf115a7dd24ed60314e2707a3ad6aa604ca2752c1ed01f57
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 767777387e48..17864ad46e0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.4.1
+pkgver=5.4.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=('3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50')
+sha256sums=('eee33a3b3a56912fbf115a7dd24ed60314e2707a3ad6aa604ca2752c1ed01f57')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"