mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"version": "3.1.2",
|
|
"description": "HTTP reverse proxy and load balancer",
|
|
"homepage": "https://traefik.io/",
|
|
"license": "MIT",
|
|
"notes": "Run with a configuration file 'traefik -c <yourconfig.toml>' or 'traefik --help' for all options.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.1.2/traefik_v3.1.2_windows_amd64.zip",
|
|
"hash": "c5775b932d20b140202bd5c09e90c0911fec7d9b72784780bb2c7d8d908f1e87"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.1.2/traefik_v3.1.2_windows_386.zip",
|
|
"hash": "5984ce7077164b6875266ffc04e025b7edbbaa729856dcad063ba01fbadfdb59"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v3.1.2/traefik_v3.1.2_windows_arm64.zip",
|
|
"hash": "efd689bfabde3e350cfaf162b3e8ed7df634a0851eb53059aaf43636ac15d87d"
|
|
}
|
|
},
|
|
"bin": "traefik.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/traefik/traefik"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/traefik/traefik/releases/download/v$version/traefik_v$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/traefik_v$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|