From 6bf74c84720a3411d253b331bcf9601ba13d4b53 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 4 Jul 2021 22:27:33 +0200 Subject: [PATCH] glab: update to 1.18.1. --- srcpkgs/glab/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/glab/template b/srcpkgs/glab/template index 1a520e436e55..93a65d57a0e2 100644 --- a/srcpkgs/glab/template +++ b/srcpkgs/glab/template @@ -1,16 +1,17 @@ # Template file for 'glab' pkgname=glab -version=1.16.0 +version=1.18.1 revision=1 build_style=go +go_ldflags="-X main.version=$version" go_import_path=github.com/profclems/glab go_package="${go_import_path}/cmd/glab" short_desc="Command line tool bringing GitLab's features to your command line" maintainer="Enno Boland " license="MIT" homepage="https://github.com/profclems/glab" -distfiles=https://github.com/profclems/glab/archive/v$version.tar.gz -checksum=eac7ac0dae3b709aea7c7eaa578d09b8f101e590f1c2d83c66926afa233993b0 +distfiles="https://github.com/profclems/glab/archive/v$version.tar.gz" +checksum=ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3 post_install() { vlicense LICENSE