mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
26 lines
859 B
JSON
26 lines
859 B
JSON
{
|
|
"version": "0.9.1",
|
|
"description": "A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.",
|
|
"homepage": "https://github.com/str4d/rage",
|
|
"license": "Apache-2.0, MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/str4d/rage/releases/download/v0.9.1/rage-v0.9.1-x86_64-windows.zip",
|
|
"hash": "4b38495d30de98bd746fad398f23ada7c50ffffc3a801a910fdb27a7f8bdfca6"
|
|
}
|
|
},
|
|
"extract_dir": "rage",
|
|
"bin": [
|
|
"rage.exe",
|
|
"rage-keygen.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/str4d/rage/releases/download/v$version/rage-v$version-x86_64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|