croc: update to 9.5.5.
This commit is contained in:
parent
8618cd3b4c
commit
7c86aca2e0
1 changed files with 2 additions and 3 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'croc'
|
# Template file for 'croc'
|
||||||
pkgname=croc
|
pkgname=croc
|
||||||
version=9.5.4
|
version=9.5.5
|
||||||
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%%.*}
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Easily and securely send things from one computer to another"
|
short_desc="Easily and securely send things from one computer to another"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
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=b89b9d1c2e27e5ca710a7c524f70361122b8b0fd374c0be18f1e7337acca7d07
|
checksum=221ebf034e05ef8c06b2e2290dfb83c6f8b4b3f8a9168d6d826b87ed3c62d51a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue