Skip to content

Commit

Permalink
upd(github-cli-deb): 2.49.0 -> 2.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Nov 14, 2024
1 parent 31df3f5 commit a11868f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions packages/github-cli-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = github-cli-deb
gives = gh
pkgver = 2.49.0
pkgver = 2.61.0
pkgdesc = GitHub's official command line tool
arch = arm64
arch = amd64
Expand All @@ -9,9 +9,9 @@ pkgbase = github-cli-deb
replaces = gh
maintainer = Oren Klopfer <[email protected]>
repology = project: github-cli
source_arm64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_arm64.deb
sha256sums_arm64 = 3941a3dbaf1850a5e6f5895f0d489ad757e65a6887d325a54d74a796915f3222
source_amd64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.deb
sha256sums_amd64 = f29848d15081ebddefe83d83731c17df86d05d948d82f9717bb3da57d18f8ab2
source_arm64 = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_arm64.deb
sha256sums_arm64 = 37e232c8a58802440641bd3210a5f495e8b01e2798882e8d16f47ae665eceb6d
source_amd64 = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.deb
sha256sums_amd64 = 6f1385a4440ac91671d011647f1632a0bc40494ebc0f0bdb02053eda1f1f05e3

pkgname = github-cli-deb
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.49.0"
pkgver="2.61.0"
arch=('arm64' 'amd64')
sha256sums_arm64=("3941a3dbaf1850a5e6f5895f0d489ad757e65a6887d325a54d74a796915f3222")
sha256sums_amd64=("f29848d15081ebddefe83d83731c17df86d05d948d82f9717bb3da57d18f8ab2")
sha256sums_arm64=("37e232c8a58802440641bd3210a5f495e8b01e2798882e8d16f47ae665eceb6d")
sha256sums_amd64=("6f1385a4440ac91671d011647f1632a0bc40494ebc0f0bdb02053eda1f1f05e3")
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
10 changes: 5 additions & 5 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,7 @@ pkgname = github-cli-bin
---
pkgbase = github-cli-deb
gives = gh
pkgver = 2.49.0
pkgver = 2.61.0
pkgdesc = GitHub's official command line tool
arch = arm64
arch = amd64
Expand All @@ -3372,10 +3372,10 @@ pkgbase = github-cli-deb
replaces = gh
maintainer = Oren Klopfer <[email protected]>
repology = project: github-cli
source_arm64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_arm64.deb
sha256sums_arm64 = 3941a3dbaf1850a5e6f5895f0d489ad757e65a6887d325a54d74a796915f3222
source_amd64 = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.deb
sha256sums_amd64 = f29848d15081ebddefe83d83731c17df86d05d948d82f9717bb3da57d18f8ab2
source_arm64 = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_arm64.deb
sha256sums_arm64 = 37e232c8a58802440641bd3210a5f495e8b01e2798882e8d16f47ae665eceb6d
source_amd64 = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.deb
sha256sums_amd64 = 6f1385a4440ac91671d011647f1632a0bc40494ebc0f0bdb02053eda1f1f05e3

pkgname = github-cli-deb
---
Expand Down

0 comments on commit a11868f

Please sign in to comment.