cc-switch-cli-musl-bin
LOW
maintainer Tsingv
0 votes
scanned 2026-08-19 03:41:13.749572
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: surtsingv <282812635+surtsingv@users.noreply.github.com>
2
pkgname=cc-switch-cli-musl-bin
3
pkgver=5.10.2
4
pkgrel=1
5
pkgdesc="Static MUSL binary of the CC Switch CLI for Claude Code, Codex, and Gemini CLI"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/SaladDay/cc-switch-cli"
8
license=('MIT')
9
provides=('cc-switch')
10
conflicts=('cc-switch' 'cc-switch-cli' 'cc-switch-cli-bin')
11
options=('!strip')
12
source=(
13
'upstream-LICENSE'
14
)
15
source_x86_64=(
16
"${pkgname}-${pkgver}-x86_64.tar.gz::https://github.com/SaladDay/cc-switch-cli/releases/download/v${pkgver}/cc-switch-cli-v${pkgver}-linux-x64-musl.tar.gz"
17
)
18
source_aarch64=(
19
"${pkgname}-${pkgver}-aarch64.tar.gz::https://github.com/SaladDay/cc-switch-cli/releases/download/v${pkgver}/cc-switch-cli-v${pkgver}-linux-arm64-musl.tar.gz"
20
)
21
sha256sums=('33a4126cc116d9f4b6bd8e988d17372e6f270d738474d95e02bc30c5bd785b99')
22
sha256sums_x86_64=('8065c5bae9eda270747c1766cefbb2091d9625655dbf409ad7764eb47c0a8635')
23
sha256sums_aarch64=('b25c77f7eebbe3968c53022e1b5e703e324203e94e5c6379320bcd1bbe268e63')
24
25
package() {
26
install -Dm755 "${srcdir}/cc-switch" "${pkgdir}/usr/bin/cc-switch"
27
install -Dm644 "${srcdir}/upstream-LICENSE" \
28
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29
}
30
Changes since previous scan
--- PKGBUILD @ 2026-08-12 00:27+++ PKGBUILD @ 2026-08-19 03:41@@ -1,6 +1,6 @@ # Maintainer: surtsingv <282812635+surtsingv@users.noreply.github.com> pkgname=cc-switch-cli-musl-bin-pkgver=5.10.1+pkgver=5.10.2 pkgrel=1 pkgdesc="Static MUSL binary of the CC Switch CLI for Claude Code, Codex, and Gemini CLI" arch=('x86_64' 'aarch64')@@ -19,8 +19,8 @@ "${pkgname}-${pkgver}-aarch64.tar.gz::https://github.com/SaladDay/cc-switch-cli/releases/download/v${pkgver}/cc-switch-cli-v${pkgver}-linux-arm64-musl.tar.gz" ) sha256sums=('33a4126cc116d9f4b6bd8e988d17372e6f270d738474d95e02bc30c5bd785b99')-sha256sums_x86_64=('be6836eb42cf6747b3830b15d87902fc6a1331c35263aa7590ed0a37a4430790')-sha256sums_aarch64=('10277f9e7aa76125ab4035e08ac15a52bc43d2c485f677b5ffec2055436d59e5')+sha256sums_x86_64=('8065c5bae9eda270747c1766cefbb2091d9625655dbf409ad7764eb47c0a8635')+sha256sums_aarch64=('b25c77f7eebbe3968c53022e1b5e703e324203e94e5c6379320bcd1bbe268e63') package() { install -Dm755 "${srcdir}/cc-switch" "${pkgdir}/usr/bin/cc-switch"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |
| 2026-08-12 00:27:08 | Clean | 2 |
| 2026-08-11 15:21:23 | Low | 1 |