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>
16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"id": "org.webosbrew.audiocap",
|
|
"version": "1.0.1",
|
|
"vendor": "Homebrew",
|
|
"type": "web",
|
|
"main": "index.html",
|
|
"title": "Audio Cap",
|
|
"appDescription": "Capture TV audio and stream it to HyperHDR and other receivers",
|
|
"icon": "assets/icon.png",
|
|
"largeIcon": "assets/largeIcon.png",
|
|
"iconColor": "#101820",
|
|
"splashBackground": "assets/splash.png",
|
|
"bgImage": "assets/splash.png",
|
|
"disableBackHistoryAPI": true
|
|
}
|