aboutsummaryrefslogtreecommitdiff
path: root/misc/github-copilot-cli
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-11-04 03:35:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2025-11-04 03:51:51 +0000
commit2b71f4c92a0cbc9e201d866c9314d8f46bbc6d66 (patch)
treeaf4302ec990f09431c7d2f22635ca659a94e9bc8 /misc/github-copilot-cli
parentb3e409720bb22a34d986af185598c99f6be9ec6b (diff)
Diffstat (limited to 'misc/github-copilot-cli')
-rw-r--r--misc/github-copilot-cli/Makefile4
-rw-r--r--misc/github-copilot-cli/distinfo6
-rw-r--r--misc/github-copilot-cli/files/package-lock.json8
3 files changed, 9 insertions, 9 deletions
diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile
index 58a46babdfcc..c94c5ede9b0a 100644
--- a/misc/github-copilot-cli/Makefile
+++ b/misc/github-copilot-cli/Makefile
@@ -1,5 +1,5 @@
PORTNAME= github-copilot-cli
-DISTVERSION= 0.0.353
+DISTVERSION= 0.0.354
CATEGORIES= misc # machine-learning
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
${NODE_HEADERS}${EXTRACT_SUFX}
@@ -115,7 +115,7 @@ do-install:
cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib
# remove *.node files for other OSes
- @${FIND} ${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME} -name "*.node" | \
+ @${FIND} ${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME} -name "*\\.node" | \
${GREP} -v freebsd | \
${XARGS} ${RM}
# update shebang to use system node
diff --git a/misc/github-copilot-cli/distinfo b/misc/github-copilot-cli/distinfo
index d75d9e45beeb..7ef8a28fd5af 100644
--- a/misc/github-copilot-cli/distinfo
+++ b/misc/github-copilot-cli/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1762130200
-SHA256 (github-copilot-cli/github-copilot-cli-0.0.353.tar.gz) = 17679e6cdef17cbce4eb5d33305cc833ff56e8d3ca3393d548bc3ecaadf8affb
-SIZE (github-copilot-cli/github-copilot-cli-0.0.353.tar.gz) = 69161966
+TIMESTAMP = 1762227141
+SHA256 (github-copilot-cli/github-copilot-cli-0.0.354.tar.gz) = acaaf4b4a3d94095620eda90d3f0631e4db3937f669e2522399aefc496bb7cd8
+SIZE (github-copilot-cli/github-copilot-cli-0.0.354.tar.gz) = 69173194
SHA256 (github-copilot-cli/node-v22.19.0-headers.tar.gz) = 183bdc17092336ad21e01a425d238e85db4ee077ae3caa0547ff1fbda07d9bd8
SIZE (github-copilot-cli/node-v22.19.0-headers.tar.gz) = 8750990
SHA256 (github-copilot-cli/pty-1.0.9.tar.gz) = 9058406ee09e52ac2b5511eff825c602aafeafe777bb1848450da3758392cb21
diff --git a/misc/github-copilot-cli/files/package-lock.json b/misc/github-copilot-cli/files/package-lock.json
index d4236c3bbb88..7692866d264a 100644
--- a/misc/github-copilot-cli/files/package-lock.json
+++ b/misc/github-copilot-cli/files/package-lock.json
@@ -8,13 +8,13 @@
"name": "@github/copilot-installer",
"version": "1.0.0",
"dependencies": {
- "@github/copilot": "^0.0.353"
+ "@github/copilot": "^0.0.354"
}
},
"node_modules/@github/copilot": {
- "version": "0.0.353",
- "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.353.tgz",
- "integrity": "sha512-OYgCB4Jf7Y/Wor8mNNQcXEt1m1koYm/WwjGsr5mwABSVYXArWUeEfXqVbx+7O87ld5b+aWy2Zaa2bzKV8dmqaw==",
+ "version": "0.0.354",
+ "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.354.tgz",
+ "integrity": "sha512-vk/80NI1jlgSyCdNWBdVPMC0ZyI8PIGAswQga1OLu+BIGQAeI9oks1tp23OeXika2cFMJSVv3GJfTMRx/gqhHA==",
"license": "SEE LICENSE IN LICENSE.md",
"bin": {
"copilot": "index.js"