summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2021-06-22 22:39:34 -0400
committerGI_Jack2021-06-22 22:39:34 -0400
commit4a38296465ba72407d93c66d6bd41cdf44955968 (patch)
tree309e266b5f6539f331c1a555d6d9bd073189bb68
parenta3fa4c44673cdb6007ff736248f30b6edef05bb4 (diff)
downloadaur-4a38296465ba72407d93c66d6bd41cdf44955968.tar.gz
updated URL to reflect team being bought by cisco and migrated to github
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d3165adda5..be2d26938d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo(replacement shim) v8
-# Mon Jun 7 05:13:30 PM EDT 2021
+# Tue Jun 22 10:39:29 PM EDT 2021
pkgbase = enum4linux
pkgdesc = A tool for enumerating information from Windows and Samba systems.
pkgver = 0.9.0
pkgrel = 1
- url = http://labs.portcullis.co.uk/application/enum4linux/
+ url = https://github.com/CiscoCXSecurity/enum4linux
arch = any
license = GPL
depends = perl
diff --git a/PKGBUILD b/PKGBUILD
index 08efa66ccb6f..2888148322c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.9.0
pkgrel=1
pkgdesc="A tool for enumerating information from Windows and Samba systems."
arch=('any')
-url="http://labs.portcullis.co.uk/application/enum4linux/"
+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")