summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2016-11-09 23:39:21 -0500
committerThomas Hebb2016-11-09 23:39:21 -0500
commit01c1e27f153008115348055079748d9b6b749ef1 (patch)
tree8655c26e00c722e33a94fbf79b5274b96e9de93f
parent3fa92fcc78bf098743f7e855f4a9e7d24d1ac1d3 (diff)
downloadaur-01c1e27f153008115348055079748d9b6b749ef1.tar.gz
Update to 5.2.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17543a0b5a0d..059a5681b647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 08:11:24 UTC 2016
+# Thu Nov 10 04:38:03 UTC 2016
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.2.12
+ pkgver = 5.2.13
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.12.tar.xz
- sha256sums = b26d4027b8987d9911466aa06ce2c167a50017cd59a622a429bd506222f6cdf1
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.13.tar.xz
+ sha256sums = cc83a9b93c47e0334aa812d7d731972cf09aceb59235d452525a77cd6f5f6b64
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 42942b30504d..67ade67baf90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.12
+pkgver=5.2.13
_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=('b26d4027b8987d9911466aa06ce2c167a50017cd59a622a429bd506222f6cdf1')
+sha256sums=('cc83a9b93c47e0334aa812d7d731972cf09aceb59235d452525a77cd6f5f6b64')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"