Date: Wednesday, June 22, 2022 @ 21:22:15 Author: alerque Revision: 1239134
upgpkg: github-cli 2.13.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-22 21:19:50 UTC (rev 1239133) +++ PKGBUILD 2022-06-22 21:22:15 UTC (rev 1239134) @@ -4,7 +4,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.12.1 +pkgver=2.13.0 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=('d37a96d3b12c489458e5c35ddbdeacac133c766ee50580aee4657eb9ad185380') +sha256sums=('f8bc46bda990bc9947a26f5505533b86903c96f95047b2dacf7c9534e5b86760') prepare() { cd "cli-${pkgver}"
