summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Brost2019-04-20 16:14:51 +0200
committerJulian Brost2019-04-20 16:14:51 +0200
commite2cef4c1aadd66828a2d81bbdf998f7ac567a475 (patch)
tree8561834b221b1bfe3f1a000a3691ebe0ab5eed5c /PKGBUILD
parentb5dcf44e42097dcdfead9856d79f65fbac96fbcf (diff)
downloadaur-e2cef4c1aadd66828a2d81bbdf998f7ac567a475.tar.gz
new version 5.4.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"