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

arm64 armhf amd64

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.62.0*

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

Download URLs

Version SHA256 Size (KB)
2.62.0 3d0d29075366a5846b05356251873fc4fdb0e80dcebe211f52c40b078cc74660 9600
2.61.0 cd57290eedba6f773687e68bf0d63c52b7fd3165de3665b6c5a831a013e55932 9597
2.60.1 d39d5348ef310c9fd564aa677a24df7bd731495d284cf8c58b43604e91e940e3 9591
2.60.0 65611c3e6d2c29d655e1c3955cb5bbe9ae1ac5617cb55667c4d4718869759759 9597
2.59.0 8c42f94554e291249b8cadb0f3c9383d07ad4513e9ae66f821d43a5805386ed9 9592
2.58.0 bcee9ee24fbe2dff1b050612aac5030d700853700a09bc5af79f1935b0606df9 9579
2.57.0 883d3e20e837e97760ddaf79a5b94ee89b89bd3cbab24bcfd38e7a3c6dab3ed2 9577
2.56.0 00a2675d62b0c077a314a7b116078e085acd90318e4519911cd01dd81f662589 9571
2.55.0 9ae8de16cc564328fa4f7582942dd0092f85bd3e2ea47d212ebf2fccefc5bf15 9546
2.54.0 e53894da31c7dcc38659e8aff9c0759a1687e85734dcd8a8583c1eb6b810d55b 9523
Version SHA256 Size (KB)
2.62.0 9912570e4ba3d73245667d7ec223973c86695f51e545712056f35c4fdd04d5ff 8299
2.61.0 1734886215b31dd3f335f2d4a9b7b6fa864c07ddd55aa6c5b53f2ad66d25db20 8291
2.60.1 af939739a3bc165470155664b5ed8ded02baaa6b73be4f24b3b6cf4fa511d268 8293
2.60.0 aaa072e9fad0c20589f14356e4d1059e2927d421e803e029e20962d910c02e69 8295
2.59.0 4d7b903eff4f2a585ecd8072314e90897d0ba29157ef0b1bd28a6f9589773004 8290
2.58.0 29686d9beecb6753aa99d84dd739e9573272076181366e3574d8a1839ab663a7 8278
2.57.0 24cfb6481e991311ab8c67a0d1f7052b37e93da8dd6189b842cb38f33ca1307f 8279
2.56.0 acbcd443d1dfdc66430a880d90626c48aebed9deb74e3fcf79adb7098ecb1791 8279
2.55.0 ab7a02913cc7d626f62e6f5c12c8b27251ed5242c967c05abfb3198af2dbfc5c 8255
2.54.0 641ca07b546dac05a59a22366fc14b751cfbae49022b859df0d82e2f1a1486ef 8234
Version SHA256 Size (KB)
2.62.0 8e1729dca602f8daabac383d506cce7b3eee5803934df078fd4b9ca3b8ce0aa8 8297
2.61.0 7ddbf543f7cd164eeeb584bb3bac1667f5da01e117ad290bafc49572b9c61ddd 8297
2.60.1 f64e03463077f62e50d9e92a6c161c08be750b0a8ddde937d06a0ec8c9ea0bb3 8295
2.60.0 38b61eb921c41145c16644641cbc09fd956ea0b101fbc9baf82d254f12d9ad08 8292
2.59.0 f1e96259090a27a3cc55112a4dd87f26bb17f74b077ac4669a2ea6f99e94f875 8290
2.58.0 80edfdc21ecb6b93f93c20334b383b13d5d9b25d8728d57a8485dafae30bf299 8279
2.57.0 2cf88006cd8a0cd91ccaccdce22c9f8e96686aab5b5038b268d83046c16538ff 8279
2.56.0 ea9a21d750c57c1bd65590d666302d872a7c84d1711730cdb955d8f634562e35 8273
2.55.0 91871eb016acc806b073359ed7e550fe5d4bb1a8bf6cf7dc595a071b757e368c 8256
2.54.0 b2d3d02238e5b4e5aeb4ba160d4e7c5ad91a79d4d290c36a5e323a7ec61d2da1 8230

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:
    architectures:
      - amd64
      - arm64
      - armhf
    versions:
      - 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
      - 2.36.0
      - 2.37.0
      - 2.38.0
      - 2.39.0
      - 2.39.1
      - 2.39.2
      - 2.40.0
      - 2.40.1
      - 2.41.0
      - 2.42.0
      - 2.42.1
      - 2.43.1
      - 2.44.0
      - 2.44.1
      - 2.45.0
      - 2.46.0
      - 2.47.0
      - 2.48.0
      - 2.49.0
      - 2.49.1
      - 2.49.2
      - 2.50.0
      - 2.51.0
      - 2.52.0
      - 2.53.0
      - 2.54.0
      - 2.55.0
      - 2.56.0
      - 2.57.0
      - 2.58.0
      - 2.59.0
      - 2.60.0
      - 2.60.1
      - 2.61.0
      - 2.62.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:
    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.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
- url: https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_linux_amd64.tar.gz
  sha256: 29ed6c04931e6ac8a5f5f383411d7828902fed22f08b0daf9c8ddb97a89d97ce
  timestamp: 2023-10-03 15:18:41+00:00
- url: https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_linux_arm64.tar.gz
  sha256: 3cdbbe813c59fc61c84dc17e78efb93135231beb08e8cb0f2345de8d615a1660
  timestamp: 2023-10-03 15:18:41+00:00
- url: https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_linux_armv6.tar.gz
  sha256: 3c3af63b8df09bab285ab847b1f4e73d331d768f8a4a3327188ea2f8b2cd2083
  timestamp: 2023-10-03 15:18:41+00:00
- url: https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_amd64.tar.gz
  sha256: a1d79712c20af6fe36e388e762bda60c3fc8fb4af2f0cff666143f2c7d3baa88
  timestamp: 2023-10-17 15:17:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_arm64.tar.gz
  sha256: ef10a152030456f9455f2a321f2d22cb2654e987f5a008731e4c49a4eb4c29c2
  timestamp: 2023-10-17 15:17:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_linux_armv6.tar.gz
  sha256: 0c7f8c6cf37acc75fa4366dbd89627f3c29615e7e22bb5dd83d4f20f32d49d41
  timestamp: 2023-10-17 15:17:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.38.0/gh_2.38.0_linux_amd64.tar.gz
  sha256: c56b80a03c3b4216cd1ab63f6c7bfa4c356c67bce265fc067953bec10cdf0f97
  timestamp: 2023-11-01 12:32:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.38.0/gh_2.38.0_linux_arm64.tar.gz
  sha256: 45b659115d5d969ace158e4f88b8e66b880d7d355203793e544d794ca31a4ba2
  timestamp: 2023-11-01 12:32:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.38.0/gh_2.38.0_linux_armv6.tar.gz
  sha256: ff69d5271d6c26d908de9235eae940716cfd9572eb1704da0099abf4a422a70f
  timestamp: 2023-11-01 12:32:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_linux_amd64.tar.gz
  sha256: da8a96f8a5a8011a1d7f65ebefd57be4048b4bdb1c2059d7cb99bc82075d6d60
  timestamp: 2023-11-14 09:16:47+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_linux_arm64.tar.gz
  sha256: d5ee90458f6cec5bde435f2ce94b7e9e5ec82ce0e635e3d28d666f065309efc1
  timestamp: 2023-11-14 09:16:47+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.0/gh_2.39.0_linux_armv6.tar.gz
  sha256: fb2426a216c64f9768137908e9d19c0717dfe6c8e3244e5529759f1e2fd44165
  timestamp: 2023-11-14 09:16:47+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_amd64.tar.gz
  sha256: 18a1bc97eb72305ff20e965d3c67aee7e1ac607fabc6251c7374226d8c41422b
  timestamp: 2023-11-14 18:18:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_arm64.tar.gz
  sha256: e29e51efae58693cab394b983771bc0c73b400e429dd1d7339fc62c8b257c74a
  timestamp: 2023-11-14 18:18:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_armv6.tar.gz
  sha256: 71388fa95e9600bfc33b72df6037ba5cef2323c0b5aa3a20875c1a2551b2e8dc
  timestamp: 2023-11-14 18:18:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_linux_amd64.tar.gz
  sha256: 460d270662f80b8314928ff80ac36db619b8bbac281a1331afd0d6e822f40426
  timestamp: 2023-11-27 18:21:55+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_linux_arm64.tar.gz
  sha256: ea29ede50a8fdd82297bb1db528f0e7b5f0893e165222c3d85baeee3e98019f2
  timestamp: 2023-11-27 18:21:55+00:00
- url: https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_linux_armv6.tar.gz
  sha256: eded31b0e5430259e15b8714ee94936894bfe03bb2dd8b3a38a62b3ac12db466
  timestamp: 2023-11-27 18:21:55+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_linux_amd64.tar.gz
  sha256: 17f3c21f3f4c3b0175a9a0ee8f8e42e36f58e2713de81440ea9c0cb94c5a08a8
  timestamp: 2023-12-11 11:25:21+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_linux_arm64.tar.gz
  sha256: 2f850430f300b0cc25b1c9bcdf3fe51a0b9de577534d7ee7a0fb64b38bdfd288
  timestamp: 2023-12-11 11:25:21+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_linux_armv6.tar.gz
  sha256: e659007fcb68e7b949ef53a32c402a4793c3af9980a3a3a6fc276edab9f28a2d
  timestamp: 2023-12-11 11:25:21+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_linux_amd64.tar.gz
  sha256: 7f34ee83a7dd17addd1d029bc66ec06d91773a93172e3e1e30e0ec3a9f923fe2
  timestamp: 2023-12-13 15:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_linux_arm64.tar.gz
  sha256: ba7bd980092eae0892e53c3a2829632bf4116ed7fbb48361b8d4566ea9e672dd
  timestamp: 2023-12-13 15:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_linux_armv6.tar.gz
  sha256: cd64f0d65454536e7b1ac45231b319cbfd01e3ff68962403a7459f23933a6ef0
  timestamp: 2023-12-13 15:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.41.0/gh_2.41.0_linux_amd64.tar.gz
  sha256: 36180360c69669eb05cee43fa3af79c0845c2d1accad0d884d4bd85f334e3b6b
  timestamp: 2024-01-08 15:18:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.41.0/gh_2.41.0_linux_arm64.tar.gz
  sha256: 5e2f0232b3e8a3070467eb3e9671c7861c30c90926f6ed5b313c323a41c0d9a1
  timestamp: 2024-01-08 15:18:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.41.0/gh_2.41.0_linux_armv6.tar.gz
  sha256: 4ce81933905ebb4543cb37305e463b0988da545b110872e39549d4ffadedc0c6
  timestamp: 2024-01-08 15:18:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_linux_amd64.tar.gz
  sha256: 697a72c5070bfaf6d5146e2047a90362f127196020cc116ab29b8fabf36e5605
  timestamp: 2024-01-11 15:18:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_linux_arm64.tar.gz
  sha256: d394cd460a74324f723d08f0fad01da8b18f3c8ee341045b8a8124fcd4b9d01b
  timestamp: 2024-01-11 15:18:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.0/gh_2.42.0_linux_armv6.tar.gz
  sha256: 188eb7f6aaa5b3e3d92f7e3c3a4b8fc671f33fbfdf3ca700c3efa5efe582010f
  timestamp: 2024-01-11 15:18:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_amd64.tar.gz
  sha256: c82c865545549131f284bf4df73c03c63971a87286fce5ab5d11c9dc0cee2cbb
  timestamp: 2024-01-16 21:15:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_arm64.tar.gz
  sha256: e49887ecbc10ed9964965304d21dab786e2ebfc7ec7f22021e1ee747db433575
  timestamp: 2024-01-16 21:15:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_armv6.tar.gz
  sha256: fd57734c176c8622cc071737709186c77bb650bb97583bc3234bcc7130dd0461
  timestamp: 2024-01-16 21:15:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.43.1/gh_2.43.1_linux_amd64.tar.gz
  sha256: 0935fb1c783f65a0d43ebe4988dd117b27355704e230c386d9fd30774d729111
  timestamp: 2024-02-04 15:05:42+00:00
- url: https://github.com/cli/cli/releases/download/v2.43.1/gh_2.43.1_linux_arm64.tar.gz
  sha256: 5e27f664970c5608f83707dbcf81245604bb5dd3b3dc2164f25e8143ea0a9b11
  timestamp: 2024-02-04 15:05:42+00:00
- url: https://github.com/cli/cli/releases/download/v2.43.1/gh_2.43.1_linux_armv6.tar.gz
  sha256: 47e6757e79db4e660f8210c0cc8882c4d42bcccff598f035ea13f3035db6bacc
  timestamp: 2024-02-04 15:05:42+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.0/gh_2.44.0_linux_amd64.tar.gz
  sha256: 13faf40b639b1597d791baccef581cd72f494add69d3b92aad4f23a9e080cfc3
  timestamp: 2024-02-15 15:05:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.0/gh_2.44.0_linux_arm64.tar.gz
  sha256: adc0d841ccb10a16a22da00a1f3a993aac9d5be5803f1f746cf91575ac00ef9f
  timestamp: 2024-02-15 15:05:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.0/gh_2.44.0_linux_armv6.tar.gz
  sha256: 3cba286e9cbcd836a909e9bac932e9327cc13546bb15ef2ba9e675992109af9d
  timestamp: 2024-02-15 15:05:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_linux_amd64.tar.gz
  sha256: f11eefb646768e3f53e2185f6d3b01b4cb02112c2c60e65a4b5875150287ff97
  timestamp: 2024-02-16 18:06:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_linux_arm64.tar.gz
  sha256: 0f9f7b04514d8accc9e560ede4ec340333b262735cfdbe8d8d36b55d78dac732
  timestamp: 2024-02-16 18:06:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.44.1/gh_2.44.1_linux_armv6.tar.gz
  sha256: e50452bd849204e81856e3731c327d0c621e5a2215c59bb3223b4758726aeb20
  timestamp: 2024-02-16 18:06:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_linux_amd64.tar.gz
  sha256: 79e89a14af6fc69163aee00e764e86d5809d0c6c77e6f229aebe7a4ed115ee67
  timestamp: 2024-03-04 21:05:52+00:00
- url: https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_linux_arm64.tar.gz
  sha256: bb62c95ecc17a8557a847483ce671bff9909f107ad1961b4efafcd521721c213
  timestamp: 2024-03-04 21:05:52+00:00
- url: https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_linux_armv6.tar.gz
  sha256: 3e0d974a921814a355011fc186de2efca107f246ae6630152cdbb35ffaa04b41
  timestamp: 2024-03-04 21:05:52+00:00
- url: https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_amd64.tar.gz
  sha256: c671d450d7c0e95c84fbc6996591fc851d396848acd53e589ee388031cee9330
  timestamp: 2024-03-20 18:06:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_arm64.tar.gz
  sha256: 0b4d23c60872d3e43b94bbcf84ffd69719dc8f9d85d685deb0907774caea7b10
  timestamp: 2024-03-20 18:06:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.46.0/gh_2.46.0_linux_armv6.tar.gz
  sha256: fd3f34e8b7e54661f9ed224f62fd2c1dea481b9efd722107edf34dd0a88f7c08
  timestamp: 2024-03-20 18:06:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_linux_amd64.tar.gz
  sha256: b7015d9b87599a172a50c8980829e9d726abf29408b00ef0102364061b9e8b00
  timestamp: 2024-04-03 18:06:09+00:00
- url: https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_linux_arm64.tar.gz
  sha256: 6858f4b0089f02a3d49d8e536c05d0b161d97b0a484b2e04347ae24cc81c2e8d
  timestamp: 2024-04-03 18:06:09+00:00
- url: https://github.com/cli/cli/releases/download/v2.47.0/gh_2.47.0_linux_armv6.tar.gz
  sha256: 6e5de8f250ffadea1c4ea9a7c611dc16e3afff9b484f2fc100f4b4592c944ce0
  timestamp: 2024-04-03 18:06:09+00:00
- url: https://github.com/cli/cli/releases/download/v2.48.0/gh_2.48.0_linux_amd64.tar.gz
  sha256: 1c477e2562aca8679b0219569f0482f1975de76daca8ba307892c1787338a28d
  timestamp: 2024-04-17 12:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.48.0/gh_2.48.0_linux_arm64.tar.gz
  sha256: aceeaa1c3d350faeb7f4d4f41821e4d08197fb0b37808a7020f502870bad49a3
  timestamp: 2024-04-17 12:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.48.0/gh_2.48.0_linux_armv6.tar.gz
  sha256: ca30b305e37f1b0f293fcb5b3b32a7c880aef07bd2adb9327c906dbf85aff196
  timestamp: 2024-04-17 12:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.tar.gz
  sha256: 3f7ef10a8ae6164220db20cf6d4fb96528c61d614f0803ccf39b1cabb6ae7263
  timestamp: 2024-04-30 15:05:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_arm64.tar.gz
  sha256: 8224f5e3ddf2b7d13a19519617d40563cb4a928bfe0041c520110289003c2c5d
  timestamp: 2024-04-30 15:05:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_armv6.tar.gz
  sha256: 6c74128bc0c18f868e5fd972159a70db471040cbdddca3b45e77a8d122e4503d
  timestamp: 2024-04-30 15:05:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.1/gh_2.49.1_linux_amd64.tar.gz
  sha256: cf3a432235caa033a87523c4c03784059cbb67de2dafccfe9d735561e72ad643
  timestamp: 2024-05-08 15:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.1/gh_2.49.1_linux_arm64.tar.gz
  sha256: cdb52928d1a9e3414a1c6877380072f7b4df9f51fd97c0265c266462f32ec29b
  timestamp: 2024-05-08 15:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.1/gh_2.49.1_linux_armv6.tar.gz
  sha256: d2ecf39d0cab2813c4c0c3f7b8490602d628b95084728f57bb760f7fa0b02f5e
  timestamp: 2024-05-08 15:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.2/gh_2.49.2_linux_amd64.tar.gz
  sha256: d84b514b64b802c703009453c935068384162253d1288d947f9488b98fb00fbc
  timestamp: 2024-05-13 18:06:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.2/gh_2.49.2_linux_arm64.tar.gz
  sha256: 1b82c3d878291e754c21bfafc2bfb1ac06c7987752d3cb9a715adce6ecffa5c3
  timestamp: 2024-05-13 18:06:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.49.2/gh_2.49.2_linux_armv6.tar.gz
  sha256: 6059d3abe06451d462aad55c36d572f6da81e3aba57b012953b50dceddda2182
  timestamp: 2024-05-13 18:06:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_linux_amd64.tar.gz
  sha256: 7f9795b3ce99351a1bfc6ea3b09b7363cb1eccca19978a046bcb477839efab82
  timestamp: 2024-06-02 18:07:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_linux_arm64.tar.gz
  sha256: 115e1a18695fcc2e060711207f0c297f1cca8b76dd1d9cd0cf071f69ccac7422
  timestamp: 2024-06-02 18:07:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.50.0/gh_2.50.0_linux_armv6.tar.gz
  sha256: adc010fdc4139d12550f692b448232556b87dc35e16dea7bace5f7b6dab458e5
  timestamp: 2024-06-02 18:07:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_linux_amd64.tar.gz
  sha256: d7725fb2a643ca024edf5b4e2f2cca0431a404bbc2e251086ffca2b25e37be11
  timestamp: 2024-06-13 15:05:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_linux_arm64.tar.gz
  sha256: 1634c01a5d64d4a86f88487b89873d3974d64a924dbfd5872198bfcea7e5a6e5
  timestamp: 2024-06-13 15:05:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_linux_armv6.tar.gz
  sha256: a9943b3ea1907fc7b4d5bca4a2c2fa81722b02bbdaf11725516b2b0cfc78c449
  timestamp: 2024-06-13 15:05:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_amd64.tar.gz
  sha256: 3ea6ed8b2585f406a064cecd7e1501e58f56c8e7ca764ae1f3483d1b8ed68826
  timestamp: 2024-06-24 21:05:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_arm64.tar.gz
  sha256: 3699f5f6d85cef4e1272f233153f7504d348323883cabf69f8791cc1cfbe7931
  timestamp: 2024-06-24 21:05:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_linux_armv6.tar.gz
  sha256: e5721ce20fab3676814b06119367a270d4e5b23e7a2f995aaed2ea9ccdc3e9f4
  timestamp: 2024-06-24 21:05:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_linux_amd64.tar.gz
  sha256: ed2caf962730e0f593a2b6cae42a9b827b8a9c8bdd6efb56eae7feec38bdd0c6
  timestamp: 2024-07-17 21:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_linux_arm64.tar.gz
  sha256: 22c4254025ef5acd7e5406a0eade879e868204861fcb3cd51a95a20cda5d221a
  timestamp: 2024-07-17 21:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_linux_armv6.tar.gz
  sha256: 58c8ffb349f0a25ee1a64508276f6afa1b116b3bdfba67bcb366b58d16840f50
  timestamp: 2024-07-17 21:05:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_amd64.tar.gz
  sha256: c4441b2acfb63feb5fc37a346b0a0a66080d657397f1eb81e3025961dcb06dd3
  timestamp: 2024-08-01 18:07:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_arm64.tar.gz
  sha256: a660e5ab768390fc1f328df9604930ac06ad5cd7b98e96761be667141fe19c7c
  timestamp: 2024-08-01 18:07:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_linux_armv6.tar.gz
  sha256: cd53809273ad6011fdd98e0244c5c2276b15f3dd1294e4715627ebd4f9c6e0f1
  timestamp: 2024-08-01 18:07:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_amd64.tar.gz
  sha256: 49700b3fedb5bfcbef696fe9f1f69091ceb9caf2d40bd872b5028c451efc52bc
  timestamp: 2024-08-20 18:07:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_arm64.tar.gz
  sha256: 2d5d2b965e0122c41752e64873dc33c213b068c1e7a9c396cbd8f6895fb9685f
  timestamp: 2024-08-20 18:07:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_linux_armv6.tar.gz
  sha256: 7a7f496e4e952867582fcbbd959b8a7cbbfdf715625e396e03f3f2fbd97f26da
  timestamp: 2024-08-20 18:07:10+00:00
- url: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_linux_amd64.tar.gz
  sha256: 82174795823a712c01bb4c81ae00b2bde122b1e956ccb01baec542a3a862f37a
  timestamp: 2024-09-09 15:06:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_linux_arm64.tar.gz
  sha256: 3b15b92705f58a29bb59808fd72b78c6586cfd439b0baa297a1d924f7f016864
  timestamp: 2024-09-09 15:06:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_linux_armv6.tar.gz
  sha256: 8b58378f46ed6b7edde2e7fe11248ae329347359171703e8a235cbb749f3a4d5
  timestamp: 2024-09-09 15:06:02+00:00
- url: https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_amd64.tar.gz
  sha256: d6b3621aa0ca383866716fc664d827a21bd1ac4a918a10c047121d8031892bf8
  timestamp: 2024-09-16 18:07:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_arm64.tar.gz
  sha256: a85069b7469846ee4afb5ca758aa1d8d3f801039598d521737b0caa407eeea36
  timestamp: 2024-09-16 18:07:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_armv6.tar.gz
  sha256: 96dd7beef26259747bf96214f30ec65796729a3a7985e29bc1d10026888d226b
  timestamp: 2024-09-16 18:07:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.58.0/gh_2.58.0_linux_amd64.tar.gz
  sha256: 84feae3d143bc360ea1004b474f124c8cfd75363a5e197d3ce63fe23d9f3a2ea
  timestamp: 2024-10-01 21:07:05+00:00
- url: https://github.com/cli/cli/releases/download/v2.58.0/gh_2.58.0_linux_arm64.tar.gz
  sha256: ca23d893a7705db423f4c9b1d660cf2ac5ebf69cb4d8094496ba16756bfa26ee
  timestamp: 2024-10-01 21:07:05+00:00
- url: https://github.com/cli/cli/releases/download/v2.58.0/gh_2.58.0_linux_armv6.tar.gz
  sha256: 76d661266f720e18287acce689f5bf1b9eb59838fdf3f9667cc0d6a1d28b4ac9
  timestamp: 2024-10-01 21:07:05+00:00
- url: https://github.com/cli/cli/releases/download/v2.59.0/gh_2.59.0_linux_amd64.tar.gz
  sha256: 2ce2e480e3c3f7ca0af83418d3ebaeedacee135dbac94bd946d7d84edabcdb64
  timestamp: 2024-10-16 15:06:31+00:00
- url: https://github.com/cli/cli/releases/download/v2.59.0/gh_2.59.0_linux_arm64.tar.gz
  sha256: f6cb115c4aeb53905d12c67b37d8707e06ea2c6012038c88070280ce0899cf7d
  timestamp: 2024-10-16 15:06:31+00:00
- url: https://github.com/cli/cli/releases/download/v2.59.0/gh_2.59.0_linux_armv6.tar.gz
  sha256: 3a48706879737bbc2404062f0a9921ffd7426deb5c541c8869abe0f2bcf43ff9
  timestamp: 2024-10-16 15:06:31+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.0/gh_2.60.0_linux_amd64.tar.gz
  sha256: 73ec218d04748e8e54783833532961d0981cf009661c7e0bfc56a2be7f847b33
  timestamp: 2024-10-24 18:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.0/gh_2.60.0_linux_arm64.tar.gz
  sha256: 60770c236e52d267dc3fcc4fccf75c9abed4a1a5489bbdbd3d65a53432862d33
  timestamp: 2024-10-24 18:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.0/gh_2.60.0_linux_armv6.tar.gz
  sha256: 81322ddafcf36f06109d89165c78a21e1a5d50bdfa3fada8bbe598bda83f18a8
  timestamp: 2024-10-24 18:08:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_linux_amd64.tar.gz
  sha256: dfcd9926de38a797e88e604c3111ecf9ddf13c524706712b2b0d2e2fc4a6ed7f
  timestamp: 2024-10-25 18:08:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_linux_arm64.tar.gz
  sha256: a2842ed6d1f9e260043305749383bb1eb77d817bb57e22cf8c01da0a48caff66
  timestamp: 2024-10-25 18:08:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_linux_armv6.tar.gz
  sha256: 9ca62426c20b6cdd5e32ffe5ae6fca75edea14645bc6de0e853025eadd3544a6
  timestamp: 2024-10-25 18:08:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.tar.gz
  sha256: e2fe1a63cef003093eb1f8e4a669e9e763bd0b747de8abb3253411b408ef6ede
  timestamp: 2024-11-07 15:06:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_arm64.tar.gz
  sha256: 1bf75ef485d8cbeca69bc18d105a52af6cd2ab2cd58708ff2d8f6b2562906d21
  timestamp: 2024-11-07 15:06:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_armv6.tar.gz
  sha256: ed314ecf5849e8fec06fc62ab163a58eacebdec292be63176e17c2ac1acf25fc
  timestamp: 2024-11-07 15:06:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_amd64.tar.gz
  sha256: 41c8b0698ad3003cb5c44bde672a1ffd5f818595abd80162fbf8cc999418446a
  timestamp: 2024-11-14 18:08:09+00:00
- url: https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_arm64.tar.gz
  sha256: a165413209aab98bfb1db9629b97bc9c59778d38bb7378a33a0363cf822e7965
  timestamp: 2024-11-14 18:08:09+00:00
- url: https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_linux_armv6.tar.gz
  sha256: 83c29bce4968b52439b6dfd7b27a24069266502d099c25998aad1f71ad618951
  timestamp: 2024-11-14 18:08:09+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