bulk versions.json

This commit is contained in:
mjallen18
2026-01-21 12:53:13 -06:00
parent 7cc4e8c99e
commit 2b9908e760
52 changed files with 1033 additions and 335 deletions

View File

@@ -0,0 +1,14 @@
{
"schemaVersion": 1,
"variables": {
"version": "1.50"
},
"sources": {
"firmware": {
"fetcher": "url",
"urlTemplate": "https://github.com/pftf/RPi4/releases/download/v${version}/RPi4_UEFI_Firmware_v${version}.zip",
"hash": "sha256-g8046/Ox0hZgvU6u3ZfC6HMqoTME0Y7NsZD6NvUsp7w=",
"extra": { "unpack": "zip", "stripRoot": false }
}
}
}