ScoopInstaller_Main/minisign.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

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"
}
}