mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
16 lines
588 B
JSON
16 lines
588 B
JSON
{
|
|
"homepage": "https://jedisct1.github.io/minisign/",
|
|
"description": "A dead simple tool to sign files and verify signatures",
|
|
"license": "ISC",
|
|
"version": "0.8",
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/0.8/minisign-win32.zip",
|
|
"hash": "e74849a99547c724e797a4115ead199fe0558cb234d0d2d1655b10d236d1b5c4",
|
|
"bin": "minisign.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/jedisct1/minisign"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/jedisct1/minisign/releases/download/$version/minisign-win32.zip"
|
|
}
|
|
}
|