Date: Thursday, January 21, 2021 @ 19:16:29 Author: foxboron Revision: 824112
upgpkg: github-cli 1.5.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-21 18:28:41 UTC (rev 824111) +++ PKGBUILD 2021-01-21 19:16:29 UTC (rev 824112) @@ -3,7 +3,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -14,7 +14,7 @@ checkdepends=("git") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('9f8851264938e48f5ccabe12e4de404ee0f94c8e33c107b818c4e324dbafa558') +sha256sums=('49c42a3b951b67e29bc66e054fedb90ac2519f7e1bfc5c367e82cb173e4bb056') build() { cd "cli-$pkgver"
