Skip to content

Commit 5ee2903

Browse files
committed
fix: restore correct arm64 sha
1 parent 2394a13 commit 5ee2903

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/github-cli-deb/.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pkgbase = github-cli-deb
1010
maintainer = Oren Klopfer <oren@taumoda.com>
1111
repology = project: github-cli
1212
source_arm64 = https://github.com/cli/cli/releases/download/v2.96.0/gh_2.96.0_linux_arm64.deb
13-
sha256sums_arm64 = 0000000000000000000000000000000000000000000000000000000000000000
13+
sha256sums_arm64 = 334dd9c6704fc1656a48e475c5a3a9aa32bbadb87fa1777513bc626af4a99e89
1414
source_amd64 = https://github.com/cli/cli/releases/download/v2.96.0/gh_2.96.0_linux_amd64.deb
1515
sha256sums_amd64 = 11a731f4e0ca8c3db96ef6d2cc404dcab3d78247ce0e07c53e07117e7627d6a1
1616

packages/github-cli-deb/github-cli-deb.pacscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ breaks=("${gives}-bin" "${gives}-git")
44
replaces=("${gives}")
55
pkgver="2.96.0"
66
arch=('arm64' 'amd64')
7-
sha256sums_arm64=("0000000000000000000000000000000000000000000000000000000000000000")
7+
sha256sums_arm64=("334dd9c6704fc1656a48e475c5a3a9aa32bbadb87fa1777513bc626af4a99e89")
88
sha256sums_amd64=("11a731f4e0ca8c3db96ef6d2cc404dcab3d78247ce0e07c53e07117e7627d6a1")
99
source=("https://github.com/cli/cli/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.deb")
1010
pkgdesc="GitHub's official command line tool"

srclist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4459,7 +4459,7 @@ pkgbase = github-cli-deb
44594459
maintainer = Oren Klopfer <oren@taumoda.com>
44604460
repology = project: github-cli
44614461
source_arm64 = https://github.com/cli/cli/releases/download/v2.96.0/gh_2.96.0_linux_arm64.deb
4462-
sha256sums_arm64 = 0000000000000000000000000000000000000000000000000000000000000000
4462+
sha256sums_arm64 = 334dd9c6704fc1656a48e475c5a3a9aa32bbadb87fa1777513bc626af4a99e89
44634463
source_amd64 = https://github.com/cli/cli/releases/download/v2.96.0/gh_2.96.0_linux_amd64.deb
44644464
sha256sums_amd64 = 11a731f4e0ca8c3db96ef6d2cc404dcab3d78247ce0e07c53e07117e7627d6a1
44654465

0 commit comments

Comments
 (0)