mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Github_cli 2.54.0 => 2.55.0 (#10361)
This commit is contained in:
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Github_cli < Package
|
class Github_cli < Package
|
||||||
description 'Official Github CLI tool'
|
description 'Official Github CLI tool'
|
||||||
homepage 'https://cli.github.com/'
|
homepage 'https://cli.github.com/'
|
||||||
version '2.54.0'
|
version '2.55.0'
|
||||||
license 'MIT'
|
license 'MIT'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url({
|
source_url({
|
||||||
@@ -13,10 +13,10 @@ class Github_cli < Package
|
|||||||
x86_64: "https://github.com/cli/cli/releases/download/v#{version}/gh_#{version}_linux_amd64.tar.gz"
|
x86_64: "https://github.com/cli/cli/releases/download/v#{version}/gh_#{version}_linux_amd64.tar.gz"
|
||||||
})
|
})
|
||||||
source_sha256({
|
source_sha256({
|
||||||
aarch64: 'cd53809273ad6011fdd98e0244c5c2276b15f3dd1294e4715627ebd4f9c6e0f1',
|
aarch64: '7a7f496e4e952867582fcbbd959b8a7cbbfdf715625e396e03f3f2fbd97f26da',
|
||||||
armv7l: 'cd53809273ad6011fdd98e0244c5c2276b15f3dd1294e4715627ebd4f9c6e0f1',
|
armv7l: '7a7f496e4e952867582fcbbd959b8a7cbbfdf715625e396e03f3f2fbd97f26da',
|
||||||
i686: '5675606eaa8ab683477a137f73dad7f25e4e0efb2e4e22538d63d68ac764ec3d',
|
i686: 'cbb7537847a35da76c588f8376b8c6e44ba2e16cd6d7133144b1b494ee80027f',
|
||||||
x86_64: 'c4441b2acfb63feb5fc37a346b0a0a66080d657397f1eb81e3025961dcb06dd3'
|
x86_64: '49700b3fedb5bfcbef696fe9f1f69091ceb9caf2d40bd872b5028c451efc52bc'
|
||||||
})
|
})
|
||||||
|
|
||||||
no_compile_needed
|
no_compile_needed
|
||||||
|
|||||||
Reference in New Issue
Block a user