Date: Wednesday, November 25, 2020 @ 22:18:36 Author: foxboron Revision: 761311
upgpkg: github-cli 1.3.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-25 22:16:13 UTC (rev 761310) +++ PKGBUILD 2020-11-25 22:18:36 UTC (rev 761311) @@ -3,7 +3,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=1.2.1 +pkgver=1.3.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=('ae7f03426b9d9ebf40be3cdbd4ce8cec7aeeda8e51acd34d8d0aaf0b3c4ea550') +sha256sums=('ffbf27c3945833dcf57f1cb16c6e8cb3de52a3a6c74c7e9539512e9a7e12b168') build() { cd "cli-$pkgver"
