Skip to content

Commit

Permalink
gh: upgrade to v2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Oct 15, 2021
1 parent 050e602 commit 51d57a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-github-cli/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=github-cli
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.0.0
pkgver=2.1.0
pkgrel=1
pkgdesc='The GitHub CLI (mingw-w64)'
arch=('any')
Expand All @@ -17,7 +17,7 @@ optdepends=("git: To interact with repositories")
options=('!strip')
source=("$_realname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"gh")
sha256sums=('5d93535395a6684dee1d9d1d3cde859addd76f56581e0111d95a9c685d582426'
sha256sums=('4b353b121a0f3ddf5046f0a1ae719a0539e0cddef27cc78a1b33ad7d1d22c007'
'9ee5f2b44b7e9aa751508f02c1020e341e0212a9aa146b7428eb5ffea310be27')
build() {
cd "cli-$pkgver"
Expand Down

0 comments on commit 51d57a3

Please sign in to comment.