Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
2061c93b50 trid: Update to version 2.40-25.09.20 2025-09-21 00:40:51 +00:00
github-actions[bot]
241b2e91c9 mvndaemon: Update to version 1.0.3 2025-09-21 00:40:50 +00:00
github-actions[bot]
31276db0ea wasmtime: Update to version 37.0.0 2025-09-20 20:26:22 +00:00
github-actions[bot]
44a86cc012 mise: Update to version 2025.9.14 2025-09-20 20:26:22 +00:00
4 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "2025.9.13", "version": "2025.9.14",
"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.13/mise-v2025.9.13-windows-x64.zip", "url": "https://github.com/jdx/mise/releases/download/v2025.9.14/mise-v2025.9.14-windows-x64.zip",
"hash": "9bd11138f2b30bc013e28102c771bc7dcd72d4ce5098efb12cf634caef930591" "hash": "1ef43467ae580635bd30412ab889b23c4caaf662bef5c8dabc3dfb025e53800b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/jdx/mise/releases/download/v2025.9.13/mise-v2025.9.13-windows-arm64.zip", "url": "https://github.com/jdx/mise/releases/download/v2025.9.14/mise-v2025.9.14-windows-arm64.zip",
"hash": "05fb6ac347d95b98bcc88012e992392d73d8018268a2fc86807f71373fae6367" "hash": "6ce408cdd5b7a75aa8ab719735814cee770e9da1e1800766446651172f618f31"
} }
}, },
"extract_dir": "mise", "extract_dir": "mise",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.2", "version": "1.0.3",
"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.2/maven-mvnd-1.0.2-windows-amd64.zip", "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0.3/maven-mvnd-1.0.3-windows-amd64.zip",
"hash": "c48cdbee495b6d93a171648801a4485bef10f1f0d0ee3eb64a5ee67f8ae77461", "hash": "efe788e475f8433e855ac05f92e129dc3790517b58002620ba4dd8d264dcd511",
"extract_dir": "maven-mvnd-1.0.2-windows-amd64" "extract_dir": "maven-mvnd-1.0.3-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.24-25.09.20", "version": "2.40-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": "36.0.2", "version": "37.0.0",
"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/v36.0.2/wasmtime-v36.0.2-x86_64-windows.zip", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v37.0.0/wasmtime-v37.0.0-x86_64-windows.zip",
"hash": "fb1fa999ff728d5a8e4b4057308561c51af7f59afdeac2d649dda7d4ad7e77ad", "hash": "4c38b612f03717a4ab7dd822bf7d66ba3cae65e756d5d9d437744f1439fcbdbe",
"extract_dir": "wasmtime-v36.0.2-x86_64-windows" "extract_dir": "wasmtime-v37.0.0-x86_64-windows"
} }
}, },
"bin": "wasmtime.exe", "bin": "wasmtime.exe",