pacmc: Add hash to fix autoupdate

`bin/checkver.ps1` requires a hash to be present to save the new
manifest correctly.
master
Hugo Locurcio 2021-06-29 16:00:58 +02:00
parent 213f663561
commit 08ff686609
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 11 additions and 10 deletions

View File

@ -1,22 +1,23 @@
{
"version": "0.1.2",
"version": "0.1.3",
"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.1.2/pacmc-0.1.2.zip",
"url": "https://github.com/bluefireoly/pacmc/releases/download/0.1.3/pacmc-0.1.3.zip",
"hash": "0468fdb74aadf4fd4330c698b3a089ad7b5eb1cee2cb54e85c7b50600d8e266e",
"extract_dir": "pacmc-0.1.2",
"bin": "bin/pacmc.bat",
"autoupdate": {
"url": "https://github.com/bluefireoly/pacmc/releases/download/$version/pacmc-$version.zip",
"extract_dir": "pacmc-$version"
},
"checkver": {
"github": "https://github.com/bluefireoly/pacmc"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"homepage": "https://github.com/bluefireoly/pacmc"
"checkver": {
"github": "https://github.com/bluefireoly/pacmc"
},
"autoupdate": {
"url": "https://github.com/bluefireoly/pacmc/releases/download/$version/pacmc-$version.zip",
"extract_dir": "pacmc-$version"
}
}