croc: update to 9.5.4.
This commit is contained in:
parent
2044064a7e
commit
76a0dc9b7f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'croc'
|
# Template file for 'croc'
|
||||||
pkgname=croc
|
pkgname=croc
|
||||||
version=9.5.3
|
version=9.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/schollz/croc/v${version%%.*}
|
go_import_path=github.com/schollz/croc/v${version%%.*}
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/schollz/croc"
|
homepage="https://github.com/schollz/croc"
|
||||||
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
|
distfiles="https://github.com/schollz/croc/archive/v${version}.tar.gz"
|
||||||
checksum=7f8ac260c786bc3f1e3c577e6ac3d3e27d0d8cffa90d7a8d21cec85fe6f22abc
|
checksum=b89b9d1c2e27e5ca710a7c524f70361122b8b0fd374c0be18f1e7337acca7d07
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue