2023-01-07 20:25:08 +00:00

30 lines
856 B
JSON

{
"version": "0.4.0",
"description": "Secure, fast & convenient password manager CLI with GPG & git sync",
"homepage": "https://github.com/timvisee/prs",
"license": "GPL-3.0-only",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"depends": [
"git",
"gpg",
"fzf"
],
"architecture": {
"64bit": {
"url": "https://github.com/timvisee/prs/releases/download/v0.4.0/prs-v0.4.0-windows.exe#/prs.exe",
"hash": "092636d00071b99f232f6d132abe0076841c5f1261f4c00fe71c90b04f4d2521"
}
},
"bin": "prs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/timvisee/prs/releases/download/v$version/prs-v$version-windows.exe#/prs.exe"
}
}
}
}