2024-02-05 00:32:24 +00:00

26 lines
862 B
JSON

{
"version": "0.10.0",
"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.10.0/rage-v0.10.0-x86_64-windows.zip",
"hash": "cb3da4096f15b101e5d3ac479771e955fa084a26216951e991fb513a3d33fecf"
}
},
"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"
}
}
}
}