kurly: update to 1.2.2. (#649)
This commit is contained in:
parent
6629fee649
commit
cae22db45d
1 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'kurly'
|
# Template file for 'kurly'
|
||||||
pkgname=kurly
|
pkgname=kurly
|
||||||
version=1.2.1
|
version=1.2.2
|
||||||
revision=3
|
revision=1
|
||||||
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/davidjpeacock/kurly"
|
go_import_path="gitlab.com/davidjpeacock/kurly"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Alternative to the widely popular curl program"
|
short_desc="Alternative to the widely popular curl program"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/davidjpeacock/kurly"
|
homepage="https://gitlab.com/davidjpeacock/kurly"
|
||||||
distfiles="https://github.com/davidjpeacock/kurly/archive/v${version}.tar.gz"
|
distfiles="https://gitlab.com/davidjpeacock/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
|
||||||
checksum=c6e26782e06d99eb3c36f8f4461ce57cba2c451db23f408ad1745e58620a761d
|
checksum=74c36fe09e1e321cdd85835191cbae880f70fa5b92211564cd3b2d1b9d66d4a5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue