mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
7 Commits
b31720057a
...
50e9552deb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50e9552deb | ||
|
|
c5d12dee64 | ||
|
|
b187a3e673 | ||
|
|
6525cdbb04 | ||
|
|
686000f804 | ||
|
|
16bbf4130c | ||
|
|
2fa8e5c25d |
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.0.272",
|
||||
"version": "3.0.273",
|
||||
"description": "Manage and use Alibaba Cloud resources.",
|
||||
"homepage": "https://github.com/aliyun/aliyun-cli",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.272/aliyun-cli-windows-3.0.272-amd64.zip",
|
||||
"hash": "aac88bcd17a5934a845592dbea64664da8d0d40535f101744d1cab2054918bcd"
|
||||
"url": "https://github.com/aliyun/aliyun-cli/releases/download/v3.0.273/aliyun-cli-windows-3.0.273-amd64.zip",
|
||||
"hash": "a8cac17a0d3e6a897cd28c36d179e4f7866e3eb3f93a442ddf90187c81ffebd8"
|
||||
}
|
||||
},
|
||||
"bin": "aliyun.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.35.1",
|
||||
"version": "2.36.0",
|
||||
"description": "Define and run multi-container applications with Docker",
|
||||
"homepage": "https://docs.docker.com/compose/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/docker/compose/releases/download/v2.35.1/docker-compose-windows-x86_64.exe#/docker-compose.exe",
|
||||
"hash": "971d6000e2c70da19c20f8264330a7ec3962b1fd59601afeb7e3636bad89b8c9"
|
||||
"url": "https://github.com/docker/compose/releases/download/v2.36.0/docker-compose-windows-x86_64.exe#/docker-compose.exe",
|
||||
"hash": "9916ce82e444bb68e539ab36b947c2edb95f74e5a640c2661255f2c340b5cfee"
|
||||
}
|
||||
},
|
||||
"bin": "docker-compose.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "3.6.0",
|
||||
"version": "3.7.0",
|
||||
"description": "Development platform for Kubernetes applications",
|
||||
"homepage": "https://okteto.com",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/okteto/okteto/releases/download/3.6.0/okteto.exe",
|
||||
"hash": "621da1e88008f62e0efd1fe72031054ed399628f18051ce6b735bc718390c331"
|
||||
"url": "https://github.com/okteto/okteto/releases/download/3.7.0/okteto.exe",
|
||||
"hash": "54dca8af29319789ab1894991fd8ff4a78b15c650ffa76b77a9accddb358731c"
|
||||
}
|
||||
},
|
||||
"bin": "okteto.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.6.4",
|
||||
"version": "3.7.0",
|
||||
"description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
|
||||
"homepage": "https://www.scala-lang.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -10,8 +10,8 @@
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://github.com/scala/scala3/releases/download/3.6.4/scala3-3.6.4.msi",
|
||||
"hash": "85b208bcda82a5a50b6b3f2f9ae25194acf35756f058d06472639b47214b577a",
|
||||
"url": "https://github.com/scala/scala3/releases/download/3.7.0/scala3-3.7.0.msi",
|
||||
"hash": "4e09b790d5207eb9c6003be68edfd553583961724c99e1572247511c500aa7d2",
|
||||
"extract_dir": "PFiles\\Scala",
|
||||
"bin": [
|
||||
"bin\\scala.bat",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "0.8.29",
|
||||
"version": "0.8.30",
|
||||
"description": "A statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.",
|
||||
"homepage": "https://soliditylang.org",
|
||||
"license": "GPL-3.0-only",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ethereum/solidity/releases/download/v0.8.29/solc-windows.exe#/solc.exe",
|
||||
"hash": "0786ed6d289e3ca23c0aa183e574c6ed08dbee34abdd9e0d2762f4bb137d253d"
|
||||
"url": "https://github.com/ethereum/solidity/releases/download/v0.8.30/solc-windows.exe#/solc.exe",
|
||||
"hash": "ccbd3ed44d5fbd26fe039702d403421f1212d2e8752e3cbe3bfd074986911586"
|
||||
}
|
||||
},
|
||||
"bin": "solc.exe",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.49.1",
|
||||
"version": "3.49.2",
|
||||
"description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine",
|
||||
"homepage": "https://www.sqlite.org/",
|
||||
"license": {
|
||||
@ -7,8 +7,8 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3490100.zip",
|
||||
"hash": "07896d0a9711df762b9b69bc3a43f6fb487f29dc749ebf1ba5e3b2267fe60dbc"
|
||||
"url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3490200.zip",
|
||||
"hash": "45aa1714abf9f70dd97ade2816bb9cb6c81e47ada187ca2d4e2cf8ef283312b5"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"description": "CLI for out-of-band management of Kubernetes nodes created by Talos",
|
||||
"homepage": "https://talos.dev",
|
||||
"license": " MPL-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/siderolabs/talos/releases/download/v1.10.0/talosctl-windows-amd64.exe#/talosctl.exe",
|
||||
"hash": "50125fcbe01077e521c60d0e637bd378753d558d7cfe153b274aa92b5d25e74c"
|
||||
"url": "https://github.com/siderolabs/talos/releases/download/v1.10.1/talosctl-windows-amd64.exe#/talosctl.exe",
|
||||
"hash": "f73fa357079f046921b057332e32c5a125c9f82f00f0cd7215bff68fba5492ca"
|
||||
}
|
||||
},
|
||||
"bin": "talosctl.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user