summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-07-28 16:42:54 +0200
committerJulian Brost2018-07-28 16:42:54 +0200
commitc8247c69e21042334f8bf414c60ecfa8f8527440 (patch)
tree23bf3446b4476ef966432b49417d733db5404374
parent8757babd0058c733cb31283411b30e273c02addb (diff)
downloadaur-c8247c69e21042334f8bf414c60ecfa8f8527440.tar.gz
new version 5.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9bbf89a6541..04c2ba4d2cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkpasswd
pkgdesc = Tool for creating password hashes suitable for /etc/shadow
- pkgver = 5.3.0
+ pkgver = 5.3.2
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = i686
@@ -8,8 +8,8 @@ pkgbase = mkpasswd
license = GPL
makedepends = perl
depends = glibc
- source = whois-5.3.0.tar.gz::https://github.com/rfc1036/whois/archive/v5.3.0.tar.gz
- sha256sums = ba8013bd9316dec1c2c1b85fd092e71eaad741f12fd6d7dc833f98e6f1c35a1e
+ source = whois-5.3.2.tar.gz::https://github.com/rfc1036/whois/archive/v5.3.2.tar.gz
+ sha256sums = 27d606a6b751847b72b11edfe1cf8fc187438e8effe78d80c891fec1f7392420
pkgname = mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 26efb97e9b63..faeb2c18b409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=mkpasswd
-pkgver=5.3.0
+pkgver=5.3.2
pkgrel=1
pkgdesc="Tool for creating password hashes suitable for /etc/shadow"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('glibc')
makedepends=('perl')
source=("whois-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v$pkgver.tar.gz")
-sha256sums=('ba8013bd9316dec1c2c1b85fd092e71eaad741f12fd6d7dc833f98e6f1c35a1e')
+sha256sums=('27d606a6b751847b72b11edfe1cf8fc187438e8effe78d80c891fec1f7392420')
build() {
cd "${srcdir}/whois-${pkgver}"