24 lines
788 B
JSON
24 lines
788 B
JSON
{
|
|
"version": "0.3.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.3.0/pacmc-0.3.0.zip",
|
|
"hash": "0fb5afcb048f9b2b610cd4539253150a3073e62d9e03b8dd9ce3c172dd49c9f2",
|
|
"extract_dir": "pacmc-0.3.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"
|
|
}
|
|
}
|