croc: fix go_import_path to fetch correct version

This commit is contained in:
Andrew J. Hesford 2020-05-12 10:36:40 -04:00 committed by Helmut Pozimski
parent 61c394a16c
commit 14a72733bf

View file

@ -1,9 +1,9 @@
# Template file for 'croc'
pkgname=croc
version=8.0.10
revision=1
revision=2
build_style=go
go_import_path=github.com/schollz/croc/v6
go_import_path=github.com/schollz/croc/v${version%%.*}
hostmakedepends="git"
short_desc="Easily and securely send things from one computer to another"
maintainer="Benjamín Albiñana <benalb@gmail.com>"