Date: Tuesday, February 15, 2022 @ 18:40:00 Author: alerque Revision: 1133373
upgpkg: github-cli 2.5.1-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-15 18:39:57 UTC (rev 1133372) +++ PKGBUILD 2022-02-15 18:40:00 UTC (rev 1133373) @@ -4,7 +4,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.5.0 +pkgver=2.5.1 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -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=('4e9d1cbcdd2346cab5b7fc176cd57c07ed3628a0241fad8a48fe4df6a354b120') +sha256sums=('89aac9c35ad875f1b17144bf9fcbfa7231554d4abce187d9277fcc83da846e4a') prepare() { cd "cli-${pkgver}"
