Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 21C4C78151D for <~alpine/aports@lists.alpinelinux.org>; Thu, 14 Apr 2022 17:16:33 +0000 (UTC) Received: from fews2.riseup.net (fews2-pn.riseup.net [10.0.1.84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4KfR2R3NB1zDsQG for <~alpine/aports@lists.alpinelinux.org>; Thu, 14 Apr 2022 10:16:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1649956591; bh=4hFKHnY95ek4lKIO0uQq+yWmDKceB3JemiHOUbxY0Pc=; h=Subject:From:To:Date:From; b=YLfHBb+wQOvEbeD2RnLcw6aC8nfwF5dPwgSpw5X7vJ+JOqT1cuxgA2WfwG+rR3Zjg za2oa8ofncWKZ1JwZGgIRH3nkH7ptphwhqFETc6kHYH+MX341vfMp6RzHlZ2O7QVJT xVghQt8JfpDRMtHfJNGp1YjS3j364PuGGyLpTt6U= X-Riseup-User-ID: 84A2A7D9C0B6A5C11184BA76A49E947717BE44C0B45B9E47F90E1FE1408C1921 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews2.riseup.net (Postfix) with ESMTPSA id 4KfR2Q4VFPz1xwS; Thu, 14 Apr 2022 10:16:30 -0700 (PDT) Message-ID: Subject: [PATCH] community/github-cli: upgrade to 2.8.0 From: Ricardo To: ~alpine/aports@lists.alpinelinux.org Date: Thu, 14 Apr 2022 18:16:26 +0100 Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Upgrade to github-cli-2.8.0. Tested on x86_64. diff --git a/community/github-cli/APKBUILD b/community/github- cli/APKBUILD index 4a6f29afe0..226d5c7456 100644 --- a/community/github-cli/APKBUILD +++ b/community/github-cli/APKBUILD @@ -1,9 +1,10 @@ +# Contributor: Ricardo Santos # Contributor: Leo # Contributor Andrei Jiroh Eugenio Halili # Maintainer: Andrei Jiroh Eugenio Halili pkgname=github-cli -pkgver=2.7.0 -pkgrel=1 +pkgver=2.8.0 +pkgrel=0 pkgdesc="CLI for dealing with GitHub" options="net" # Need to fetch modules url="https://cli.github.com" @@ -16,7 +17,7 @@ subpackages=" $pkgname-bash-completion $pkgname-zsh-completion " - source="https://github.com/cli/cli/archive/v$pkgver/github-cli-$pkgver-$pkgver.tar.gz +source="https://github.com/cli/cli/archive/v$pkgver/github-cli-$pkgver.tar.gz no-ignore-goflags.patch " builddir="$srcdir/cli-$pkgver" @@ -58,6 +59,6 @@ package() { sha512sums=" - 5be8075d2eede5d4b38ca0de03f9aca03add41f9d9d4ab9ac77834ea8f051709e0673094 d851e2720177da4a3a1fb579256fb9cde9366a2b0cb79d0b76141734 github-cli- 2.7.0-2.7.0.tar.gz +c46248a4b2376ff9df07198e9c29bd37dcd6c3a8b50081bfe0686f329b2bec8087506b 435a17161af59f06fa26cda630a473c3e9d5470f8cc0c6cf5e25d9cea7 github-cli- 2.8.0.tar.gz 873b931af40952b2e1b82d7d825d301a5334be40e9df34fc192160e564a26d13d7de4d13 d48cfe08119f9b4741c25051068d062181e23f80abefad1d18155357 no-ignore- goflags.patch "