mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-25 21:04:41 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"version": "3.12.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/getsops/sops",
|
|
"license": "MPL-2.0",
|
|
"depends": "gpg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/getsops/sops/releases/download/v3.12.1/sops-v3.12.1.amd64.exe#/sops.exe",
|
|
"hash": "161eff06643ca77cc0585099e0888d04897827162fd62bdb79cc1bcff933330f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/getsops/sops/releases/download/v3.12.1/sops-v3.12.1.arm64.exe#/sops.exe",
|
|
"hash": "76bd5d596ddedd84925519d55f7b43e9e69eafb35d293d4fec738cf1a065f224"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|