summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2024-05-12 15:50:07 -0700
committerGI_Jack2024-05-12 15:50:07 -0700
commit059eb56a0f395d8f1d9763e588a8ab5d19bb855c (patch)
tree24b792475cbbb9b2f65c25bc616a4749c6256044 /PKGBUILD
parent5463c8e1cb8992511ebff0c7f75f0b7f2851cdff (diff)
downloadaur-python-lsassy.tar.gz
version 3.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcdc33a76a50..73912f7aa007 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-lsassy
_pypiname=lsassy
-pkgver=3.1.8
-pkgrel=2
+pkgver=3.1.10
+pkgrel=1
pkgdesc="Python library to remotely extract credentials on a set of hosts"
url="https://github.com/Hackndo/lsassy"
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'impacket' 'python-netaddr' 'python-pypykatz')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
source=(${_pypiname}-${pkgver}.tar.gz::"https://github.com/Hackndo/lsassy/archive/v${pkgver}.tar.gz")
-sha256sums=('bd8105e33791f9e981ed570df16c1046cc16ff37ccf3f49426ba62ce01a90613')
+sha256sums=('7f4ae138d30a17e32910891aea3dc9649779098bb6122b5a9b529f54c475adec')
build() {
cd "${_pypiname}-${pkgver}"