Glab 1.78.2 => 1.80.4 (#13913)

This commit is contained in:
Ed Reel
2025-12-20 21:13:29 -06:00
committed by GitHub
parent 508b944ef0
commit 0c4af8c737
5 changed files with 11 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Total size: 44105912
# Total size: 44171448
/usr/local/bin/glab

View File

@@ -1,2 +1,2 @@
# Total size: 43905208
# Total size: 43843768
/usr/local/bin/glab

View File

@@ -1,2 +1,2 @@
# Total size: 46112952
# Total size: 46162104
/usr/local/bin/glab

View File

@@ -3,7 +3,7 @@ require 'package'
class Glab < Package
description 'A GitLab CLI tool bringing GitLab to your command line'
homepage 'https://gitlab.com/gitlab-org/cli'
version '1.78.2'
version '1.80.4'
license 'MIT'
compatibility 'all'
source_url({
@@ -13,10 +13,10 @@ class Glab < Package
x86_64: "https://gitlab.com/gitlab-org/cli/-/releases/v#{version}/downloads/glab_#{version}_linux_amd64.tar.gz"
})
source_sha256({
aarch64: 'b46edab6e8b1ffaa16b13762cc28080d8d7e4d97fedf21978069d9806c315de1',
armv7l: 'b46edab6e8b1ffaa16b13762cc28080d8d7e4d97fedf21978069d9806c315de1',
i686: '0f6d78806f7d24c96c985fb80c15a1ed0b610d56cd021d818e98568642314612',
x86_64: '64071cae1b6ff7881b022910752d734b6b6e44dcf8d67304cac7a3c64ce4e939'
aarch64: '1e9477b10295ea375e9cc460d7caa81991782125f06769798cb63ddaa130fdaa',
armv7l: '1e9477b10295ea375e9cc460d7caa81991782125f06769798cb63ddaa130fdaa',
i686: '7b24ebf2cc25981b1dba18d7349de8f7aa892ea66fa2be1e35dde4c9ce4d8e28',
x86_64: '1675ca17511d67042f3ec20a383b9395da8e1b68d18d4f7eb038043c19ce0a91'
})
no_compile_needed

3
tests/package/g/glab Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
glab -h
glab -v