Skip to content

Commit

Permalink
upd(github-cli-deb): 2.38.0 -> 2.40.1 (pacstall#5115)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 25, 2023
1 parent 67507df commit 89e8850
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.38.0"
pkgver="2.40.1"
arch=('arm64' 'amd64')
if [[ ${CARCH} == arm64 ]]; then
hash="a031d91d41253f1148aae8ad593ad826bf8c5d3c48ac306d13aec25edbba1f8a"
hash="06af3ff1cb2dd5b70888177388fbf128d1d3a90a590d43ff5424751d331fabac"
else
hash="99893130047428ff94ac37434f3d3e76bfa3c10786ce9ec4ae91c4b38c406a61"
hash="652a1ed8c411d6a5237fead3af210063dd8263035f0454720b7728a6f21e94e6"
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 89e8850

Please sign in to comment.