mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
36 lines
1.6 KiB
JSON
36 lines
1.6 KiB
JSON
{
|
|
"version": "10.2.0",
|
|
"description": "A generic and open source machine emulator and virtualizer.",
|
|
"homepage": "https://qemu.weilnetz.de/",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://qemu.weilnetz.de/w64/2025/qemu-w64-setup-20251224.exe#/dl.7z",
|
|
"hash": "sha512:f37d9ee8f498879b7ca92a9959d30ce7971f9894f584de574f2ac6f5ba925a7265e9d8556d0f56bc75e4e384fc7cac6baed78a89c2e42cdbef109724f01ec16c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://qemu.weilnetz.de/aarch64/2025/qemu-arm-setup-20251224.exe#/dl.7z",
|
|
"hash": "sha512:faf28b82b9fb7bcd8af7ccd602d6b97b31c2413a97256c15305cba5523ba03a1ce57b65b476778d419d37a90f054cef2b47424f90223108eb73d80894f3a0238"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Force -Recurse",
|
|
"env_add_path": ".",
|
|
"checkver": "<strong>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2})</strong>: New QEMU installer \\(([\\d.]+)\\)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://qemu.weilnetz.de/w64/$matchYear/qemu-w64-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/qemu-w64-setup-$matchYear$matchMonth$matchDay.sha512"
|
|
}
|
|
},
|
|
"arm64": {
|
|
"url": "https://qemu.weilnetz.de/aarch64/$matchYear/qemu-arm-setup-$matchYear$matchMonth$matchDay.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$baseurl/qemu-arm-setup-$matchYear$matchMonth$matchDay.sha512"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|