Date: Sunday, December 5, 2021 @ 15:23:37 Author: foxboron Revision: 1065165
upgpkg: github-cli 2.3.0-1 Modified: github-cli/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-05 15:21:46 UTC (rev 1065164) +++ PKGBUILD 2021-12-05 15:23:37 UTC (rev 1065165) @@ -1,9 +1,9 @@ # Maintainer: Morten Linderud <[email protected]> -# Maintainer: Eli Schwartz <[email protected]> +# Contributor: Eli Schwartz <[email protected]> # Contributor: Richard Bradfield <[email protected]> pkgname=github-cli -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=1 pkgdesc="The GitHub CLI" arch=("x86_64") @@ -13,7 +13,7 @@ makedepends=("go" "git") optdepends=("git: To interact with repositories") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('597c6c1cde4484164e9320af0481e33cfad2330a02315b4c841bdc5b7543caec') +sha256sums=('56bcf353adc17c386377ffcdfc980cbaff36123a1c1132ba09c3c51a7d1c9b82') prepare() { cd "cli-${pkgver}"
