Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/croc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'croc'
pkgname=croc
version=10.2.4
version=10.4.2
revision=1
build_style=go
go_import_path=github.com/schollz/croc/v${version%%.*}
Expand All @@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/schollz/croc"
distfiles="https://github.com/schollz/croc/archive/refs/tags/v${version}.tar.gz"
checksum=c259c07b9da3ea39726b0c5e3f78ae66e858e1379bdb11bef93d31298e68f5fe
checksum=9ad752a5e87152c15698bac0f4157bcfa56918d49bc3947f3318e39e08be4f21

post_install() {
vlicense LICENSE
Expand Down
Loading