summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2015-08-12 12:01:12 -0400
committerThomas Hebb2015-08-12 12:01:12 -0400
commit283fb2cf0fabbf3bc1d1bb9f04a893664615492b (patch)
treee1efdbd9b467cd259077a3eb91e8d7b967bac2ee
parent84fbaf23d1461080d7d5b2ebae20bf6d5580a663 (diff)
downloadaur-283fb2cf0fabbf3bc1d1bb9f04a893664615492b.tar.gz
Update to 5.2.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291630eeefe0..7b9fb9a17f6c 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.9
+ pkgver = 5.2.10
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.9.tar.xz
- sha256sums = eee5446bf76ca7d38052767d6e2c542297d3a54ce928cada0ff24d2f1749d359
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.10.tar.xz
+ sha256sums = 8acb42bc693f73f3141b413f7df11b5582b9b738d9bf0d60e9017a8af4cb53b9
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 1ae3af8d16ce..d30b79c879f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.9
+pkgver=5.2.10
_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=('eee5446bf76ca7d38052767d6e2c542297d3a54ce928cada0ff24d2f1749d359')
+sha256sums=('8acb42bc693f73f3141b413f7df11b5582b9b738d9bf0d60e9017a8af4cb53b9')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"