Skip to content

Commit

Permalink
gfuzz: fix checksum, homepage and module paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Apr 18, 2021
1 parent 614576e commit 9d3a594
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/gfuzz/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'gfuzz'
pkgname=gfuzz
version=0.2
revision=1
wrksrc="gfuzz-${version}"
revision=2
wrksrc="gfz-${version}"
build_style=go
go_import_path=github.com/braaaax/gfuzz
go_import_path=github.com/braaaax/gfz
hostmakedepends="git"
short_desc="Web fuzzer like wfuzz written in Golang"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/braaaax/gfuzz"
distfiles="https://github.com/braaaax/gfuzz/archive/v${version}.tar.gz"
checksum=054163243181db528715bf904ee7656aa0a12e9feb120c8afbfd43bd6504ccd1
homepage="https://github.com/braaaax/gfz"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=8b6a3df0c385fe993ead673df53daa290943220f2cde73e6b1c706ef94aa4e5f

0 comments on commit 9d3a594

Please sign in to comment.