mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
Compare commits
17 Commits
cffae08111
...
8d44e15012
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d44e15012 | ||
|
|
431e6eef89 | ||
|
|
8135ccd802 | ||
|
|
e60d882bb2 | ||
|
|
d1a29de53c | ||
|
|
59b2d93f3e | ||
|
|
76f2e0bec4 | ||
|
|
f468f8066b | ||
|
|
3d9af0d940 | ||
|
|
0070bbabd5 | ||
|
|
e2d1749539 | ||
|
|
0267d4145c | ||
|
|
2fa0770a03 | ||
|
|
d5d0467f63 | ||
|
|
e98207b160 | ||
|
|
8b2d604690 | ||
|
|
768a1ea680 |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "25.1.5",
|
||||
"version": "25.2.0",
|
||||
"description": "The SQL database for global cloud services",
|
||||
"homepage": "https://www.cockroachlabs.com/",
|
||||
"license": {
|
||||
@ -8,9 +8,9 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://binaries.cockroachdb.com/cockroach-v25.1.5.windows-6.2-amd64.zip",
|
||||
"hash": "8c9789a4b50b15cef0400b664a0a73a83c01a9bfa3aeeb0e5310c62b2b1b239b",
|
||||
"extract_dir": "cockroach-v25.1.5.windows-6.2-amd64"
|
||||
"url": "https://binaries.cockroachdb.com/cockroach-v25.2.0.windows-6.2-amd64.zip",
|
||||
"hash": "7e123a57a265eca36db1396911716e0a8bfef865dad014461cc9fe34f5f9a74f",
|
||||
"extract_dir": "cockroach-v25.2.0.windows-6.2-amd64"
|
||||
}
|
||||
},
|
||||
"bin": "cockroach.exe",
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
{
|
||||
"version": "8.13.0_8",
|
||||
"version": "8.13.0_9",
|
||||
"description": "Command line tool and library for transferring data with URLs",
|
||||
"homepage": "https://curl.se/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://curl.se/windows/dl-8.13.0_8/curl-8.13.0_8-win64-mingw.tar.xz",
|
||||
"hash": "42a932f5c2ce13afe8ba9184b9cf3a3fdb0c30196edc41b682f4b20ca38a9e22",
|
||||
"extract_dir": "curl-8.13.0_8-win64-mingw"
|
||||
"url": "https://curl.se/windows/dl-8.13.0_9/curl-8.13.0_9-win64-mingw.tar.xz",
|
||||
"hash": "400c1ac6ceb39241a500edfadd7bb88640c261d237971988b209b85007f04bf2",
|
||||
"extract_dir": "curl-8.13.0_9-win64-mingw"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://curl.se/windows/dl-8.13.0_8/curl-8.13.0_8-win32-mingw.tar.xz",
|
||||
"hash": "a3b83e66345919e279c6da5f1ca1d98926640e3ebd0cc85becf829f76eedc059",
|
||||
"extract_dir": "curl-8.13.0_8-win32-mingw"
|
||||
"url": "https://curl.se/windows/dl-8.13.0_9/curl-8.13.0_9-win32-mingw.tar.xz",
|
||||
"hash": "2a987ce73481fa76b12ba618d45c10b90dea304f89a598feadb4b77e92d112c6",
|
||||
"extract_dir": "curl-8.13.0_9-win32-mingw"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://curl.se/windows/dl-8.13.0_8/curl-8.13.0_8-win64a-mingw.tar.xz",
|
||||
"hash": "a8e98b835e9c7ce516137ab4ee82325ff2b131a48602d7c923c3470a9d8006d5",
|
||||
"extract_dir": "curl-8.13.0_8-win64a-mingw"
|
||||
"url": "https://curl.se/windows/dl-8.13.0_9/curl-8.13.0_9-win64a-mingw.tar.xz",
|
||||
"hash": "d350594d5f89d013c918436f39e377efd26a5c96746ce48ff9460743496d4c16",
|
||||
"extract_dir": "curl-8.13.0_9-win64a-mingw"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\curl.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.18.8",
|
||||
"version": "0.18.9",
|
||||
"description": "A portable devkit for CI/CD pipelines",
|
||||
"homepage": "https://dagger.io/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/dagger/dagger/releases/download/v0.18.8/dagger_v0.18.8_windows_amd64.zip",
|
||||
"hash": "5417f722b68da2a8d4b984099ea2183b4a03e646336e67ea3cdc829f1399314d"
|
||||
"url": "https://github.com/dagger/dagger/releases/download/v0.18.9/dagger_v0.18.9_windows_amd64.zip",
|
||||
"hash": "15c651fd0225abcf474e74f2a2b268232e55ef8c8c620b5dc55a1b962d2de1cd"
|
||||
}
|
||||
},
|
||||
"bin": "dagger.exe",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "Data & models versioning for ML projects, make them shareable and reproducible",
|
||||
"homepage": "https://dvc.org/",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-3.59.2.exe",
|
||||
"url": "https://r2.dvc.org/dvc-pkgs/exe/dvc-3.59.2.exe",
|
||||
"hash": "d0c5420de635e3b56daed16d6705ae0f8eecec5bf3a2b487b0181bd7892f064b",
|
||||
"innosetup": true,
|
||||
"bin": "dvc.exe",
|
||||
@ -11,6 +11,6 @@
|
||||
"github": "https://github.com/iterative/dvc"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://s3-us-east-2.amazonaws.com/dvc-public/dvc-pkgs/exe/dvc-$version.exe"
|
||||
"url": "https://r2.dvc.org/dvc-pkgs/exe/dvc-$version.exe"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.9.1",
|
||||
"version": "1.9.2",
|
||||
"description": "A tool for analyzing the dependencies in compiled Golang binaries.",
|
||||
"homepage": "https://github.com/Zxilly/go-size-analyzer",
|
||||
"license": "AGPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.1/go-size-analyzer_windows_amd64.zip",
|
||||
"hash": "92b14248f4045295f963fd98f8cf251fcca6ef5289c4d0e6e07ff3a32f8235b7"
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.2/go-size-analyzer_1.9.2_windows_amd64.zip",
|
||||
"hash": "23e7bfb7fbe478ca46e097a555f6d2fc6faa9526f63e7e236cd407266c74096d"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.1/go-size-analyzer_windows_arm64.zip",
|
||||
"hash": "d68f5d9f39cc3f951133a5965935ffa864322c05241510d2a64975e878b291a2"
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.9.2/go-size-analyzer_1.9.2_windows_arm64.zip",
|
||||
"hash": "4074b26f1c763ee1eb49723c33106554b89ed0cc5a8f0579adb4aa162677ada6"
|
||||
}
|
||||
},
|
||||
"bin": "gsa.exe",
|
||||
@ -18,10 +18,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_amd64.zip"
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_amd64.zip"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_windows_arm64.zip"
|
||||
"url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v$version/go-size-analyzer_$version_windows_arm64.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"64bit": {
|
||||
"url": "http://www.andre-simon.de/zip/highlight-4.16-x64.zip",
|
||||
"hash": "c8950a0660e528aec0094818ee2483ce0b433e14872dda597de66e2ea42b0419",
|
||||
"extract_dir": "highlight-4.16-x64"
|
||||
"extract_dir": "highlight-4.16 -x64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "http://www.andre-simon.de/zip/highlight-4.16.zip",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.147.5",
|
||||
"version": "0.147.6",
|
||||
"description": "Speedy and flexible static site generator. (with Sass/SCSS support)",
|
||||
"homepage": "https://gohugo.io",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.5/hugo_extended_0.147.5_windows-amd64.zip",
|
||||
"hash": "2813cdae359d3c7615c808c2ce45d3a05626dff5990e3c3bffb1035a7ba31838"
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.6/hugo_extended_0.147.6_windows-amd64.zip",
|
||||
"hash": "c650753cbcf77c8bbe02472b451f1c78eaa82bb9e157d588220e4102305d6322"
|
||||
}
|
||||
},
|
||||
"bin": "hugo.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.147.5",
|
||||
"version": "0.147.6",
|
||||
"description": "Speedy and flexible static site generator (without Sass/SCSS support)",
|
||||
"homepage": "https://gohugo.io",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.5/hugo_0.147.5_windows-amd64.zip",
|
||||
"hash": "0793822b5563557b8edb5ef9f4d7b6f653d8e8a602a9c7e97fe45f1cb8635ff6"
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.6/hugo_0.147.6_windows-amd64.zip",
|
||||
"hash": "855cc706c32f047d306e515c48cda888044f70a8b4cf250f44fa36c5776b9eb8"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.5/hugo_0.147.5_windows-arm64.zip",
|
||||
"hash": "2cbcafea24622e6177b2caa70a03deac95226119a0f25563eeaac688a8afcb91"
|
||||
"url": "https://github.com/gohugoio/hugo/releases/download/v0.147.6/hugo_0.147.6_windows-arm64.zip",
|
||||
"hash": "43777c42f1b4e8ab08da2dd4fefc866bf264e2222b568a9b206fdbc61bb7b33e"
|
||||
}
|
||||
},
|
||||
"bin": "hugo.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.511",
|
||||
"version": "2.512",
|
||||
"description": "An automation server which enables developers around the world to reliably build, test, and deploy their software.",
|
||||
"homepage": "https://www.jenkins.io",
|
||||
"license": "MIT",
|
||||
@ -7,8 +7,8 @@
|
||||
"Java 11": "java/openjdk11",
|
||||
"Java 17": "java/openjdk17"
|
||||
},
|
||||
"url": "https://get.jenkins.io/war/2.511/jenkins.war#/jenkins.jar",
|
||||
"hash": "ae8479fcd1f6333d962ceee647efa0ec7fde40a194b5274a8b2cc0a47653bb51",
|
||||
"url": "https://get.jenkins.io/war/2.512/jenkins.war#/jenkins.jar",
|
||||
"hash": "c07f324fc6506228c646622e75b7bb63e31225dd68ac297e4cdde1d0c2bb9cb2",
|
||||
"bin": "jenkins.jar",
|
||||
"checkver": {
|
||||
"url": "https://www.jenkins.io/changelog/rss.xml",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "1.7.6",
|
||||
"version": "1.7.7",
|
||||
"description": "Open source framework for processing, monitoring, and alerting on time series data.",
|
||||
"homepage": "https://www.influxdata.com/time-series-platform/kapacitor/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.6_windows_amd64.zip",
|
||||
"hash": "f3234a7096ac5f1f90c5062b8434bf40c5ef5c5039430c977f98ed26c936f904",
|
||||
"extract_dir": "kapacitor-1.7.6-1"
|
||||
"url": "https://dl.influxdata.com/kapacitor/releases/kapacitor-1.7.7_windows_amd64.zip",
|
||||
"hash": "3b777bd7792740749894518a7f7c753791940dec440489ebf74f6bf6c689ebec",
|
||||
"extract_dir": "kapacitor-1.7.7-1"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "0.54.9",
|
||||
"version": "0.54.10",
|
||||
"description": "The simplest, fastest way to get business intelligence and analytics to everyone in your company",
|
||||
"homepage": "https://www.metabase.com",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://downloads.metabase.com/v0.54.9/metabase.jar",
|
||||
"hash": "a0c8355b11f03b48b63a970879a23602a697d136c8e6a7503fd9326e0e0c9778",
|
||||
"url": "https://downloads.metabase.com/v0.54.10/metabase.jar",
|
||||
"hash": "b12a6773a3f3d23aba433291eaa51bd717702a73b2ce3e167e5245ab3bdb474e",
|
||||
"bin": "metabase.jar",
|
||||
"checkver": {
|
||||
"github": "https://github.com/metabase/metabase"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.20.0",
|
||||
"version": "3.20.1",
|
||||
"description": "NUnit Console runner for NUnit, the most popular and widely used unit testing framework for .NET",
|
||||
"homepage": "https://nunit.org/",
|
||||
"license": "MIT",
|
||||
@ -13,8 +13,8 @@
|
||||
"nunit-extension-vs-project-loader"
|
||||
]
|
||||
},
|
||||
"url": "https://packages.chocolatey.org/nunit-console-runner.3.20.0.nupkg",
|
||||
"hash": "9b206840bbfd658cf35eb7bf27d07e3414efe6a3d4b3888ed9db1bd9f6011586",
|
||||
"url": "https://packages.chocolatey.org/nunit-console-runner.3.20.1.nupkg",
|
||||
"hash": "3020911c61245511bc0ca3a274d9ba2c7d460f5451fa51cd030311e5fd540a15",
|
||||
"extract_dir": "tools",
|
||||
"post_install": "New-Item -Path \"$dir\\nunit.scoop.addins\" -ItemType File -Value '../../nunit-extension-*/current/ # find extensions installed under scoop' | Out-Null",
|
||||
"bin": "nunit3-console.exe",
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"version": "17.00.0004",
|
||||
"version": "17.00.0005",
|
||||
"description": "The official PostgreSQL ODBC Driver",
|
||||
"homepage": "https://odbc.postgresql.org/",
|
||||
"license": "LGPL-2.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0004/psqlodbc_x64.msi",
|
||||
"hash": "218a815b2385a2bce83f606c868c5a563861e110c84cbd3911b6c213591a472a",
|
||||
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0005/psqlodbc_x64.msi",
|
||||
"hash": "1e2afa23530c9f3ed9e5dbf3be6ec605816973a422dc6072fdbdaa66c5eb8e3b",
|
||||
"extract_dir": "PFiles64\\psqlODBC\\1700"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0004/psqlodbc_x86.msi",
|
||||
"hash": "c374c6240fa4ee3d8965f15292cc680233ad15729d91b8fa7f7b0c11f571c54e",
|
||||
"url": "https://ftp.postgresql.org/pub/odbc/releases/REL-17_00_0005/psqlodbc_x86.msi",
|
||||
"hash": "0682c8856ce9a29d6d6be947bf1f5a772ee6e353018e6567567ed9b909981078",
|
||||
"extract_dir": "PFiles\\psqlODBC\\1700"
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2.45.0",
|
||||
"version": "2.46.0",
|
||||
"description": "Connect to the Sentry API and manage projects related data.",
|
||||
"homepage": "https://docs.sentry.io/cli/",
|
||||
"license": "BSD-3-Clause",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.45.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
||||
"hash": "80ea63208346995844a184604ad09bfc9a91f747704d176fa9c4515dcb269050"
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.46.0/sentry-cli-Windows-x86_64.exe#/sentry.exe",
|
||||
"hash": "aa86012bd7cc27ceac04357399a00373f1f0909f93b7735778dca7b9e1f4099c"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.45.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
||||
"hash": "46dad8c72c44135014c43776fbd5b42dd7f53b58abd23f93b0b870081f7ceb4a"
|
||||
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.46.0/sentry-cli-Windows-i686.exe#/sentry.exe",
|
||||
"hash": "c7f4cfdfe9a84a84c10fa00b6bd9bd92ea3d807579242f551701853c538150d0"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.80.2",
|
||||
"version": "0.80.3",
|
||||
"description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.",
|
||||
"homepage": "https://github.com/gruntwork-io/terragrunt",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.2/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
||||
"hash": "ec7f27230c9a5bbc15fffd534f10fff33522e3c092609e9531aec16e11a9af3b"
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
|
||||
"hash": "1fbd7d7e7f58d9e0a793f2710d92b94de3ffc92a37e3675c1586f18fe1c3039d"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.2/terragrunt_windows_386.exe#/terragrunt.exe",
|
||||
"hash": "bd269756e15099c96ed48ab09bd11572074d3e40c811ca46552e5ef2b3affcd8"
|
||||
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.3/terragrunt_windows_386.exe#/terragrunt.exe",
|
||||
"hash": "e4b7ebf2abb7ee6f8abcab1fef684e6538ebb903510b08b097d5f947e634a32c"
|
||||
}
|
||||
},
|
||||
"bin": "terragrunt.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.4.8.16-14.5.2",
|
||||
"version": "0.4.8.16-14.5.3",
|
||||
"description": "Enables anonymous communication over the onion network (expert mode).",
|
||||
"homepage": "https://www.torproject.org",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -9,11 +9,11 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.2/tor-expert-bundle-windows-x86_64-14.5.2.tar.gz",
|
||||
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.3/tor-expert-bundle-windows-x86_64-14.5.3.tar.gz",
|
||||
"hash": "38bf4ff02baa2cec4936f38c1f7a5a48b9af1dedcdd04e38937e801be15f1010"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.2/tor-expert-bundle-windows-i686-14.5.2.tar.gz",
|
||||
"url": "https://archive.torproject.org/tor-package-archive/torbrowser/14.5.3/tor-expert-bundle-windows-i686-14.5.3.tar.gz",
|
||||
"hash": "9fbfe617b0c0dcbe3f3991cda0d92a448475b2dc804c96b25e4b6ad55b363eea"
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,21 +1,21 @@
|
||||
{
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"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.4.0/traefik_v3.4.0_windows_amd64.zip",
|
||||
"hash": "e1699cc96e30277813e8a03167664b14522af46ddc21c7c92795b51d30e90341"
|
||||
"url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_amd64.zip",
|
||||
"hash": "9709f2c0f4ea509c5e72bb9114cd47ca10c6b398c3d62f4e976c97cd44c8727e"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/traefik/traefik/releases/download/v3.4.0/traefik_v3.4.0_windows_386.zip",
|
||||
"hash": "664968465de24488c86c5115cb6c3a7dfcc7e0d26e6dca6f7e356cbc8f1412de"
|
||||
"url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_386.zip",
|
||||
"hash": "8ea437f44675ce16bc6da06d0c5a2e40010398351c8f84b4e83af92c8f60199c"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/traefik/traefik/releases/download/v3.4.0/traefik_v3.4.0_windows_arm64.zip",
|
||||
"hash": "ec4fd97dd51c2183bd7f0e8e875c26652d0e5065ce34bfd75913e80ed44c17df"
|
||||
"url": "https://github.com/traefik/traefik/releases/download/v3.4.1/traefik_v3.4.1_windows_arm64.zip",
|
||||
"hash": "acc5b55d316c3b51f08a3a444134cbb024a614ca3d2beb231b662c67bb131f27"
|
||||
}
|
||||
},
|
||||
"bin": "traefik.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user