fix: Update default NPM package to Claude Code ACP

The default value for the NPM package to update was changed from
`@github/copilot` to `@zed-industries/claude-code-acp`. This aligns the
script with the current package being maintained or targeted by the
update process.
This commit is contained in:
Chmouel Boudjnah 2025-09-29 09:26:27 +02:00
parent e3a009a4bb
commit e5dc93263c
No known key found for this signature in database
GPG key ID: 8E00E7B02807E02D

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Author: Chmouel Boudjnah <chmouel@chmouel.com>
set -eufo pipefail
NPM_PACKAGE="${NPM_PACKAGE:-@github/copilot}"
NPM_PACKAGE="${NPM_PACKAGE:-@zed-industries/claude-code-acp}"
latest=$(curl -s "https://registry.npmjs.org/${NPM_PACKAGE}/latest" | jq -r '.version')
pkgversion=$(grep '^pkgver=' PKGBUILD)
@ -21,4 +21,3 @@ makepkg -srif
git commit -m "Bump to ${latest}" PKGBUILD .SRCINFO
git clean -f .
rm -f *tgz *zst