Date: Friday, March 5, 2021 @ 22:05:14 Author: foxboron Revision: 882538
upgpkg: github-cli 1.7.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-05 22:04:39 UTC (rev 882537) +++ PKGBUILD 2021-03-05 22:05:14 UTC (rev 882538) @@ -3,7 +3,7 @@ # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=1.6.2 +pkgver=1.7.0 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -13,9 +13,8 @@ makedepends=("go" "git") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('8cc3cafb85e1234f61ef5c4468d07307142fa0cc99bdc7452251cf1cac9b38ae') +sha256sums=('8d737d4e4a2943ca6e08c030c0992468162de0fc1366862d101b8e1389bdc36a') - prepare() { cd "cli-${pkgver}" # TODO: These tests invoke the TTY and our container *really* does not like that
