summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor2023-08-13 13:18:50 -0400
committerIgor2023-08-13 13:18:50 -0400
commit4a58ed569f1b9cf88ef7a9be2113a9cc02a59c05 (patch)
tree25b94a82dbfbe1224f80695779de2db2940bf322 /PKGBUILD
parent129c94fb48c51a564fc9288a0bd9cedecf11bdc9 (diff)
downloadaur-4a58ed569f1b9cf88ef7a9be2113a9cc02a59c05.tar.gz
4.1.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eda98f73bcc..72fca5258550 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: architekton <architekton350@gmail.com>
pkgname=amass
-pkgver=3.22.2
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
pkgdesc="In-depth Attack Surface Mapping and Asset Discovery"
arch=('any')
url="https://github.com/OWASP/Amass"
license=('Apache')
makedepends=('go' 'git')
source=(Amass-$pkgver.tar.gz::https://github.com/OWASP/Amass/archive/v${pkgver}.tar.gz)
-sha512sums=('35292913cca5648155c6c62304b0d92a724785273022da53102df775d3c7f38ec6644863d9caaed30e23183c92219e4f6478bc426229c176879648c15e86ab30')
+sha512sums=('e5b56b78d2c88aa0836d5bf3b77aa8e5d9a9c3c9f7fbacda33e911343913faffaf54abb596a65495bdd5efbadb95c38a892857dc4b5a3c7981f4ba8f0b6a0ed1')
build() {
cd "amass-$pkgver"