summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2014-10-30 22:53:00 -0400
committerThomas Hebb2014-10-30 22:53:00 -0400
commit1a0ebbae23fd4ebdaf11db5e3cd3b4b383f2dc1f (patch)
treed1d20ac3d43a6c8ea8f1656aab9ccb2c31261fb3
parent9c0e684bff1edfdb797d5a92e8e12c0c4e928845 (diff)
downloadaur-1a0ebbae23fd4ebdaf11db5e3cd3b4b383f2dc1f.tar.gz
Update to 5.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e93d8db03ee..4904791f70c5 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.2.0
+ pkgver = 5.2.1
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.2.0.tar.xz
- sha256sums = f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.1.tar.xz
+ sha256sums = 54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 84aeb0ce5810..f45183435e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Hebb <tommmyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.0
+pkgver=5.2.1
pkgrel=1
pkgdesc="A features-rich front end to the password encryption function crypt(3)."
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}.tar.xz")
-sha256sums=('f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b')
+sha256sums=('54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6')
build() {
cd "$srcdir/whois-$pkgver"