2024-10-04 08:30:56 +00:00

23 lines
801 B
JSON

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