summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2014-03-09 19:28:33 -0400
committerThomas Hebb2014-03-09 19:28:33 -0400
commit7b5e44c3cb969b8b6195da4ac1d8664f01694eaa (patch)
treeacd6ccdc46cef429acaf2c9f6684b56f27550704
parent08ba5ea0819db4c079651c431816a84c574f0196 (diff)
downloadaur-7b5e44c3cb969b8b6195da4ac1d8664f01694eaa.tar.gz
Update to 5.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46c6478dffba..882a19334c3e 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.0.26
+ pkgver = 5.1.1
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.0.26.tar.xz
- sha256sums = 729625ef81425f4771e06492bb4f3e9f24bff75b8176044ce8d2f605f7ad6af5
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.1.1.tar.xz
+ sha256sums = 69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 543e9df55ccc..a37f6eb8e1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Hebb <tommmyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.0.26
+pkgver=5.1.1
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=('729625ef81425f4771e06492bb4f3e9f24bff75b8176044ce8d2f605f7ad6af5')
+sha256sums=('69fb4c3d964603967d18b931c2275e678eed5c33af0a74c41198e1b46a520644')
build() {
cd "$srcdir/whois-$pkgver"