summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2019-04-20 16:14:51 +0200
committerJulian Brost2019-04-20 16:14:51 +0200
commite2cef4c1aadd66828a2d81bbdf998f7ac567a475 (patch)
tree8561834b221b1bfe3f1a000a3691ebe0ab5eed5c
parentb5dcf44e42097dcdfead9856d79f65fbac96fbcf (diff)
downloadaur-e2cef4c1aadd66828a2d81bbdf998f7ac567a475.tar.gz
new version 5.4.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ada27c22313..bbe7d8483143 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkpasswd
pkgdesc = Tool for creating password hashes suitable for /etc/shadow
- pkgver = 5.4.0
+ pkgver = 5.4.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.4.0.tar.gz::https://github.com/rfc1036/whois/archive/v5.4.0.tar.gz
- sha256sums = a0f95487ceaba7ee4a69e88b314c8b772c896b4b988a37d71aefcf58cb6b95fb
+ source = whois-5.4.2.tar.gz::https://github.com/rfc1036/whois/archive/v5.4.2.tar.gz
+ sha256sums = d928b981dc949a2ea1d0512d20da74707953369f889a88d8f84f1a4b05b822d2
pkgname = mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 494e945846f8..0a865f7a5298 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=mkpasswd
-pkgver=5.4.0
+pkgver=5.4.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=('a0f95487ceaba7ee4a69e88b314c8b772c896b4b988a37d71aefcf58cb6b95fb')
+sha256sums=('d928b981dc949a2ea1d0512d20da74707953369f889a88d8f84f1a4b05b822d2')
build() {
cd "${srcdir}/whois-${pkgver}"