summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brost2018-01-20 20:51:18 +0100
committerJulian Brost2018-01-20 20:51:18 +0100
commit600e148b49b9ef9fb6777aacfe63b6d884c8fe8b (patch)
tree2b2a1c9e097f19719b02aadd4f15107a3f53c4ec
parentf75160537cfd8088b171aa65ddec5aa75a7112c8 (diff)
downloadaur-600e148b49b9ef9fb6777aacfe63b6d884c8fe8b.tar.gz
new version 5.2.20-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ad615b408e..038cc03d67ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Aug 9 22:53:52 UTC 2017
pkgbase = mkpasswd
pkgdesc = Tool for creating password hashes suitable for /etc/shadow
- pkgver = 5.2.17
+ pkgver = 5.2.20
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = i686
@@ -10,8 +8,8 @@ pkgbase = mkpasswd
license = GPL
makedepends = perl
depends = glibc
- source = whois-5.2.17.tar.gz::https://github.com/rfc1036/whois/archive/v5.2.17.tar.gz
- sha256sums = c3c47b139bafc4348d6794a0cca311e3adfb4aae0597f1279faa73b749ecf0d2
+ source = whois-5.2.20.tar.gz::https://github.com/rfc1036/whois/archive/v5.2.20.tar.gz
+ sha256sums = 1812b9c64a41d8ed70507bb1161a18a0a7b2f29ba5b442ca7828a5acb1e44c7e
pkgname = mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 51215d40aef0..c55eca96cb72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=mkpasswd
-pkgver=5.2.17
+pkgver=5.2.20
pkgrel=1
pkgdesc="Tool for creating password hashes suitable for /etc/shadow"
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/rfc1036/whois"
license=('GPL')
depends=('glibc')
makedepends=('perl')
-source=("whois-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v5.2.17.tar.gz")
-sha256sums=('c3c47b139bafc4348d6794a0cca311e3adfb4aae0597f1279faa73b749ecf0d2')
+source=("whois-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v$pkgver.tar.gz")
+sha256sums=('1812b9c64a41d8ed70507bb1161a18a0a7b2f29ba5b442ca7828a5acb1e44c7e')
build() {
cd "${srcdir}/whois-${pkgver}"