mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
801 B
JSON
23 lines
801 B
JSON
{
|
|
"version": "3.7.3",
|
|
"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.3/sops-v3.7.3.exe#/sops.exe",
|
|
"hash": "0ccda78bc7f7dbf3f07167221f2a42cab2b10d02de7c26fe8e707efaacaf3bd2"
|
|
}
|
|
},
|
|
"bin": "sops.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|