Date: Wednesday, June 8, 2022 @ 18:43:04 Author: alerque Revision: 1229364
upgpkg: github-cli 2.12.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-08 18:39:55 UTC (rev 1229363) +++ PKGBUILD 2022-06-08 18:43:04 UTC (rev 1229364) @@ -4,7 +4,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.11.3 +pkgver=2.12.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=('1a4a90b1893dac022c1cfb298ebb52f66a8f93b353eafcf7bbfb43c8c0b46dfa') +sha256sums=('e231636aa516802500107726fdcca8c3290db4d8efb20451b0b2008e9e83d4ce') prepare() { cd "cli-${pkgver}"
