2024-06-28 08:28:21 +00:00

23 lines
801 B
JSON

{
"version": "3.9.0",
"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.0/sops-v3.9.0.exe#/sops.exe",
"hash": "2b45084e9e6308fa465eeac2419d497b5b16b66d332af18c03feb3d68e51f52f"
}
},
"bin": "sops.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
}
}
}
}