diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-19 06:18:09 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-21 19:28:49 +0000 |
| commit | 54ac78cf052bf874c066a9093955bc9ca4bc0bfb (patch) | |
| tree | 27e82e7d2368d67fc645a984d5563af4202aa4a8 | |
| parent | 29733fcf7be8c30223481776aacada32bec0823c (diff) | |
| -rw-r--r-- | misc/github-copilot-cli/Makefile | 3 | ||||
| -rw-r--r-- | misc/github-copilot-cli/distinfo | 14 | ||||
| -rw-r--r-- | misc/github-copilot-cli/files/package-lock-keytar.json | 6 | ||||
| -rw-r--r-- | misc/github-copilot-cli/files/package-lock-sharp.json | 6 | ||||
| -rw-r--r-- | misc/github-copilot-cli/files/package-lock.json | 8 | ||||
| -rw-r--r-- | misc/github-copilot-cli/pkg-plist | 4 |
6 files changed, 20 insertions, 21 deletions
diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile index f66202f29347..d5a8436f1fa7 100644 --- a/misc/github-copilot-cli/Makefile +++ b/misc/github-copilot-cli/Makefile @@ -1,6 +1,5 @@ PORTNAME= github-copilot-cli -DISTVERSION= 0.0.354 -PORTREVISION= 2 +DISTVERSION= 0.0.362-0 CATEGORIES= misc # machine-learning DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${NODE_HEADERS}${EXTRACT_SUFX} diff --git a/misc/github-copilot-cli/distinfo b/misc/github-copilot-cli/distinfo index 7ef8a28fd5af..a7ecb4faaa56 100644 --- a/misc/github-copilot-cli/distinfo +++ b/misc/github-copilot-cli/distinfo @@ -1,13 +1,13 @@ -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 +TIMESTAMP = 1763532834 +SHA256 (github-copilot-cli/github-copilot-cli-0.0.362-0.tar.gz) = f31f8b95147977f8eabee92772b7e4cb1ec3c0ac8c3d2318fc5809f7966335c1 +SIZE (github-copilot-cli/github-copilot-cli-0.0.362-0.tar.gz) = 81612551 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 SIZE (github-copilot-cli/pty-1.0.9.tar.gz) = 14897481 -SHA256 (github-copilot-cli/sharp-0.34.4.tar.gz) = 5241b3418b89dc75e70384f08d8189778748d895acab4d02d658002987fd6793 -SIZE (github-copilot-cli/sharp-0.34.4.tar.gz) = 175066 -SHA256 (github-copilot-cli/keytar-7.9.0.tar.gz) = 6350ad9a92ff693fabbf13199cc8762187641e59828a13debf0ea5d04cd2828f -SIZE (github-copilot-cli/keytar-7.9.0.tar.gz) = 295200 +SHA256 (github-copilot-cli/sharp-0.34.4.tar.gz) = a40cfde67ac727255b5c9c714b347a6fc18266df75cf4b6781ede353bee4b038 +SIZE (github-copilot-cli/sharp-0.34.4.tar.gz) = 175064 +SHA256 (github-copilot-cli/keytar-7.9.0.tar.gz) = 103bc2bf5be422b7becc8be8a75cda0afd7643cb984976af1e94599bb09f856e +SIZE (github-copilot-cli/keytar-7.9.0.tar.gz) = 295202 SHA256 (github-copilot-cli/node-addon-api-8.5.0.tar.gz) = 800e8f46bd8433f8b1cddbb72fbc5befe133b4613bc5fc6026235adf700cb713 SIZE (github-copilot-cli/node-addon-api-8.5.0.tar.gz) = 62039 diff --git a/misc/github-copilot-cli/files/package-lock-keytar.json b/misc/github-copilot-cli/files/package-lock-keytar.json index 7e0c1ec15ccd..a5071563bd2f 100644 --- a/misc/github-copilot-cli/files/package-lock-keytar.json +++ b/misc/github-copilot-cli/files/package-lock-keytar.json @@ -212,9 +212,9 @@ "license": "MIT" }, "node_modules/keytar/node_modules/node-abi": { - "version": "3.80.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.80.0.tgz", - "integrity": "sha512-LyPuZJcI9HVwzXK1GPxWNzrr+vr8Hp/3UqlmWxxh8p54U1ZbclOqbSog9lWHaCX+dBaiGi6n/hIX+mKu74GmPA==", + "version": "3.85.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.85.0.tgz", + "integrity": "sha512-zsFhmbkAzwhTft6nd3VxcG0cvJsT70rL+BIGHWVq5fi6MwGrHwzqKaxXE+Hl2GmnGItnDKPPkO5/LQqjVkIdFg==", "license": "MIT", "dependencies": { "semver": "^7.3.5" diff --git a/misc/github-copilot-cli/files/package-lock-sharp.json b/misc/github-copilot-cli/files/package-lock-sharp.json index bc0f9e24113d..be7c41e5d106 100644 --- a/misc/github-copilot-cli/files/package-lock-sharp.json +++ b/misc/github-copilot-cli/files/package-lock-sharp.json @@ -54,9 +54,9 @@ } }, "node_modules/sharp/node_modules/@emnapi/runtime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.6.0.tgz", - "integrity": "sha512-obtUmAHTMjll499P+D9A3axeJFlhdjOWdKUNs/U6QIGT7V5RjcUW1xToAzjvmgTSQhDbYn/NwfTRoJcQ2rNBxA==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.7.1.tgz", + "integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==", "license": "MIT", "optional": true, "dependencies": { diff --git a/misc/github-copilot-cli/files/package-lock.json b/misc/github-copilot-cli/files/package-lock.json index 7692866d264a..09c77d1b4fd7 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.354" + "@github/copilot": "^0.0.362-0" } }, "node_modules/@github/copilot": { - "version": "0.0.354", - "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.354.tgz", - "integrity": "sha512-vk/80NI1jlgSyCdNWBdVPMC0ZyI8PIGAswQga1OLu+BIGQAeI9oks1tp23OeXika2cFMJSVv3GJfTMRx/gqhHA==", + "version": "0.0.362-0", + "resolved": "https://registry.npmjs.org/@github/copilot/-/copilot-0.0.362-0.tgz", + "integrity": "sha512-IdY/kTJyFzTG02OHwtlPWuZHR1zS5EuQEPcKak3+CiEKFcVkZqUXRjJNQ4MLaH00Ul3XYz6V7481hZLQyYSmMg==", "license": "SEE LICENSE IN LICENSE.md", "bin": { "copilot": "index.js" diff --git a/misc/github-copilot-cli/pkg-plist b/misc/github-copilot-cli/pkg-plist index ad2bf8778361..74b675b848a5 100644 --- a/misc/github-copilot-cli/pkg-plist +++ b/misc/github-copilot-cli/pkg-plist @@ -6,10 +6,10 @@ lib/node_modules/@github/copilot/prebuilds/freebsd-%%JS_ARCH%%/pty.node lib/node_modules/@github/copilot/sdk/index.d.ts lib/node_modules/@github/copilot/sdk/index.js lib/node_modules/@github/copilot/sharp/index.js -lib/node_modules/@github/copilot/sharp/node_modules/@img/colour/color.cjs -lib/node_modules/@github/copilot/sharp/node_modules/@img/colour/index.cjs lib/node_modules/@github/copilot/tree-sitter-bash.wasm lib/node_modules/@github/copilot/tree-sitter-powershell.wasm lib/node_modules/@github/copilot/tree-sitter.wasm lib/node_modules/@github/copilot/worker/conoutSocketWorker.js lib/node_modules/@img/sharp-freebsd-%%JS_ARCH%%/sharp.node +@dir lib/node_modules/@github/copilot/ripgrep/bin +@dir lib/node_modules/@github/copilot/sharp/node_modules/@img |
