Skip to content

Commit

Permalink
smbmap: various upgrade (#4014)
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj authored Nov 24, 2023
1 parent 2cbe78b commit a89c0a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/smbmap/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# See COPYING for license details.

pkgname=smbmap
pkgver=166.73c9907
pkgver=v1.10.2.r0.gdc3f98a
pkgrel=1
groups=('blackarch' 'blackarch-scanner' 'blackarch-recon')
pkgdesc='A handy SMB enumeration tool.'
arch=('any')
url='https://github.com/ShawnDEvans/smbmap'
license=('GPL3')
depends=('python' 'impacket' 'python-pycryptodomex' 'python-pyasn1'
'python-termcolor')
depends=('python' 'impacket' 'python-pyasn1' 'python-pycryptodomex'
'python-configupdater' 'python-termcolor')
makedepends=('python-build' 'python-pip' 'git')
source=("git+https://github.com/ShawnDEvans/$pkgname.git")
sha512sums=('SKIP')

pkgver() {
cd $pkgname

echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
Expand Down

0 comments on commit a89c0a3

Please sign in to comment.