2024-12-31 16:30:25 +00:00

23 lines
801 B
JSON

{
"version": "3.9.3",
"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",
"homepage": "https://github.com/getsops/sops",
"license": "MPL-2.0",
"depends": "gpg",
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v3.9.3/sops-v3.9.3.exe#/sops.exe",
"hash": "df9372dd551a872918d70fcc4394e58a498d4f16bae414b1995555059ba8d4f6"
}
},
"bin": "sops.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
}
}
}
}