summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2015-03-20 16:12:13 -0400
committerThomas Hebb2015-03-20 16:12:13 -0400
commit4cdad96ec2605d389be51c3f7084fd9db98dd04e (patch)
treec8bfddc1c6c2389f5fb3caab95d9c5d408282a7f
parent6401405004bd29cf6ea83d109c3ec8e3ee551189 (diff)
downloadaur-4cdad96ec2605d389be51c3f7084fd9db98dd04e.tar.gz
Update to 5.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e35836ab6f86..2c30b384bd36 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.4
+ pkgver = 5.2.5
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.4~bpo70+1.tar.xz
- sha256sums = f8663fe3d5bc41a0be952979f46ea817bb953fc74181b3a151b5f996363a03a5
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.2.5.tar.xz
+ sha256sums = 1a84fb9c1190dc37df396ea1f24aae56a1beb846257ee692c9d4b44337135d10
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index a6c090d29ae2..56ea9019c40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Thomas Hebb <tommmyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.4
-_debian_backport='~bpo70+1'
+pkgver=5.2.5
+_debian_backport=''
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}${_debian_backport}.tar.xz")
-sha256sums=('f8663fe3d5bc41a0be952979f46ea817bb953fc74181b3a151b5f996363a03a5')
+sha256sums=('1a84fb9c1190dc37df396ea1f24aae56a1beb846257ee692c9d4b44337135d10')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"