2019-11-23 17:43:47 +01:00

23 lines
801 B
JSON

{
"homepage": "https://github.com/mozilla/sops",
"description": "Editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP",
"license": "MPL-2.0",
"version": "3.5.0",
"depends": "gpg",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/sops/releases/download/v3.5.0/sops-v3.5.0.exe#/sops.exe",
"hash": "326f00573d01979d231ff07cbfdadb5f353a87998ba4144ec7c72f53d377af13"
}
},
"bin": "sops.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
}
}
}
}