We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdc310 commit e25eb3eCopy full SHA for e25eb3e
mingw-w64-github-cli/PKGBUILD
@@ -3,7 +3,7 @@
3
_realname=github-cli
4
pkgbase=mingw-w64-${_realname}
5
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6
-pkgver=2.83.1
+pkgver=2.83.2
7
pkgrel=1
8
pkgdesc='The GitHub CLI (mingw-w64)'
9
arch=('any')
@@ -24,7 +24,7 @@ optdepends=("git: To interact with repositories")
24
options=('!strip')
25
source=("https://github.com/cli/cli/archive/v${pkgver}/$_realname-$pkgver.tar.gz"
26
"gh")
27
-sha256sums=('5053825b631fa240bba1bfdb3de6ac2c7af5e3c7884b755a6a5764994d02f999'
+sha256sums=('c031ca887d3aaccb40402a224d901c366852f394f6b2b60d1158f20569e33c89'
28
'9ee5f2b44b7e9aa751508f02c1020e341e0212a9aa146b7428eb5ffea310be27')
29
30
build() {
0 commit comments