Skip to content

github-cli

GitHub on the command line

Brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

dev

https://github.com/cli/cli

amd64 arm64 armhf

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install github-cli

sudo apt install github-cli

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    github-cli=2.35.0*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      github-cli=2.35.0*

Download URLs

Version SHA256 Size (KB)
2.35.0 c243070e3cfa24ccbacbe7d0a5d316b0238d77d8d3edb0c4cce199f824a6e4ce 7774
2.34.0 74d5dd383864a29de5d0b8747b72da4f7957a30bdfbd0fe688fdf8c9f38cb530 7768
2.33.0 ea1620f33afc25592ffe2724e3506b45bd34c6a37e58b16a4cb4e2064a1f46aa 7760
2.32.1 12669ce4940b92a958cc1bcc85f1680019889418aacd109c992b4f84f2a4cf84 7552
2.32.0 8c96332c968a973090b1f4903101142c613c2b092ed18c9b5c032e15763978f2 7551
2.31.0 3621289eed49ec49db083810fb965d121ec52dd890ff92faf966ae6108160323 7512
2.30.0 a693453b6423437d09579bbf7b1d9ea2b3925500298276c2c0e0afff4d4a4d43 7413
2.29.0 6dfe58f9a7bc019ccff2e7f3934c7b461218272cf1e15c258ceecc2f8afb05db 7410
2.28.0 0422dced1634ef491ebba23de81736ea79317a12dcf354fb7d249b80e743dbb4 7402
2.27.0 f57de9f637aeb253bc3ad228d6ed5f3fa26dd7975b32c375f59b4d8bda88b3e6 7372
Version SHA256 Size (KB)
2.35.0 502a019d8167b6b5bf9806c5b064088ab97032f8a0c7ea14b0b4f117778f303d 6679
2.34.0 a9121da96a1712394af455a8ee0fb79c2a9ab5c94eff3a887c3992478e12395e 6675
2.33.0 57d1d73a2936078f0a23b8c7a1dfe98b3f2466d8d0cad28b0473e8e23dc00735 6674
2.32.1 8152ca3e43fcd8a107e95c4c3b053557868416a953ab20080afcafe8bc95ed24 6454
2.32.0 f1a5282364bd440decc0dd8f247c4f58c4bb2836c57b737889d641d588e04c34 6452
2.31.0 55dc18f0fff3ac3b8703a9cb7fbf5cdf33e3036f3437fed454d863cacd31fb00 6419
2.30.0 7e0ebd80c1e9f1b429e52651720ac381c8244f41aa87ca30fc0a8c74339c4450 6327
2.29.0 1d4b5f8f41941c167e553f23d220257bafab715df1ef3c25fa201a65664f7ce0 6322
2.28.0 8f468356fce394d9c2870b1b43a7659773ee5db3f8f8bce260d474e6fccaf48e 6321
2.27.0 556729d538abcb6b313d4d2954d261d163672620be709f125de9cc429e1f31d1 6285
Version SHA256 Size (KB)
2.35.0 3f55dc397f8a42ea64015fa11cf900034f622e111004c50acc8699bffda01f9f 6750
2.34.0 e03b13350869af847b50e7217d990f392a6a5a55fa0701ae3cb60ab6a9c53b61 6743
2.33.0 f81c334f0325ed8bb326143b222e62bcef27bcce08c88248138dd6f26313ba38 6739
2.32.1 2ffc87af5a88c116e6eb445bccb9504b4cc904652166a0eb7cb6f36a718eac47 6617
2.32.0 4c67ba51cf77330f66b9a36f3ef36d4c14489bf77fb621a68e3c4a0504bbf633 6620
2.31.0 83b46b334cf230f3dc2a11991555bdd000e7b47054b77193267e7332e8f38268 6578
2.30.0 24639c4bdfda2c085731bd2cfc09ba7b0288c47ab8b17c25b5ef8960ef6efef6 6490
2.29.0 9d9ee3b676d4078916ed77e3928a803c3eece2090b855a9550bddff77aeb4cc4 6486
2.28.0 374f53e20ad6aa99a0853ebe6286a0e2c2d05fa53c0bb9d6960582b7458a1e76 6480
2.27.0 d33dd6b26d0d9ec0cf0974716453741b87ffdbeea112dbb637db1b5dcead38f5 6452

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for github-cli are versioned here.

Click here to see github-cli ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/github-cli/ops2deb.yml
- name: github-cli
  version: 2.4.0
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_amd64.tar.gz
  script:
    - mv gh_{{version}}_linux_amd64/bin {{src}}/usr/
    - mv gh_{{version}}_linux_amd64/share {{src}}/usr/

- name: github-cli
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
  version: 2.5.0
  revision: "2"
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch:
    url: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_{{target}}.tar.gz
    targets:
      armhf: armv6
  script:
    - mv gh_{{version}}_linux_*/bin/* {{src}}/usr/bin/
    - mv gh_{{version}}_linux_*/share/* {{src}}/usr/share/

- name: github-cli
  matrix:
    versions:
      - 2.5.1
      - 2.5.2
      - 2.6.0
      - 2.7.0
      - 2.8.0
      - 2.9.0
      - 2.10.1
      - 2.11.0
      - 2.11.1
      - 2.11.2
      - 2.11.3
      - 2.12.0
      - 2.12.1
      - 2.13.0
      - 2.14.0
      - 2.14.1
      - 2.14.2
      - 2.14.3
      - 2.14.4
      - 2.14.5
      - 2.14.6
      - 2.14.7
      - 2.15.0
      - 2.16.1
      - 2.17.0
      - 2.18.0
      - 2.18.1
      - 2.19.0
      - 2.20.0
      - 2.20.1
      - 2.20.2
      - 2.21.0
      - 2.21.1
      - 2.21.2
      - 2.22.0
      - 2.22.1
      - 2.23.0
      - 2.24.0
      - 2.24.1
      - 2.24.2
      - 2.24.3
      - 2.25.0
      - 2.25.1
      - 2.26.0
      - 2.26.1
      - 2.27.0
      - 2.28.0
      - 2.29.0
      - 2.30.0
      - 2.31.0
      - 2.32.0
      - 2.32.1
      - 2.33.0
      - 2.34.0
      - 2.35.0
    architectures:
      - amd64
      - arm64
      - armhf
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch:
    url: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_{{target}}.tar.gz
    targets:
      armhf: armv6
  script:
    - mv gh_{{version}}_linux_*/bin/* {{src}}/usr/bin/
    - mv gh_{{version}}_linux_*/share/* {{src}}/usr/share/

The blueprint fetch keyword contains a URL template pointing to github-cli releases. Downloaded files are locked in a lockfile versioned here.

Click here to see github-cli release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/github-cli/ops2deb.lock.yml
- url: https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
  sha256: e3fc4ec95c95ec5e97e90c0128b9be60e8095aaaf01e1def4f0cfabc5efcecc0
  timestamp: 2021-12-27 19:03:55+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_amd64.tar.gz
  sha256: 4390bc476cc79c33346be3e0098cfbb3afe2257006fcd38765ef83569df11a0f
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_arm64.tar.gz
  sha256: 45cf80192438846315014494346d534a881baebcb85822dacf6da7d73cc866a3
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_armv6.tar.gz
  sha256: 44e44829a5361957217bfd7c2c8c6dc88fc5f56a72f2e4df772e0ea551a493bd
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_amd64.tar.gz
  sha256: ed0c1a54edb83564bf3d608fa87fadb85175dca66bcfaeff98193238482c24f7
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_arm64.tar.gz
  sha256: 4de925151725b54ffecc29f49314301b865ccd50e18301fd8a529a5f73cae19d
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_armv6.tar.gz
  sha256: da72d92f28bd79f5be7dd7d2a306062d7ce8a2d4e77adb9da538d699c5445cca
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_amd64.tar.gz
  sha256: 30629f88c1a142cb325a4f706eec812aca771f1fae21e9818057e8735883d89d
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_arm64.tar.gz
  sha256: 34406c53c6c4da792e9b9b9236ff0bb797a14e6fa9ac4d4879f341d430b56008
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_armv6.tar.gz
  sha256: 3c02b5c62f14778b6fe29145c92f52a3890dbcee4e9f09cf37fe90ad5c0e2f1a
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_amd64.tar.gz
  sha256: 4ed92c712bfaa002c9421cee12cdf4cb0ae76fcd49d60cab5d316b8ce9c0314a
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_arm64.tar.gz
  sha256: b92e36fc58836cf8d8bb0f3214665e4fa034c37ca86c9d553b8c21c793cb5e59
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_armv6.tar.gz
  sha256: 5e0804e505b9d1f7f898f0b80e06cbc779dd1bdb98e2b751f6c35a27ae350dc7
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_amd64.tar.gz
  sha256: 597a5b26d162b3430cbd1fe3dfa98c930c84d0d8e96ee98700d388a9b33f3c49
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_arm64.tar.gz
  sha256: a3ab8d6b7439280e9d11dc043e30551615b419137242a9da52ef39b015f5ae09
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_armv6.tar.gz
  sha256: ece5423b2d4f6d2b5a606c5c2579bfc6f20097b61584479109c67a10fb11aa49
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_amd64.tar.gz
  sha256: 3db79714805262011b2dd65235ed602c0f931248297b0e5f2b25fcf88a1a2757
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_arm64.tar.gz
  sha256: 684321133d176df901a7915e3f3582c81d807e22d3b0d2b9c3630837be110416
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_armv6.tar.gz
  sha256: 7c323739a2a8189c71b1adb8475976d806709c2a6bd27ace2972370061f21572
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_amd64.tar.gz
  sha256: 59b0f148b9e105cca1a0614503d9c9a1ccf63851203acf9a577a4cedb190132d
  timestamp: 2022-04-26 14:45:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_arm64.tar.gz
  sha256: 9d9b07ceb5c3f9913c2560c29b24160bac07a9fc00c1c8ec2be054c9e419df3d
  timestamp: 2022-04-26 14:45:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_armv6.tar.gz
  sha256: 7c0d97c3868f48c2a74152a6331072a3b002aa35e781e7ac0272a7f0bbb18984
  timestamp: 2022-04-26 14:45:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_amd64.tar.gz
  sha256: d6bc8e8d3879a1315158b8f20535e8da5e8de99135a820571771f58b9e41acca
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_arm64.tar.gz
  sha256: 2c7dbe8bbeb22df626a5e3673f75f1ca650fe8b5f2f09e5ebd432dfe88eda8a1
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_armv6.tar.gz
  sha256: b3682151126cd3c0128e52f73d1fccf0a95092da4f2fdac0011f84cc55df494f
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_amd64.tar.gz
  sha256: 85c1aa8a773430e29c5f05126e8054dbcb9913a2bc7fc001481cda37353a1c71
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_arm64.tar.gz
  sha256: c20a67cb5dafe8ae2ed908a776a71073e43735503529b0c0fbace301623d6027
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_armv6.tar.gz
  sha256: 4bb67bf17e79bba3378c7a72df2229c1e2f36b4e85a657d76810c5c97c2f512e
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_amd64.tar.gz
  sha256: 9e62e93dd0950ce8be0d1e88165417fdfd106bdbeed810a458a810a356843133
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_arm64.tar.gz
  sha256: 5544b1106b5b29413d035c341f40a5ca648cc3e64e9a296f4350f5a583b1faa9
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_armv6.tar.gz
  sha256: f3a7681436001d8f1edda4806fca79ce06d4048b482b078dbd0b7584600a027a
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_amd64.tar.gz
  sha256: df0ec543724058c2366c078b9a0ea13e3cf49504755c842cda91de6d14afccb2
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_arm64.tar.gz
  sha256: 9478b04a3f3333b32df6c494f4672336d277b4465e0f60219282239829baf209
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_armv6.tar.gz
  sha256: 5a5f6959d0f2bbac47e65f218763761a42f848c9579a1c4b85b68a73be296b2b
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_amd64.tar.gz
  sha256: 51311dc3d2e48d02655fe4943ea4f156171f5baaeb49ecb7284802b62cacf924
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_arm64.tar.gz
  sha256: c0bc9af98250179e758c5bb79c0230c5c089ed42a687f47321e1f0148499e7d4
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_armv6.tar.gz
  sha256: 182331447a12d101605c30b407d7c9ce6ed41100657cbe475d7e8ab75d124f6d
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_amd64.tar.gz
  sha256: 6cf8eb6368754ff4787219de35ec8c6761c6eb65a7d6243e02c044ca3da51b94
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_arm64.tar.gz
  sha256: 8064cb7bebfc8cdab4511967671d333b6f9ee68d412415302c1ab57de170f4eb
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_armv6.tar.gz
  sha256: 5eecb295c5d43d036d7855e2cd2391873f85bcaca523b1379ee7db543726d8ae
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_amd64.tar.gz
  sha256: 359ff9d759b67e174214098144a530a8afc4b0c9d738cd07c83ac84390cdc988
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_arm64.tar.gz
  sha256: 5906fdd8f1cce057b577b298bc5e688f82acf376f1d746c7dce938f689554929
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_armv6.tar.gz
  sha256: 777a481cf7f683b5f92719863002731a3c69488f6d8f854236463b1a751aaaed
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_amd64.tar.gz
  sha256: 9e833e02428cd49e0af73bc7dc4cafa329fe3ecba1bfe92f0859bf5b11916401
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_arm64.tar.gz
  sha256: ab2b391fc40bf01b7e13577569fbdcfafb8455090e1d8d79bbb77646d4872b5a
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_armv6.tar.gz
  sha256: a5032c7829ba52636eb247fb79b198628dbd59751d53ed6d22cd2f663a06f003
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_amd64.tar.gz
  sha256: 4f4b044c6583e66147acbfab412b4cd6b98b2559f30d2876b88a3755e26dcb44
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_arm64.tar.gz
  sha256: ddfe5cceb508faab19192f04b5d593a13bc6e00c978a5f543b00677d4f676c0c
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_armv6.tar.gz
  sha256: f20329c69709ab7d44f2433647c30acd120eac38f7cf50a78539efce5046d766
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_amd64.tar.gz
  sha256: 21539943893f2edbefc5bf7bcdd5c1060038ef9e0b052a68d52dce2f55f9818e
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_arm64.tar.gz
  sha256: 8ddbe9f336c3b0a1cc1c8b57e5aa29b400c873b743b502b2d1195b8f01d8b8e2
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_armv6.tar.gz
  sha256: e17c1179fafb05915f063d7348eb249d2fe4a53ed88c8e735ace38ecc041fb0c
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_amd64.tar.gz
  sha256: 3d4be4bf3446622c51192529f963d8719a2c78cc545aeab6fefff1c9ecf5b346
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_arm64.tar.gz
  sha256: 67aa87a824586f55600a5e8b7beb017ad14ba416110db9680c9829064c549c20
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_armv6.tar.gz
  sha256: 5873cca2aea9b2a464fac93f04bb5ded3081e8c220603bbb1c7c9164f221d7ce
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_amd64.tar.gz
  sha256: 95fe2e93bbd7a9f02d5b22cee01a53ab6d581fda8fa170364b668d142840ef58
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_arm64.tar.gz
  sha256: 27f1fcd43a47d045fb71f93e7768c1262ac5b5ca8f42e4f857dab61c3f55330a
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_armv6.tar.gz
  sha256: 58842470bf3d2f992bf6b4138874dc0089c32d15d2ffa7358f1340512839884a
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_amd64.tar.gz
  sha256: 673a3adff9a847298e39c4593877194198229c12a9a4f4333765e58de230ccb0
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_arm64.tar.gz
  sha256: c9dfac4764b817e5638026bd1a6e17c35e42933df6c09c8f47e19f661ade4b00
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_armv6.tar.gz
  sha256: 1a7790bb2b1b8a881b72317a85f7198606409eee56b938db58e726608aa16c79
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_amd64.tar.gz
  sha256: bc4fab8fc03b48ed8b5ebd6f4b7b40618b319f3e066dcf34bf509265562339bb
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_arm64.tar.gz
  sha256: 786d0cb269dc45a10254913407c0654a9e4d7130785961e412e9ceeef6a72cf9
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_armv6.tar.gz
  sha256: da6962794966113725747e6456e7c1bf7505d02f02618bdc097974a1dfa5799b
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_amd64.tar.gz
  sha256: de09e52c6706d144b36e704ab573a84e59351e5788b2830001cd1ff5f5a95fc1
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_arm64.tar.gz
  sha256: f78d6b09a9a2a0e89deb5d01550b345bbeb1f4d3251d2c948e4608abab6d52f9
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_armv6.tar.gz
  sha256: 0eeffb1e15bf8a53721576e77418b47d0a0d3a7663e4727bcf32ebd15ff662ac
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_amd64.tar.gz
  sha256: d174d0057b72ad0427d3225225d50d4dffaa61f3c000deeaf96248ae49deb2be
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_arm64.tar.gz
  sha256: ccb6e32c5830996abe8383531e3175c68bb895745bab7914ac5fe53c26b69c94
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_armv6.tar.gz
  sha256: ad1532acbeabf3cd3a24298a5b03b388d6c8be2a2f490ad2eee35a09bd2e68be
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_amd64.tar.gz
  sha256: c1ddab00cc406c34f17f40e3969e9d6690606dec0df564c5d533e5020598323d
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_arm64.tar.gz
  sha256: 4d88daca01db5c9efb5815e297cd3f8ee55c928eda7fa0cfe3f1dfae6d1cc8e5
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_armv6.tar.gz
  sha256: 368ede2e0f3acd19f59d37739780ec3ace71f77df14de322c01d3d80a13cc848
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_amd64.tar.gz
  sha256: 1dbafd8139e2ddf64f0c86a9e85fe89d843b904a6bae9eaf1b0127111bafa478
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_arm64.tar.gz
  sha256: 6aacaf0872176f3eb412eec844af0477320ce43181ad7322230e84937feca7e6
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_armv6.tar.gz
  sha256: dd81ff797bde1c547d0f000fe5fd6cfeaa3e3d66f82bb99222e18c5a6a8d85b5
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.tar.gz
  sha256: c6ce28981a1fb9acb13ee091b5f3de8eb244a67dc99aff1d106985c1e94c72c6
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_arm64.tar.gz
  sha256: d373e305512e53145df7064a0253df696fe17f9ec71804311239f3e2c9e19999
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_armv6.tar.gz
  sha256: 3fb9532fd907547ad1ed89d507f785589c70f3896133ca64de609ba0dcc080d5
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_amd64.tar.gz
  sha256: 6b091b0b21ee8b0ec257920968905dc065505f5718e5a7de1e9d287320869ef8
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_arm64.tar.gz
  sha256: 83cc6009eb3bd33c4aebe8f642acfc1283c5d1aa014d084ed5a806cf402ec556
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_armv6.tar.gz
  sha256: 5ffbe11e124b4196cd16454322dbd68d46040f68f97fcce94f611fb92612561a
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
  sha256: d721dfd1c3f8d5807565ab4df518eacbba7dfcd092c5a7f6adf7f9f0bf31a22f
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_arm64.tar.gz
  sha256: 712687b76b17b69d8117317e3448c3a4ff83af70e1e5bd324e51e0d5bc4a8a1b
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_armv6.tar.gz
  sha256: 7a48d25335be65b6b98d8fc35c26065e86fafa1a879f88031a4adfcdb1496d2b
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_amd64.tar.gz
  sha256: b1d062f1c0d44465e4f9f12521e93e9b3b650d3876eb157acf875347b971f4d8
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_arm64.tar.gz
  sha256: a37ad60126cdee164a2ecbeb25f6c48615c37c7291c7e1fb815b145ae6198d74
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_armv6.tar.gz
  sha256: 9472153dbbec375de35522a693d1372048b19e21a603628e99bbb280cc7eed52
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_amd64.tar.gz
  sha256: e942ed4d378e269ce1376755c2116a695f43efb503ddb5986655e58992c06b9e
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_arm64.tar.gz
  sha256: 98a8b14086e7193ea210efc76854af0a69176c4cbf029fb430c81575b715cd6d
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_armv6.tar.gz
  sha256: c9132c2c2f52160b7d421a2cce49ec0f4419ed5f8dd3ce3d312a06ae23cdfa76
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_amd64.tar.gz
  sha256: 7f771098c1e61faa29e3869cf405c4c9ddfda6a2ab527d16254183e504c94c34
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_arm64.tar.gz
  sha256: 6f46154695b07c7f9d19c284a4366026cbba5bd7764986a832a7ec345b91b433
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_armv6.tar.gz
  sha256: 666d519caf6fadc6ede93e757c442b448f3644f32522df83f4ba4fdbb375fa0d
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_amd64.tar.gz
  sha256: 3bc7cd3b2fd9082218b8246595673f55badb351db1b9e627eec121beb8b26450
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_arm64.tar.gz
  sha256: c9aaa99fd4496be714738620931559f5bab3edc343ea87bbb070d97a1a780554
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_armv6.tar.gz
  sha256: 46efb77e397e4a995096dfca3dd2619d087fa7b6f14e3e58ff290b3f7690c951
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_amd64.tar.gz
  sha256: 20d435429a36911071288efa20d061374b1d1355f7adec1140b35a806145f440
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_arm64.tar.gz
  sha256: e4765ee4ff1f28796f2cc5f6f0dea5c1ecae3241bf27182553622eee241020b1
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_armv6.tar.gz
  sha256: 9a04488f344c7c41ea8a15bae76915523b99b992ff275c02ff591c2235909f34
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_amd64.tar.gz
  sha256: 0c0ab559721d2ff05df9d64fcdaca4f8f0b76d177832379116bd5c4d032fea88
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_arm64.tar.gz
  sha256: 597447f94c07d4680fba787137fd1354ee9f963366a712e5d718aa24cd8f9bd3
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_armv6.tar.gz
  sha256: 4218c205359a8f4b94e56419d6383301ae43265c4217f6567f054cf76aac9490
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.tar.gz
  sha256: 6b3e56ee3253795d9c48e019cfd7b8dfc03b28073a411d1f527f5021764f63cb
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_arm64.tar.gz
  sha256: fc341a2672d9444ed963530cf4ab28a9590ae07b644ce0de52372b3477535b01
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_armv6.tar.gz
  sha256: b9a4354d42174d444993177876c40c8fc77df01c23dc7a3ab99fed90a88966d2
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_amd64.tar.gz
  sha256: 065d78c51f4e400c1dfe4e3cdc14832ff8d5204926a485f5ae06d52f411eec04
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_arm64.tar.gz
  sha256: 33d36e860fecefc3441faadaf91b993899dfc0d1e6ede458c83bafe906d8ae15
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_armv6.tar.gz
  sha256: a0cb066212c356b0d78756d961d948c13cdb7d033e3990487e17e7699ef442d5
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_amd64.tar.gz
  sha256: 76f7e18bdad5ddfdfcab40fce86c8d6f9fb27f9d29c1287cdf71e0d6b45ba84b
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_arm64.tar.gz
  sha256: 9122024da9fe47e15c718dbd8a57c07f9750e6312ad91b405d835b0dd44f746d
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_armv6.tar.gz
  sha256: 45f39108cd0d08a1f6d0bb3d26ecad40d515001bc10fc1e22396c650d316520d
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_amd64.tar.gz
  sha256: 774c4ab16e962f851664162e4d5ebe6fe2a7b8143afaf1a2ebbfd115f0517da0
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_arm64.tar.gz
  sha256: 2f3b615a27bf495402cd612526ebab123d0b0eb70262447ec01e357d89981d39
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_armv6.tar.gz
  sha256: dd62225a93caa3d37c2ffb39c2e36a4ce33d191d93398348abbef266389df65b
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_amd64.tar.gz
  sha256: 9e66bcc5ea256373fa5521a13cd92e0b9495a8e032039e4bbf16dc6b6eb3fe93
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_arm64.tar.gz
  sha256: f289213bf9586ecd5997e196b6fa3ea42431f31844e1d9451e8b6b93379902b7
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_armv6.tar.gz
  sha256: 10d8119c7d51617861b4abb4b2b99d3cbfaca4f1349fdf5d969597e15e404ba1
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_amd64.tar.gz
  sha256: c15008b4b691a28dd4201ec78f53d20e85fe633eaf0772d2390ca6b7fabced4c
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_arm64.tar.gz
  sha256: 5f166b082bdac23ff39c197ec3975e43fa94defc98ae7a83fd72c016924e2cc6
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_armv6.tar.gz
  sha256: d5eac0fd718a1561dbec0c716a493131d99c89de1bb5e925dbb01da460aebaa9
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_amd64.tar.gz
  sha256: ad0498e99610bb1dcf3c8652336c9348071c5b3d5269778fc93d8461a9c27f63
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_arm64.tar.gz
  sha256: d51f3fc7a9d8d52a66b5f95955768ac2d9a2931830aa4c45318ed2d35ea455a2
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_armv6.tar.gz
  sha256: 02a47ceed54c98784efec914072c42a60587635f64fd3269a3f032824e8e1fa5
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_amd64.tar.gz
  sha256: f09fa5fc8432dddae8023f63a277023124a80e8b2e190126ee6134122d2107a7
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_arm64.tar.gz
  sha256: 0511fd91aabf4861ade97c742607ae2ae0231b8fd351c575a3662459a1edbfdb
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_armv6.tar.gz
  sha256: 9cbdbdd9a4a3dba6b3f3502f6017123c8682899255b85544c2544f8dd6647ba0
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_linux_amd64.tar.gz
  sha256: be919ddfb95cf3c87e542cb048b593368e17e962bf7c4743541855cd339cd814
  timestamp: 2023-03-21 01:24:19+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_linux_arm64.tar.gz
  sha256: e4d95a7f8bc820a0b1d694cb323ee8aec7922a0d1edf191a847d86a0e3091473
  timestamp: 2023-03-21 01:24:19+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_linux_armv6.tar.gz
  sha256: 718d4ae935fd8d772a530f1c54ea45bc739d1864cae78283524317c4266524b2
  timestamp: 2023-03-21 01:24:19+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_linux_amd64.tar.gz
  sha256: 869e780f9391804c1f9d355f6f7777931ef61447ca50c75433a5942f484e61d1
  timestamp: 2023-03-21 15:16:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_linux_arm64.tar.gz
  sha256: d4417c96f67314a963c40a312b68da7a616b4a5d5450b22b5aae99b24ea5dc70
  timestamp: 2023-03-21 15:16:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.25.1/gh_2.25.1_linux_armv6.tar.gz
  sha256: 66fd706a0f7a97db407c64406576e196ef9976937ce2fbf42da8ad9037973307
  timestamp: 2023-03-21 15:16:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_linux_amd64.tar.gz
  sha256: df4e5a9bd8fcd6feb663d08871228bf67035550ac9da0e0c54c5d2af050f0f20
  timestamp: 2023-04-04 21:15:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_linux_arm64.tar.gz
  sha256: 6bf028e7de8e8ce2d06b73a3bf406d512f5e8bc4a15a237a7793469c9873569b
  timestamp: 2023-04-04 21:15:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.0/gh_2.26.0_linux_armv6.tar.gz
  sha256: 8c9713b80fcbaa26114254075015850f6cda1cb8f99c002a5200edcbbb6230dd
  timestamp: 2023-04-04 21:15:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_linux_amd64.tar.gz
  sha256: 4e1f98c10eb0af2c3bfe6849c10328a2a2446a9ff4294db0dfdb20b7d16eaecc
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_linux_arm64.tar.gz
  sha256: 3378a02d99576b25401688b0fdf11681df7d5dc2bb43aa911a40104b57c783da
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_linux_armv6.tar.gz
  sha256: ebe69d71d2139c473adadf5fe1ab284b10693a88837ac79405ae629eee914512
  timestamp: 2023-04-05 01:11:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.27.0/gh_2.27.0_linux_amd64.tar.gz
  sha256: a3e2987e49ede4e90e0192f64c5e1480d6a1ee3196d51a4fcfbe0ccd0a627747
  timestamp: 2023-04-07 21:14:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.27.0/gh_2.27.0_linux_arm64.tar.gz
  sha256: 75e9049bd5cea8084095b381bf21103bf8b609f989caeee20a47023b2fa1cbe9
  timestamp: 2023-04-07 21:14:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.27.0/gh_2.27.0_linux_armv6.tar.gz
  sha256: 2289fa1537bbf424947e1643f4616fb1c6b7e011b43b25e2e72af1b1e4d74f97
  timestamp: 2023-04-07 21:14:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_amd64.tar.gz
  sha256: 532633d851557d1da80d59addcb3f7ba20ba0341c8990d32d13f4af73ebfb3f0
  timestamp: 2023-04-25 15:19:00+00:00
- url: https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_arm64.tar.gz
  sha256: 89b0351d2421c10dd27e91d8aee13a97afe95039507a21a6c0a3a899e2ac1d9c
  timestamp: 2023-04-25 15:19:00+00:00
- url: https://github.com/cli/cli/releases/download/v2.28.0/gh_2.28.0_linux_armv6.tar.gz
  sha256: b7337064cb59702e09251ef969326458229c894df65301dc758819cb39985d51
  timestamp: 2023-04-25 15:19:00+00:00
- url: https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_amd64.tar.gz
  sha256: 9fe05f43a11a7bf8eacf731422452d1997e6708d4160ef0efcb13c103320390e
  timestamp: 2023-05-10 12:33:16+00:00
- url: https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_arm64.tar.gz
  sha256: 71aa963cf4eecc3cc638ad17050464410a92fb6f66a04b409997f4c63588ccb4
  timestamp: 2023-05-10 12:33:16+00:00
- url: https://github.com/cli/cli/releases/download/v2.29.0/gh_2.29.0_linux_armv6.tar.gz
  sha256: 193bc95e024a3e53a3d3850fc2e619ddc9ca1bf3de384abb0f15e68ff1aaefbd
  timestamp: 2023-05-10 12:33:16+00:00
- url: https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_amd64.tar.gz
  sha256: 5aee45bd42a27f5be309373c326e45cbcc7f04591b1798581a3094af767225b7
  timestamp: 2023-05-30 18:20:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_arm64.tar.gz
  sha256: 3ef741bcc1ae8bb975adb79a78e26ab7f18a246197f193aaa8cb5c3bdc373a3f
  timestamp: 2023-05-30 18:20:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.30.0/gh_2.30.0_linux_armv6.tar.gz
  sha256: 472424e5739fb626921423f04cc30aed14605eb019ec860104351baf1a7307d4
  timestamp: 2023-05-30 18:20:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_amd64.tar.gz
  sha256: eec349e43803759d3d7a138d214ae983a3bebebd8e6dd0ec0ff1eea7bdd823e7
  timestamp: 2023-06-21 01:37:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_arm64.tar.gz
  sha256: 8e704310972ecd4a51a7f92641501d8422923a4dfc07c76719ca42611dd36a23
  timestamp: 2023-06-21 01:37:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.31.0/gh_2.31.0_linux_armv6.tar.gz
  sha256: 8ca0f926fa7c7090199f0e87c3d22e8167f4f2892c1b77dcf041ce50fd6423a0
  timestamp: 2023-06-21 01:37:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_amd64.tar.gz
  sha256: 2e306f118a46764bc1763bacc52e7b18eeca5aa6fd59d2b5fd260f0ef3cd87ae
  timestamp: 2023-07-11 21:16:23+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_arm64.tar.gz
  sha256: 9eff1eb5d13a3fa858859bd2995077f8987a89d352548a3c116af0536f49afc0
  timestamp: 2023-07-11 21:16:23+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.0/gh_2.32.0_linux_armv6.tar.gz
  sha256: 77fa90e418aae717b29f11ae591c89a6eafe8a4d7661133ba9e57a5bbebb843d
  timestamp: 2023-07-11 21:16:23+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_amd64.tar.gz
  sha256: 5c9a70b6411cc9774f5f4e68f9227d5d55ca0bfbd00dfc6353081c9b705c8939
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_arm64.tar.gz
  sha256: 78a934fa06ba9ffdf84f83a94e4da8ef2ecd6c2a037085d154050a90554e1060
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.32.1/gh_2.32.1_linux_armv6.tar.gz
  sha256: eba94fa78f3906beaa1e2171fbdaf07e58acdc72f4a27da9d95cfde9a6881ae8
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_amd64.tar.gz
  sha256: c46d0adae4dbd0589a62b6a1d822b84ca5184ee78d246d21d5c082ab9f38a04e
  timestamp: 2023-08-21 18:19:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_arm64.tar.gz
  sha256: ac8c84e853bcff301ab8fc05d334abebf196b300b870fb27afacf044d667def1
  timestamp: 2023-08-21 18:19:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.33.0/gh_2.33.0_linux_armv6.tar.gz
  sha256: 6c5e3db21475d1c7cf09afd20a643e01edf95bd912f291d9f07147b3562eac1f
  timestamp: 2023-08-21 18:19:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_amd64.tar.gz
  sha256: 056c45c510ca77ec7e492023e1aa79c078b679932b6202188b7f5abd914df911
  timestamp: 2023-09-06 12:32:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_arm64.tar.gz
  sha256: dc7e6ec5f69e7417daa02963bacb4046e40435cba34e35b5cb016531d9f3295e
  timestamp: 2023-09-06 12:32:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.34.0/gh_2.34.0_linux_armv6.tar.gz
  sha256: 9ecd2f010dc582e235df179d69366a869091828c804ef94502a33e974177419f
  timestamp: 2023-09-06 12:32:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_amd64.tar.gz
  sha256: 927614fbc6b391d136504ff2cc4b406f7082a2159ea51feb6f1db4fe6033feaa
  timestamp: 2023-09-19 09:16:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_arm64.tar.gz
  sha256: 3fedcf9a034a6a8706794946b1af74bc203161aa51c40a646dc434b9814ef2c9
  timestamp: 2023-09-19 09:16:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_armv6.tar.gz
  sha256: d4ca282f80c1fc6694414946ca812fc186e9de0ed713ee4d767d04e8b6b11f6b
  timestamp: 2023-09-19 09:16:45+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/github-cli.svg)](https://docs.wakemeops.com/packages/github-cli)
<a href="https://docs.wakemeops.com/packages/github-cli">
  <img src="https://docs.wakemeops.com/badges/github-cli.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/github-cli.svg
:target: https://docs.wakemeops.com/packages/github-cli