mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Github_cli 2.21.1 => 2.22.1 (#7877)
This commit is contained in:
@@ -3,20 +3,20 @@ require 'package'
|
||||
class Github_cli < Package
|
||||
description 'Official Github CLI tool'
|
||||
homepage 'https://cli.github.com/'
|
||||
version '2.21.1'
|
||||
version '2.22.1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url({
|
||||
aarch64: 'https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_armv6.tar.gz',
|
||||
armv7l: 'https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_armv6.tar.gz',
|
||||
i686: 'https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_386.tar.gz',
|
||||
x86_64: 'https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_amd64.tar.gz'
|
||||
aarch64: 'https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_armv6.tar.gz',
|
||||
armv7l: 'https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_armv6.tar.gz',
|
||||
i686: 'https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_386.tar.gz',
|
||||
x86_64: 'https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_amd64.tar.gz'
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: '4218c205359a8f4b94e56419d6383301ae43265c4217f6567f054cf76aac9490',
|
||||
armv7l: '4218c205359a8f4b94e56419d6383301ae43265c4217f6567f054cf76aac9490',
|
||||
i686: '562d304de4e28029159fd805c755c2f7f204d03027bd65ea4ca02bce58e24c2d',
|
||||
x86_64: '0c0ab559721d2ff05df9d64fcdaca4f8f0b76d177832379116bd5c4d032fea88'
|
||||
aarch64: '45f39108cd0d08a1f6d0bb3d26ecad40d515001bc10fc1e22396c650d316520d',
|
||||
armv7l: '45f39108cd0d08a1f6d0bb3d26ecad40d515001bc10fc1e22396c650d316520d',
|
||||
i686: '81c2e6b7ab316460bb5d72ab5605fda5e481b3a6162d0425dd1837ebee3077c6',
|
||||
x86_64: '76f7e18bdad5ddfdfcab40fce86c8d6f9fb27f9d29c1287cdf71e0d6b45ba84b'
|
||||
})
|
||||
|
||||
no_compile_needed
|
||||
|
||||
Reference in New Issue
Block a user