24 lines
788 B
JSON
24 lines
788 B
JSON
{
|
|
"version": "0.2.0",
|
|
"description": "An easy to use package manager for Fabric Minecraft mods",
|
|
"homepage": "https://github.com/bluefireoly/pacmc",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": "https://github.com/bluefireoly/pacmc/releases/download/0.2.0/pacmc-0.2.0.zip",
|
|
"hash": "0ddfc99a6a2996f41e8ee70630be3d6c1e57ce470e289a9b1cd76ff217e9c58a",
|
|
"extract_dir": "pacmc-0.2.0",
|
|
"bin": "bin/pacmc.bat",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/bluefireoly/pacmc"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/bluefireoly/pacmc/releases/download/$version/pacmc-$version.zip",
|
|
"extract_dir": "pacmc-$version"
|
|
}
|
|
}
|