mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
23 lines
797 B
JSON
23 lines
797 B
JSON
{
|
|
"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.3.1",
|
|
"depends": "gpg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/sops/releases/download/3.3.1/sops-3.3.1.exe#/sops.exe",
|
|
"hash": "56ecc6965880a7fa7c9ef826bf64f85a323493a5167194a38a16302f82cb7364"
|
|
}
|
|
},
|
|
"bin": "sops.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mozilla/sops/releases/download/$version/sops-$version.exe#/sops.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|