summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2018-02-27 13:44:05 -0500
committerThomas Hebb2018-02-27 13:44:05 -0500
commit6625dbcdf268e352fce7808386573e122fda7466 (patch)
tree79111d249e3f7bdade7b18138ffbe431da424b05
parenta32c392011c48b171047e76143f96fc2cc8141c7 (diff)
downloadaur-6625dbcdf268e352fce7808386573e122fda7466.tar.gz
Update to 5.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7daabaad46dd..c8a101415426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 6 19:51:32 UTC 2018
+# Tue Feb 27 18:43:49 UTC 2018
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.2.20
+ pkgver = 5.3.0
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.20.tar.xz
- sha256sums = 6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.3.0.tar.xz
+ sha256sums = 4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 57b5484949ec..ce1e0cca7346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.2.20
+pkgver=5.3.0
_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=('6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009')
+sha256sums=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"