croc: update to 8.1.2.

Closes: #24501 [via git-merge-pr]
This commit is contained in:
Benjamín Albiñana 2020-08-27 06:07:27 +02:00 committed by Andrew J. Hesford
parent 0e060c0289
commit 64aceb4bb6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'croc' # Template file for 'croc'
pkgname=croc pkgname=croc
version=8.0.13 version=8.1.2
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=70c1da21037afb33b2debd6ac44f39f619e65f636ce3dcecf58030292a9c78e9 checksum=5437fada92945267ff925aff5949863be10221ade415f3fee92f7b9680332bb3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE