diff --git a/sops.json b/sops.json new file mode 100644 index 0000000000..4dd773ac37 --- /dev/null +++ b/sops.json @@ -0,0 +1,22 @@ +{ + "homepage": "https://github.com/mozilla/sops", + "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", + "license": "MPL-2.0", + "version": "3.2.0", + "depends": "gpg", + "architecture": { + "64bit": { + "url": "https://github.com/mozilla/sops/releases/download/3.2.0/sops-3.2.0.exe#/sops.exe", + "hash": "7514b90613e1ba5df4516257eccab0cbe8ed0c6128366ca9b8ce2312ff208dbf" + } + }, + "bin": "sops.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mozilla/sops/releases/download/$version/sops-$version.exe#/sops.exe" + } + } + } +}