Date: Tuesday, May 10, 2022 @ 17:00:33 Author: alerque Revision: 1198212
upgpkg: github-cli 2.10.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-10 16:21:28 UTC (rev 1198211) +++ PKGBUILD 2022-05-10 17:00:33 UTC (rev 1198212) @@ -4,8 +4,8 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.9.0 -pkgrel=2 +pkgver=2.10.0 +pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") url="https://github.com/cli/cli" @@ -14,7 +14,7 @@ makedepends=("go" "git") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('730b600d33afb67d84af4dca1af80cb1fbff79d302ac4f840fc8e9e4c25fceb7') +sha256sums=('87b0b4e40a753add0897589b751616563b18ab4d18388ea3f84b5aab48cfe868') prepare() { cd "cli-${pkgver}"
