Skip to content

Commit

Permalink
glab: update to 1.22.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGejr committed Aug 11, 2022
1 parent 0f71efb commit 046a151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions srcpkgs/glab/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Template file for 'glab'
pkgname=glab
version=1.18.1
_basename=cli
version=1.22.0
revision=1
wrksrc=$_basename-v$version
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 <[email protected]>"
license="MIT"
homepage="https://github.com/profclems/glab"
distfiles="https://github.com/profclems/glab/archive/v$version.tar.gz"
checksum=ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3
homepage="https://gitlab.com/gitlab-org/cli"
#distfiles="https://github.com/profclems/glab/archive/v$version.tar.gz"
distfiles="https://gitlab.com/gitlab-org/cli/-/archive/v$version/cli-v$version.tar.gz"
checksum=4d9bceb6818c8bf9f681119dae3a65f1c895fa21e9da6b38e8f88d245f524e10

post_install() {
vlicense LICENSE
Expand Down
3 changes: 3 additions & 0 deletions srcpkgs/glab/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
site="https://gitlab.com/gitlab-org/cli/-/tags?format=atom"
pattern="(?<=<title>v).*(?=<\/title>)"
ignore="*pre*"

0 comments on commit 046a151

Please sign in to comment.