summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be2d26938d14..5673c4f0a12c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo(replacement shim) v8
-# Tue Jun 22 10:39:29 PM EDT 2021
+# Thu Nov 18 05:00:08 PM PST 2021
pkgbase = enum4linux
pkgdesc = A tool for enumerating information from Windows and Samba systems.
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/CiscoCXSecurity/enum4linux
arch = any
@@ -11,7 +11,7 @@ pkgbase = enum4linux
depends = smbclient
depends = polenum
depends = openldap
- source = https://github.com/CiscoCXSecurity/enum4linux/archive/refs/tags/v0.9.0.tar.gz
- sha512sums = be0540529e91839ef3f136e8af188f4a8ef64ba8ff1edb636a759ac70e35c25c80aa7bca276dee3519337772b799fcb21c19feada1e9f81b39952f2f86d8d4ae
+ source = https://github.com/CiscoCXSecurity/enum4linux/archive/refs/tags/v0.9.1.tar.gz
+ sha512sums = acb454130e171eb5b9b5f9ff4bff823a4caefb8d052b092b0f84b2020314c1f1a4385342b6be091b2f84f2f0ea67b9fdfed23952bdb66014ad1acf6438b51d9d
pkgname = enum4linux
diff --git a/PKGBUILD b/PKGBUILD
index 2888148322c7..40c0f9174c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=enum4linux
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A tool for enumerating information from Windows and Samba systems."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/CiscoCXSecurity/enum4linux"
license=('GPL')
depends=('perl' 'smbclient' 'polenum' 'openldap')
source=("https://github.com/CiscoCXSecurity/enum4linux/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('be0540529e91839ef3f136e8af188f4a8ef64ba8ff1edb636a759ac70e35c25c80aa7bca276dee3519337772b799fcb21c19feada1e9f81b39952f2f86d8d4ae')
+sha512sums=('acb454130e171eb5b9b5f9ff4bff823a4caefb8d052b092b0f84b2020314c1f1a4385342b6be091b2f84f2f0ea67b9fdfed23952bdb66014ad1acf6438b51d9d')
prepare() {
cd "$pkgname-$pkgver"