From a5b42fc9a6b79c47e2560fc12e03feb5aba4b63e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 3 Feb 2022 12:29:38 +0100 Subject: [PATCH] gh: update to v2.5.0 Signed-off-by: Johannes Schindelin --- mingw-w64-github-cli/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-github-cli/PKGBUILD b/mingw-w64-github-cli/PKGBUILD index f1c4d574f2..88c3f626b5 100644 --- a/mingw-w64-github-cli/PKGBUILD +++ b/mingw-w64-github-cli/PKGBUILD @@ -3,7 +3,7 @@ _realname=github-cli pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=2.4.0 +pkgver=2.5.0 pkgrel=1 pkgdesc='The GitHub CLI (mingw-w64)' arch=('any') @@ -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=('3c87db4d9825a342fc55bd7f27461099dd46291aea4a4a29bb95d3c896403f94' +sha256sums=('4e9d1cbcdd2346cab5b7fc176cd57c07ed3628a0241fad8a48fe4df6a354b120' '9ee5f2b44b7e9aa751508f02c1020e341e0212a9aa146b7428eb5ffea310be27') build() { cd "cli-$pkgver"