Compare commits

..

No commits in common. "2061c93b50d42ea5ec0c3f380653bd0d5cb31b4a" and "25d1e9bb8531c24da50f42ae0011a0360ddf9ef5" have entirely different histories.

4 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "2025.9.14", "version": "2025.9.13",
"description": "Polyglot tool version manager and task runner", "description": "Polyglot tool version manager and task runner",
"homepage": "https://mise.jdx.dev/", "homepage": "https://mise.jdx.dev/",
"license": "MIT", "license": "MIT",
@ -13,12 +13,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/jdx/mise/releases/download/v2025.9.14/mise-v2025.9.14-windows-x64.zip", "url": "https://github.com/jdx/mise/releases/download/v2025.9.13/mise-v2025.9.13-windows-x64.zip",
"hash": "1ef43467ae580635bd30412ab889b23c4caaf662bef5c8dabc3dfb025e53800b" "hash": "9bd11138f2b30bc013e28102c771bc7dcd72d4ce5098efb12cf634caef930591"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.9.14/mise-v2025.9.14-windows-arm64.zip", "url": "https://github.com/jdx/mise/releases/download/v2025.9.13/mise-v2025.9.13-windows-arm64.zip",
"hash": "6ce408cdd5b7a75aa8ab719735814cee770e9da1e1800766446651172f618f31" "hash": "05fb6ac347d95b98bcc88012e992392d73d8018268a2fc86807f71373fae6367"
} }
}, },
"extract_dir": "mise", "extract_dir": "mise",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.3", "version": "1.0.2",
"description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.", "description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.",
"homepage": "https://github.com/mvndaemon/mvnd", "homepage": "https://github.com/mvndaemon/mvnd",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -14,9 +14,9 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0.3/maven-mvnd-1.0.3-windows-amd64.zip", "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0.2/maven-mvnd-1.0.2-windows-amd64.zip",
"hash": "efe788e475f8433e855ac05f92e129dc3790517b58002620ba4dd8d264dcd511", "hash": "c48cdbee495b6d93a171648801a4485bef10f1f0d0ee3eb64a5ee67f8ae77461",
"extract_dir": "maven-mvnd-1.0.3-windows-amd64" "extract_dir": "maven-mvnd-1.0.2-windows-amd64"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",

View File

@ -1,6 +1,6 @@
{ {
"##": "Autoupdate only updates TrID Definitions. If the main program updates, please change hashes manually", "##": "Autoupdate only updates TrID Definitions. If the main program updates, please change hashes manually",
"version": "2.40-25.09.20", "version": "2.24-25.09.20",
"description": "A utility designed to identify file types from their binary signatures.", "description": "A utility designed to identify file types from their binary signatures.",
"homepage": "https://www.mark0.net/soft-trid-e.html", "homepage": "https://www.mark0.net/soft-trid-e.html",
"license": "Shareware", "license": "Shareware",

View File

@ -1,13 +1,13 @@
{ {
"version": "37.0.0", "version": "36.0.2",
"description": "Standalone JIT-style runtime for WebAssembly, using Cranelift", "description": "Standalone JIT-style runtime for WebAssembly, using Cranelift",
"homepage": "https://wasmtime.dev", "homepage": "https://wasmtime.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v37.0.0/wasmtime-v37.0.0-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v36.0.2/wasmtime-v36.0.2-x86_64-windows.zip",
"hash": "4c38b612f03717a4ab7dd822bf7d66ba3cae65e756d5d9d437744f1439fcbdbe", "hash": "fb1fa999ff728d5a8e4b4057308561c51af7f59afdeac2d649dda7d4ad7e77ad",
"extract_dir": "wasmtime-v37.0.0-x86_64-windows" "extract_dir": "wasmtime-v36.0.2-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",