Skip to content

Commit

Permalink
upd(github-cli-deb): 2.31.0 -> 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Aug 22, 2023
1 parent 882315e commit 94069bd
Showing 1 changed file with 3 additions and 3 deletions.
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,12 +2,12 @@ name="github-cli-deb"
gives="gh"
breaks=("${gives}-bin" "${gives}-git")
replace=("${gives}")
pkgver="2.31.0"
pkgver="2.33.0"
arch=('arm64' 'amd64')
if [[ ${CARCH} == arm64 ]]; then
hash="ac6d125bb9890fdcd272a4cda42f67a344c5f5459e7247fc23af8813f69f9821"
hash="8634cf87daf6c7a2a0b867710c949ba15c4331a62d2f99f712950d8504c8a62a"
else
hash="3d33982fbf55878c370aa2c0cb48b7738de3dc43b154763e82352fbd7fa17ada"
hash="ea18a92a3e0a2a8edbca8d5ef368829ec8ced37571e0eb9d2c074917b0c5faae"
fi
url="https://github.com/cli/cli/releases/download/v${pkgver}/${gives}_${pkgver}_linux_${CARCH}.deb"
pkgdesc="GitHub's official command line tool"
Expand Down

0 comments on commit 94069bd

Please sign in to comment.