glab: update to 1.18.1.
This commit is contained in:
parent
bb09c65621
commit
ab8b4f9f70
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'glab'
|
# Template file for 'glab'
|
||||||
pkgname=glab
|
pkgname=glab
|
||||||
version=1.16.0
|
version=1.18.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_ldflags="-X main.version=$version"
|
||||||
go_import_path=github.com/profclems/glab
|
go_import_path=github.com/profclems/glab
|
||||||
go_package="${go_import_path}/cmd/glab"
|
go_package="${go_import_path}/cmd/glab"
|
||||||
short_desc="Command line tool bringing GitLab's features to your command line"
|
short_desc="Command line tool bringing GitLab's features to your command line"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/profclems/glab"
|
homepage="https://github.com/profclems/glab"
|
||||||
distfiles=https://github.com/profclems/glab/archive/v$version.tar.gz
|
distfiles="https://github.com/profclems/glab/archive/v$version.tar.gz"
|
||||||
checksum=eac7ac0dae3b709aea7c7eaa578d09b8f101e590f1c2d83c66926afa233993b0
|
checksum=ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue