2025-03-30 16:29:10 +00:00

23 lines
804 B
JSON

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