mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"version": "3.10.2",
|
|
"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.10.2/sops-v3.10.2.amd64.exe#/sops.exe",
|
|
"hash": "056d18d9f12966aebd33a8181b54c358bcb312661fadc5a3141bb6f84b9c3502"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/getsops/sops/releases/download/v3.10.2/sops-v3.10.2.arm64.exe#/sops.exe",
|
|
"hash": "9e08c708147634f485f8574a22add98b6a092511e84ff69c6d2849834aec865d"
|
|
}
|
|
},
|
|
"bin": "sops.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.amd64.exe#/sops.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.arm64.exe#/sops.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|