We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d47bc commit c8bba0eCopy full SHA for c8bba0e
1 file changed
srcpkgs/subjack/template
@@ -1,18 +1,13 @@
1
# Template file for 'subjack'
2
pkgname=subjack
3
-version=2.1
4
-revision=3
+version=3.0.0
+revision=1
5
build_style=go
6
go_import_path="github.com/haccer/subjack"
7
hostmakedepends="git"
8
short_desc="Subdomain takeover tool"
9
maintainer="Andrew Benson <abenson+void@gmail.com>"
10
license="Apache-2.0"
11
homepage="https://github.com/haccer/subjack"
12
-distfiles="${homepage}/archive/${version}.tar.gz"
13
-checksum=0047348b947cb46709bd089ee672cc8f2d7ac3805a93043306c484bfcc9c6e65
14
-broken="missing go.mod"
15
-
16
-if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
17
- broken="src/github.com/valyala/fasthttp/round2_32.go:25:10: undefined: math"
18
-fi
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=6c941ee2c790ded74d73a3ea253fd41aba522e6506ee00782cf38a12acc16ad4
0 commit comments