Package Details: github-copilot-cli 0.1.36-1

Git Clone URL: https://aur.archlinux.org/github-copilot-cli.git (read-only, click to copy)
Package Base: github-copilot-cli
Description: A CLI experience for letting GitHub Copilot help you on the command line
Upstream URL: https://githubnext.com/projects/copilot-cli/
Licenses: None
Submitter: JP-Ellis
Maintainer: cphyc
Last Packager: cphyc
Votes: 2
Popularity: 0.045816
First Submitted: 2023-03-21 22:02 (UTC)
Last Updated: 2024-04-11 13:26 (UTC)

Latest Comments

cphyc commented on 2024-01-15 16:11 (UTC) (edited on 2024-01-15 16:11 (UTC) by cphyc)

Would it be possible to apply this patch to fix the out-of-date flag?

diff --git a/.SRCINFO b/.SRCINFO
index 46bc1e7..95d4673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
 pkgbase = github-copilot-cli
    pkgdesc = A CLI experience for letting GitHub Copilot help you on the command line
-   pkgver = 0.1.33
+   pkgver = 0.1.36
    pkgrel = 1
    url = https://githubnext.com/projects/copilot-cli/
    arch = any
    license = none
    makedepends = npm
    makedepends = jq
-   noextract = github-copilot-cli-0.1.33.tgz
-   source = https://registry.npmjs.org/@githubnext/github-copilot-cli/-/github-copilot-cli-0.1.33.tgz
-   sha256sums = 02efd21f9fae9b6360b9fabff8d352952a8db802300bd2ed562e1cf79cb3c708
+   noextract = github-copilot-cli-0.1.36.tgz
+   source = https://registry.npmjs.org/@githubnext/github-copilot-cli/-/github-copilot-cli-0.1.36.tgz
+   sha256sums = 72a9b4bd15d3d6d1eb1b7116653819e1b4ee0dc9b18ff7ecbdf57e9c91813b04

 pkgname = github-copilot-cli
diff --git a/PKGBUILD b/PKGBUILD
index 53fca8e..7daacc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: JP-Ellis <josh@jpellis.me>
 pkgname=github-copilot-cli
 _pkgname="@githubnext/$pkgname"
-pkgver=0.1.33
+pkgver=0.1.36
 pkgrel=1
 pkgdesc="A CLI experience for letting GitHub Copilot help you on the command line"
 arch=('any')
@@ -9,7 +9,7 @@ url="https://githubnext.com/projects/copilot-cli/"
 license=('none')
 makedepends=('npm' 'jq')
 source=("https://registry.npmjs.org/${_pkgname}/-/$pkgname-$pkgver.tgz")
-sha256sums=('02efd21f9fae9b6360b9fabff8d352952a8db802300bd2ed562e1cf79cb3c708')
+sha256sums=('72a9b4bd15d3d6d1eb1b7116653819e1b4ee0dc9b18ff7ecbdf57e9c91813b04')
 noextract=("${pkgname}-${pkgver}.tgz")

 package() {