diff options
author | RadioLogic | 2024-04-22 17:24:56 -0400 |
---|---|---|
committer | RadioLogic | 2024-04-22 17:24:56 -0400 |
commit | cda88dc272bea17b6842cd0899fe977ac496b74d (patch) | |
tree | 241339e127b67e905b70f442c3df79d017676b9e /PKGBUILD | |
parent | 619b616f702cf363bc8089f7eb8e032385a3c7a0 (diff) | |
download | aur-cda88dc272bea17b6842cd0899fe977ac496b74d.tar.gz |
Updated to 5.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #Maintainer: Nick Cottrell <RadioLogic> pkgname=powershell-empire -pkgver=5.7.3 +pkgver=5.8.1 pkgrel=1 pkgdesc="Empire is a PowerShell and Python 3.x post-exploitation framework" url="https://github.com/BC-SECURITY/Empire" @@ -19,7 +19,7 @@ license=('BSD-3-Clause') provides=("${pkgname}") install= source=("${pkgname}-${pkgver}.tar.gz::https://github.com/BC-SECURITY/Empire/archive/refs/tags/v${pkgver}.tar.gz") -sha512sums=('dba244554ab3eaf265e942330f86b46a41db830c82c55028e3a37c638a40a406df95350b23bd2312282bdb11e24f0d3ceb241d9cd24542f87bc44d9a48818794') +sha512sums=('5d9875ae3bc1c3444b72585a3ae27228b9b27df465be81213b6197bc5fec79b347553ffd0bb5dd2a118797f72f89a431d97d6919c748eb9e732e6486d3085fcd') build() { # Creating virtualenv with dependencies |