mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
Compare commits
18 Commits
df2b1db4e0
...
9be259555c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9be259555c | ||
|
|
d7eb0cc185 | ||
|
|
7454f17de9 | ||
|
|
0a6db21ae3 | ||
|
|
f4d556b517 | ||
|
|
5a86b83c86 | ||
|
|
9e0548202e | ||
|
|
67ac163356 | ||
|
|
bd691bfa9a | ||
|
|
d1d4d0cb2b | ||
|
|
ef3f878d97 | ||
|
|
aca6b8bdeb | ||
|
|
39c60c4a24 | ||
|
|
d19aa5f642 | ||
|
|
112e052655 | ||
|
|
13e0d7d97d | ||
|
|
21652d2b32 | ||
|
|
1beb624d65 |
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.195.0",
|
||||
"version": "1.196.0",
|
||||
"description": "Terraform Orchestration Tool for DevOps",
|
||||
"homepage": "https://atmos.tools",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/cloudposse/atmos/releases/download/v1.195.0/atmos_1.195.0_windows_amd64.exe#/atmos.exe",
|
||||
"hash": "423c25a1bc96303209db3ddf799bd9a7290242b92e51073f58f71649860d4a2b"
|
||||
"url": "https://github.com/cloudposse/atmos/releases/download/v1.196.0/atmos_1.196.0_windows_amd64.exe#/atmos.exe",
|
||||
"hash": "c0c878894aabf2db96306f4b1fa4f7f8deb882cd052d8661159fdde584ff724f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/cloudposse/atmos/releases/download/v1.195.0/atmos_1.195.0_windows_386.exe#/atmos.exe",
|
||||
"hash": "1537903a934dccb18df8f65df59aca8cf58f7916f844461a26ee7c3935137815"
|
||||
"url": "https://github.com/cloudposse/atmos/releases/download/v1.196.0/atmos_1.196.0_windows_386.exe#/atmos.exe",
|
||||
"hash": "30b0aa8985259667653600b2fe3a974a4d79b75c4d260bda2d38547702771566"
|
||||
}
|
||||
},
|
||||
"bin": "atmos.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.31.24",
|
||||
"version": "2.31.25",
|
||||
"description": "Unified tool to manage AWS services",
|
||||
"homepage": "https://aws.amazon.com/cli/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.31.24.msi",
|
||||
"hash": "d026ccd89e0f32ba81701f9d80f3d74988cb4ced712934827a549b99cb890a8e"
|
||||
"url": "https://awscli.amazonaws.com/AWSCLIV2-2.31.25.msi",
|
||||
"hash": "5a8204cd91a22bfe4dec95d30af51deaaecb93e4f4f7e2b2077625f3e9587ac7"
|
||||
}
|
||||
},
|
||||
"extract_dir": "Amazon\\AWSCLIV2",
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"version": "2.18.3",
|
||||
"version": "2.19.0",
|
||||
"description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.",
|
||||
"homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy",
|
||||
"license": "Apache-2.0",
|
||||
"depends": "gcloud",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.18.3/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
|
||||
"hash": "eef9bf98c4d293bcb13fa944be8889d99c90efb901894c2a733233d89a155fc7"
|
||||
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.19.0/cloud-sql-proxy.x64.exe#/cloud-sql-proxy.exe",
|
||||
"hash": "12bc1fae7df9ca9b08cc281dcd2c97231aeb35a3557afb3a05b8441df824bbcd"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.18.3/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
|
||||
"hash": "790b6a8d1e3d39d453f3b58c2b5458ca5da1265dd0dfb2924780f2ad91e7555e"
|
||||
"url": "https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy/v2.19.0/cloud-sql-proxy.x86.exe#/cloud-sql-proxy.exe",
|
||||
"hash": "8255257ec020f6b8bb79ea325deb38147f9f650c6b70c266809bb69332cd8ff4"
|
||||
}
|
||||
},
|
||||
"bin": "cloud-sql-proxy.exe",
|
||||
|
||||
@ -3,13 +3,28 @@
|
||||
"description": "Command-line program to download image-galleries and -collections from several image hosting sites.",
|
||||
"homepage": "https://github.com/mikf/gallery-dl",
|
||||
"license": "GPL-2.0-only",
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.10/gallery-dl.exe",
|
||||
"hash": "d22723e46d10e26ce18d6ffd1796de2b8e0f7e0b6ae41e3c6196283ea8e421cb",
|
||||
"bin": "gallery-dl.exe",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.10/gallery-dl.exe",
|
||||
"hash": "d22723e46d10e26ce18d6ffd1796de2b8e0f7e0b6ae41e3c6196283ea8e421cb"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.10/gallery-dl_x86.exe#/gallery-dl.exe",
|
||||
"hash": "b37e4f740dffe0a013c4507648cd1fd9c62867de385db0c33ccda16653a74f6a"
|
||||
}
|
||||
},
|
||||
"pre_install": "if (-not (Test-Path \"$persist_dir\\gallery-dl.conf\")) { Set-Content \"$dir\\gallery-dl.conf\" '{}' -Encoding Ascii | Out-Null }",
|
||||
"bin": "gallery-dl.exe",
|
||||
"persist": "gallery-dl.conf",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl.exe"
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl.exe"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl_x86.exe#/gallery-dl.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "1.3.45",
|
||||
"version": "1.3.46",
|
||||
"description": "Robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 89 major formats. (24/32 bit pixel support)",
|
||||
"homepage": "http://www.graphicsmagick.org/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.45/GraphicsMagick-1.3.45-Q8-win64-dll.exe",
|
||||
"hash": "sha1:fd3ffb8856ce7f1fb9e8c1496298214db128ba71"
|
||||
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.46/GraphicsMagick-1.3.46-Q8-win64-dll.exe",
|
||||
"hash": "sha1:46157b349f8e6bcc6a077c196ffa0a904a09f249"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.45/GraphicsMagick-1.3.45-Q8-win32-dll.exe",
|
||||
"hash": "sha1:2f701865822312365611e07da017e90f2cdc85d8"
|
||||
"url": "https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick-binaries/1.3.46/GraphicsMagick-1.3.46-Q8-win32-dll.exe",
|
||||
"hash": "sha1:2134558aa45e2bbd054600bce23369eb4d007295"
|
||||
}
|
||||
},
|
||||
"innosetup": true,
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "10.14.0",
|
||||
"version": "10.15.0",
|
||||
"description": "An essential part of using Heroku, which can perform nearly any Heroku-related task right from your terminal.",
|
||||
"homepage": "https://devcenter.heroku.com/articles/heroku-cli",
|
||||
"license": "ISC",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://cli-assets.heroku.com/versions/10.14.0/c0d7800/heroku-v10.14.0-c0d7800-win32-x64.tar.xz#/dl.xz",
|
||||
"hash": "848370906d99f85b43b0f352bc1a961e7b162cd8f1984dcf33016acdfe5d24de"
|
||||
"url": "https://cli-assets.heroku.com/versions/10.15.0/4bb523c/heroku-v10.15.0-4bb523c-win32-x64.tar.xz#/dl.xz",
|
||||
"hash": "743a1eb2d342c499855d26a6b85d6bcca41d449b1f85b7e4b6234282eb31283f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://cli-assets.heroku.com/versions/10.14.0/c0d7800/heroku-v10.14.0-c0d7800-win32-x86.tar.xz#/dl.xz",
|
||||
"hash": "4a3c4551a26043e9c943a04999cefd0e005d1eab974fedf28ea72118b9de58cf"
|
||||
"url": "https://cli-assets.heroku.com/versions/10.15.0/4bb523c/heroku-v10.15.0-4bb523c-win32-x86.tar.xz#/dl.xz",
|
||||
"hash": "206e7665a6ac4c965250d72960f13225588ebe2f4f499caf21f5e3b35f7a2685"
|
||||
}
|
||||
},
|
||||
"pre_install": [
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.81.0",
|
||||
"version": "2.82.0",
|
||||
"description": "Command line interface for Artifactory and Bintray",
|
||||
"homepage": "https://jfrog.com/getcli/",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.81.0/jfrog-cli-windows-amd64/jfrog.exe",
|
||||
"hash": "dfef291c2f07f11f3105a79ec3c4746af73a9f1c55b86c0e59316563073a039f"
|
||||
"url": "https://releases.jfrog.io/artifactory/jfrog-cli/v2/2.82.0/jfrog-cli-windows-amd64/jfrog.exe",
|
||||
"hash": "19ca20a89801b936c0377066de4d766d776f30412eeb2cb71b84ccc80ba267d7"
|
||||
}
|
||||
},
|
||||
"bin": "jfrog.exe",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "12.0.0",
|
||||
"version": "12.1.0",
|
||||
"description": "JSON Schema formatting, linting, testing, bundling and more for local development and CI/CD pipelines.",
|
||||
"homepage": "https://github.com/sourcemeta/jsonschema",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/sourcemeta/jsonschema/releases/download/v12.0.0/jsonschema-12.0.0-windows-x86_64.zip",
|
||||
"hash": "70587aaf679973c4c08c045d6418321c3c1a564ba7fe4f184d139d72635b086a",
|
||||
"extract_dir": "jsonschema-12.0.0-windows-x86_64"
|
||||
"url": "https://github.com/sourcemeta/jsonschema/releases/download/v12.1.0/jsonschema-12.1.0-windows-x86_64.zip",
|
||||
"hash": "e3729110fb74b466394a8da5166d08c165d7d619ce95b9d423554570d8fb4623",
|
||||
"extract_dir": "jsonschema-12.1.0-windows-x86_64"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\jsonschema.exe",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "0.38.1",
|
||||
"version": "0.38.2",
|
||||
"description": "A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.",
|
||||
"homepage": "https://ipfs.tech/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://dist.ipfs.tech/kubo/v0.38.1/kubo_v0.38.1_windows-amd64.zip",
|
||||
"hash": "sha512:e634e5cf3de857e013a137c77b8e2460855fa4ff9755962ff03a6516643c9313e16b69b61f24060568678f67950218bac50add80ab5eff31d9c970f021629367"
|
||||
"url": "https://dist.ipfs.tech/kubo/v0.38.2/kubo_v0.38.2_windows-amd64.zip",
|
||||
"hash": "sha512:8ada6ced4c11eb7b2f7ef3c38f2ce596efbcf411c5a0ba6c1e50f6c59f81fcc0881a0325e3add6c4462a71a477b2f02a931ab24bc7d43a98b42e402e603a4f2f"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://dist.ipfs.tech/kubo/v0.38.1/kubo_v0.38.1_windows-arm64.zip",
|
||||
"hash": "sha512:4bab8d01053467a26b2369852dedd4d4f90eb04cd22516c2da5b73965ef010f47426565ed136ba5a94d20fa2a77317cfc30e5ea08f130329534c182ef239c767"
|
||||
"url": "https://dist.ipfs.tech/kubo/v0.38.2/kubo_v0.38.2_windows-arm64.zip",
|
||||
"hash": "sha512:2efdebe78fcbd87fe8bf1eabfd0e14f7b8f0f2ccd5ddc84a9b901e98a84d529fab10a78509571dba474ed2efe1413acc901dea29ae996f1964bf2263630baea2"
|
||||
}
|
||||
},
|
||||
"extract_dir": "kubo",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "0.56.11",
|
||||
"version": "0.56.12",
|
||||
"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.56.11/metabase.jar",
|
||||
"hash": "b5d2460adb525b1c837323c833fa3be1d63aaacd5da0088344f4588b25e6b2e4",
|
||||
"url": "https://downloads.metabase.com/v0.56.12/metabase.jar",
|
||||
"hash": "ca7f7b8a06883d29e6911fe5487300222838df7ea3c60ddcaf7f756ce4437f39",
|
||||
"bin": "metabase.jar",
|
||||
"checkver": {
|
||||
"github": "https://github.com/metabase/metabase"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2025.10.19",
|
||||
"version": "2025.10.20",
|
||||
"description": "Polyglot tool version manager and task runner",
|
||||
"homepage": "https://mise.jdx.dev/",
|
||||
"license": "MIT",
|
||||
@ -13,12 +13,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.19/mise-v2025.10.19-windows-x64.zip",
|
||||
"hash": "74ac41f023ff7523807953c08eb9cc44530375931ba48fd7c2656ee15b3dc413"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.20/mise-v2025.10.20-windows-x64.zip",
|
||||
"hash": "e5c9ff8d9e5316f1a0941918ea5e337c034a627bf83746985ee8d6b053dc6986"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.19/mise-v2025.10.19-windows-arm64.zip",
|
||||
"hash": "31f4da160e6f3695f52f918ea10c456cca6233086f4daca3569e411494913353"
|
||||
"url": "https://github.com/jdx/mise/releases/download/v2025.10.20/mise-v2025.10.20-windows-arm64.zip",
|
||||
"hash": "edf0457d4086af0db365046d0f2e15aeb862f6e060a5e73dbe1814f3cea556b2"
|
||||
}
|
||||
},
|
||||
"extract_dir": "mise",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.12.6",
|
||||
"version": "0.12.7",
|
||||
"description": "Get up and running with large language models locally.",
|
||||
"homepage": "https://ollama.com/",
|
||||
"license": "MIT",
|
||||
@ -9,12 +9,12 @@
|
||||
},
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ollama/ollama/releases/download/v0.12.6/ollama-windows-amd64.zip",
|
||||
"hash": "7babe953b7a1f31d1335b3b4d3549568e06ee894730b679c99f286a9f8eda6d0"
|
||||
"url": "https://github.com/ollama/ollama/releases/download/v0.12.7/ollama-windows-amd64.zip",
|
||||
"hash": "187c8c3de6208ddeb8537be3f2e3315624e6274fda3ff7fbbbd9733e8fdfa2b1"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/ollama/ollama/releases/download/v0.12.6/ollama-windows-arm64.zip",
|
||||
"hash": "8b0855a96a84cdce943e9abdddf0247b882081374dd0622d059e015104a14a2f"
|
||||
"url": "https://github.com/ollama/ollama/releases/download/v0.12.7/ollama-windows-arm64.zip",
|
||||
"hash": "b04d66988407fd80cf0f99ee3f58a44501ce529de9b799edd2f729e674e14a43"
|
||||
}
|
||||
},
|
||||
"bin": "ollama.exe",
|
||||
|
||||
@ -1,12 +1,12 @@
|
||||
{
|
||||
"version": "2.33.2",
|
||||
"version": "2.33.3",
|
||||
"description": "Making Docker and Kubernetes management easy.",
|
||||
"homepage": "https://portainer.io/",
|
||||
"license": "Zlib",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/portainer/portainer/releases/download/2.33.2/portainer-2.33.2-windows1809-amd64.tar.gz",
|
||||
"hash": "b1a61d5622997b514218529fc54b54f654da71ec09513e1a4c8c5dcc8556d584"
|
||||
"url": "https://github.com/portainer/portainer/releases/download/2.33.3/portainer-2.33.3-windows1809-amd64.tar.gz",
|
||||
"hash": "3c12fa45901b622378f288359f14832cf0b8d3106ce9863bf164c36996b927e3"
|
||||
}
|
||||
},
|
||||
"extract_dir": "portainer",
|
||||
|
||||
@ -1,16 +1,12 @@
|
||||
{
|
||||
"version": "8.17",
|
||||
"version": "8.18",
|
||||
"description": "A general-purpose, feature-rich programming language developed from Scheme Lisp, also the family of the core language and its dialects. It includes an extensive macro system for creating and implementing language constructs and dialects; eventspaces and custodians for resource management; units, modules and classes for programming in the large; paritial continuation; the first contract system for higher-order functions, and more.",
|
||||
"homepage": "https://racket-lang.org",
|
||||
"license": "LGPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-8.17-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "47dad9100c5da357fb239cbb52c1dab52fbbe2b74911f2c070fa087e31ba8643"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/8.17/racket-8.17-i386-win32.exe#/dl.7z",
|
||||
"hash": "7461e47e77db138953c3fefe0218f84a0a99c6acfe47ae514c73ad065ac44e36"
|
||||
"url": "https://mirror.racket-lang.org/installers/8.18/racket-8.18-x86_64-win32.exe#/dl.7z",
|
||||
"hash": "93512374a4f0b029c4cc46520ddf258a744ccf86e92c0d59eb9ea1813f868610"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
@ -35,14 +31,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-x86_64-win32.exe#/dl.7z"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://mirror.racket-lang.org/installers/$version/racket-$version-i386-win32.exe#/dl.7z"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://download.racket-lang.org/releases/$version/",
|
||||
"regex": "$basename[\\s\\S]*?\"checksum\">$sha1</span>"
|
||||
"regex": "(?is)<tr\\b.*?href=\"[^\"]*racket-(?!minimal)[^\"]*x86_64-win32[^\"]*\".*?class=\"checksum\"[^>]*>\\s*([0-9a-f]{64})"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "16oct25",
|
||||
"version": "30oct25",
|
||||
"description": "Programming language inspired by Rebol. Encapper for Red + Red/System compiler",
|
||||
"homepage": "https://www.red-lang.org",
|
||||
"license": {
|
||||
"identifier": "BSD-3-Clause,BSL-1.0",
|
||||
"url": "https://github.com/red/red#license"
|
||||
},
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-toolchain-16oct25-bfc01e112.exe#/red-toolchain.exe",
|
||||
"hash": "f3d599da8dcf2b4b5dbe5f0d39b004e2d13a048687e9f38c208949b6249b33a2",
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-toolchain-30oct25-3a5ce62a8.exe#/red-toolchain.exe",
|
||||
"hash": "8950ecf9ea93bbf3759b69467b672f597bf052903ecb05f121aaeab806e94d24",
|
||||
"bin": "red-toolchain.exe",
|
||||
"checkver": {
|
||||
"url": "https://static.red-lang.org/dl/auto/win/history.html",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "16oct25",
|
||||
"version": "30oct25",
|
||||
"description": "Programming language inspired by Rebol. GUI console version, includes view.",
|
||||
"homepage": "https://www.red-lang.org",
|
||||
"license": {
|
||||
"identifier": "BSD-3-Clause,BSL-1.0",
|
||||
"url": "https://github.com/red/red#license"
|
||||
},
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-view-16oct25-bfc01e112.exe#/red-view.exe",
|
||||
"hash": "b73f16d7f03a9098d446501253cba12f041994a8cd159c561e7e19050048e23f",
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-view-30oct25-3a5ce62a8.exe#/red-view.exe",
|
||||
"hash": "dee0a7959cc87bdc7f19ce688997648fd3fa6fa3b2f8f26083bdd5d43d793c13",
|
||||
"bin": "red-view.exe",
|
||||
"checkver": {
|
||||
"url": "https://static.red-lang.org/dl/auto/win/history.html",
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
{
|
||||
"version": "16oct25",
|
||||
"version": "30oct25",
|
||||
"description": "Programming language inspired by Rebol.",
|
||||
"homepage": "https://www.red-lang.org",
|
||||
"license": {
|
||||
"identifier": "BSD-3-Clause,BSL-1.0",
|
||||
"url": "https://github.com/red/red#license"
|
||||
},
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-16oct25-bfc01e112.exe#/red.exe",
|
||||
"hash": "fcf1ff69e529daa8391873026eab94c93411734ed4605550112add752c3bc54d",
|
||||
"url": "https://static.red-lang.org/dl/auto/win/red-30oct25-3a5ce62a8.exe#/red.exe",
|
||||
"hash": "13a48ae9db6cedf1c0e608809fda040220ce2d2e0201e60f45ce7adc2630b8f4",
|
||||
"bin": "red.exe",
|
||||
"checkver": {
|
||||
"url": "https://static.red-lang.org/dl/auto/win/history.html",
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "2025.19.1",
|
||||
"version": "2025.20",
|
||||
"description": "A new language and compiler for shader development.",
|
||||
"homepage": "https://shader-slang.com/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.19.1/slang-2025.19.1-windows-x86_64.zip",
|
||||
"hash": "2fc399b0182881d2f9dcfc5c350ea0310dfdd882aa99d14724291c8c1aac2da7"
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.20/slang-2025.20-windows-x86_64.zip",
|
||||
"hash": "1d25fa7686a0287ff2dfb0313556b1aba28eab2f39e9281bdfc8af71b70a3a51"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.19.1/slang-2025.19.1-windows-aarch64.zip",
|
||||
"hash": "5964f73eeadb2d03f7d298af7a463cb7a09ede937bb3622f9855840db6d4aeb5"
|
||||
"url": "https://github.com/shader-slang/slang/releases/download/v2025.20/slang-2025.20-windows-aarch64.zip",
|
||||
"hash": "43a92dafd99191e05cbd1ef4baf07b18a8bb5d9252fd1552a8e0bdf5b5749122"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user