From cae22db45dcb8d8c04b317f98a3de686cab99979 Mon Sep 17 00:00:00 2001 From: travankor <38744110+travankor@users.noreply.github.com> Date: Wed, 4 Jul 2018 19:01:13 -0700 Subject: [PATCH] kurly: update to 1.2.2. (#649) --- srcpkgs/kurly/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kurly/template b/srcpkgs/kurly/template index 2892d0a9522..b0137ecd86c 100644 --- a/srcpkgs/kurly/template +++ b/srcpkgs/kurly/template @@ -1,16 +1,17 @@ # Template file for 'kurly' pkgname=kurly -version=1.2.1 -revision=3 +version=1.2.2 +revision=1 +wrksrc="${pkgname}-v${version}" build_style=go -go_import_path="github.com/davidjpeacock/kurly" +go_import_path="gitlab.com/davidjpeacock/kurly" hostmakedepends="git" short_desc="Alternative to the widely popular curl program" maintainer="Michael Gehring " license="Apache-2.0" -homepage="https://github.com/davidjpeacock/kurly" -distfiles="https://github.com/davidjpeacock/kurly/archive/v${version}.tar.gz" -checksum=c6e26782e06d99eb3c36f8f4461ce57cba2c451db23f408ad1745e58620a761d +homepage="https://gitlab.com/davidjpeacock/kurly" +distfiles="https://gitlab.com/davidjpeacock/${pkgname}/-/archive/v${version}/${pkgname}-v${version}.tar.gz" +checksum=74c36fe09e1e321cdd85835191cbae880f70fa5b92211564cd3b2d1b9d66d4a5 post_install() { vlicense LICENSE