scoop-games/bucket/ferium.json

23 lines
900 B
JSON
Raw Normal View History

2022-05-08 09:20:17 -07:00
{
"version": "4.0.2",
"description": "Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases",
"homepage": "https://github.com/gorilla-devs/ferium",
2022-05-08 09:20:17 -07:00
"license": "MPL-2.0",
"architecture": {
"64bit": {
2022-05-22 13:27:55 -07:00
"url": "https://github.com/theRookieCoder/ferium/releases/download/v4.0.1/ferium-windows-msvc.zip",
"hash": "a1d1acfec86165fd63150584833c11911d2f7d098675eaee3f5bc3782858aad1"
2022-05-08 09:31:03 -07:00
}
2022-05-08 09:20:17 -07:00
},
"bin": "ferium.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/theRookieCoder/ferium/releases/download/v$version/ferium-windows-msvc.zip"
}
},
"hash": "https://github.com/theRookieCoder/ferium/releases/download/v$version/ferium-windows-msvc.zip.sha256"
}
}