summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2014-09-21 13:34:02 -0400
committerThomas Hebb2014-09-21 13:34:02 -0400
commit9c0e684bff1edfdb797d5a92e8e12c0c4e928845 (patch)
tree0e5f78100faaaeb768da8237f003e6bef98ec371
parentd1f4147bf93d413567ea54fb97d3a799748e650d (diff)
downloadaur-9c0e684bff1edfdb797d5a92e8e12c0c4e928845.tar.gz
Update to 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c9f72844d7e..7e93d8db03ee 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.1.4
+ pkgver = 5.2.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.1.4.tar.xz
- sha256sums = 678f8677d0e2d4836b14c8e95ad875ec569cec282572635f920888462cc5daef
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.0.tar.xz
+ sha256sums = f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index b4bb5b20b564..84aeb0ce5810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Hebb <tommmyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.1.4
+pkgver=5.2.0
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=('678f8677d0e2d4836b14c8e95ad875ec569cec282572635f920888462cc5daef')
+sha256sums=('f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b')
build() {
cd "$srcdir/whois-$pkgver"