Every rebuild since 1.0.0 kept the same version, so the ipk filename and repo.json content never changed even though the contents did -- indistinguishable from a stale cache to both Homebrew Channel's update check and any HTTP cache sitting between the release and the TV. Bumping the version changes the ipk's filename outright, which sidesteps that ambiguity regardless of what's caching what. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "lgtv-audio-cap",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"description": "Captures audio on an LG webOS 5/6 TV and streams it out \u2014 HyperHDR first, plus raw UDP, TCP and HTTP.",
|
|
"keywords": [
|
|
"webos",
|
|
"lgtv",
|
|
"hyperhdr",
|
|
"hyperion",
|
|
"audio",
|
|
"webosbrew"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tools/build.sh",
|
|
"native": "tools/build.sh native",
|
|
"docker": "tools/docker-build.sh",
|
|
"stage": "tools/build.sh stage",
|
|
"package": "tools/build.sh package",
|
|
"deploy": "tools/build.sh install && tools/build.sh launch",
|
|
"install-tv": "tools/build.sh install",
|
|
"launch": "tools/build.sh launch",
|
|
"logs": "tools/build.sh logs",
|
|
"clean": "tools/build.sh clean",
|
|
"test": "test/run-tests.sh",
|
|
"assets": "python3 tools/make-assets.py",
|
|
"manifest": "python3 tools/make-manifest.py",
|
|
"serve": "python3 -m http.server 8000 --directory frontend"
|
|
},
|
|
"devDependencies": {
|
|
"@webosose/ares-cli": "^2.4.0",
|
|
"jsdom": "^24.0.0"
|
|
}
|
|
}
|