summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2014-12-03 17:19:46 -0500
committerThomas Hebb2014-12-03 17:19:46 -0500
commit1777e5a63d0e0f92c661354ca038ad4747f67626 (patch)
tree3d6804e4f1eafb7f27a1bc2d848898a00d6bebf3
parent1a0ebbae23fd4ebdaf11db5e3cd3b4b383f2dc1f (diff)
downloadaur-1777e5a63d0e0f92c661354ca038ad4747f67626.tar.gz
Update to 5.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4904791f70c5..4ff2d87c0d5e 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.1
+ pkgver = 5.2.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.2.1.tar.xz
- sha256sums = 54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.2.tar.xz
+ sha256sums = cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index f45183435e31..db034d6326e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Hebb <tommmyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.1
+pkgver=5.2.2
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=('54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6')
+sha256sums=('cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09')
build() {
cd "$srcdir/whois-$pkgver"