2023-06-13 12:30:27 +00:00

26 lines
859 B
JSON

{
"version": "0.9.2",
"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.2/rage-v0.9.2-x86_64-windows.zip",
"hash": "5d12dc7778721735f197b31e4577c4285de980467e883a845280b38661f3f8ee"
}
},
"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"
}
}
}
}