2025-09-28 20:27:20 +00:00

30 lines
1.2 KiB
JSON

{
"version": "3.11.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.11.0/sops-v3.11.0.amd64.exe#/sops.exe",
"hash": "f3d74d83006954f0d8cf770ad7e5380504270ded5a62f33eb2548ce5461af3b3"
},
"arm64": {
"url": "https://github.com/getsops/sops/releases/download/v3.11.0/sops-v3.11.0.arm64.exe#/sops.exe",
"hash": "72d5a01d785a9466c2c50fbf8f775fe682b2b058c9ae25b0c8c8d5f1f7ee2568"
}
},
"bin": "sops.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.amd64.exe#/sops.exe"
},
"arm64": {
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.arm64.exe#/sops.exe"
}
}
}
}