mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
misc/github-copilot-cli: update 0.0.353 → 0.0.354
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+4
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user