bulk versions.json

This commit is contained in:
mjallen18
2026-01-21 20:47:21 -06:00
parent 2b9908e760
commit fb68d25008
2 changed files with 12 additions and 3 deletions

View File

@@ -1,9 +1,18 @@
{
"schemaVersion": 1,
"defaultVariant": "cachyos-v4",
"variables": {
"owner": "CachyOS",
"repo": "proton-cachyos",
"releasePrefix": "cachyos-",
"releaseSuffix": "-slr",
"tarballPrefix": "proton-",
"tarballSuffix": "-x86_64_v4.tar.xz"
},
"sources": {
"proton": {
"fetcher": "none"
"fetcher": "url",
"urlTemplate": "https://github.com/${owner}/${repo}/releases/download/${releasePrefix}${base}-${release}${releaseSuffix}/${tarballPrefix}${releasePrefix}${base}-${release}${releaseSuffix}${tarballSuffix}"
}
},
"variants": {