mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
23 lines
801 B
JSON
23 lines
801 B
JSON
{
|
|
"version": "3.7.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/mozilla/sops",
|
|
"license": "MPL-2.0",
|
|
"depends": "gpg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/sops/releases/download/v3.7.1/sops-v3.7.1.exe#/sops.exe",
|
|
"hash": "a514bd0ade6d955a73f9c8b9dde6c33eca006430b0e72289467d2152c5321767"
|
|
}
|
|
},
|
|
"bin": "sops.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|