Skip to content

Commit

Permalink
upd(github-cli-deb): 2.42.1 -> 2.49.0 (#5969)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored May 7, 2024
1 parent 4a91ec9 commit cf00f4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions packages/github-cli-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgname = github-cli-deb
gives = gh
pkgver = 2.42.1
pkgver = 2.49.0
pkgdesc = GitHub's official command line tool
arch = arm64
arch = amd64
source_arm64 = https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_arm64.deb
source_amd64 = https://github.com/cli/cli/releases/download/v2.42.1/gh_2.42.1_linux_amd64.deb
source_arm64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_arm64.deb
source_amd64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.deb
breaks = gh-bin
breaks = gh-git
replaces = gh
maintainer = Oren Klopfer <[email protected]>
repology = project: github-cli
sha256sums_amd64 = 2b053228c8fd7902054cddd44015a77446c014652d5257a2150c694843c7fa36
sha256sums_arm64 = 6eb3eac5eeb4467d74d917bea96a50a40cc6c3ac70b853f537c9843c3a551623
sha256sums_amd64 = f29848d15081ebddefe83d83731c17df86d05d948d82f9717bb3da57d18f8ab2
sha256sums_arm64 = 3941a3dbaf1850a5e6f5895f0d489ad757e65a6887d325a54d74a796915f3222
6 changes: 3 additions & 3 deletions packages/github-cli-deb/github-cli-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ pkgname="github-cli-deb"
gives="gh"
breaks=("${gives}-bin" "${gives}-git")
replaces=("${gives}")
pkgver="2.42.1"
pkgver="2.49.0"
arch=('arm64' 'amd64')
sha256sums_arm64=("6eb3eac5eeb4467d74d917bea96a50a40cc6c3ac70b853f537c9843c3a551623")
sha256sums_amd64=("2b053228c8fd7902054cddd44015a77446c014652d5257a2150c694843c7fa36")
sha256sums_arm64=("3941a3dbaf1850a5e6f5895f0d489ad757e65a6887d325a54d74a796915f3222")
sha256sums_amd64=("f29848d15081ebddefe83d83731c17df86d05d948d82f9717bb3da57d18f8ab2")
source=("https://github.com/cli/cli/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.deb")
pkgdesc="GitHub's official command line tool"
repology=("project: github-cli")
Expand Down

0 comments on commit cf00f4e

Please sign in to comment.