mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
sops@3.10.2: fix release url & add arm64 (#6719)
This commit is contained in:
parent
534e4b06e6
commit
f7b87148a8
@ -1,13 +1,17 @@
|
||||
{
|
||||
"version": "3.10.0",
|
||||
"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.0/sops-v3.10.0.exe#/sops.exe",
|
||||
"hash": "73acb8ceea09418fcfc06e73d21040a8ac77544a7c24489a720db072adedb2d8"
|
||||
"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",
|
||||
@ -15,7 +19,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/getsops/sops/releases/download/v$version/sops-v$version.exe#/sops.exe"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user