Compare commits

...

6 Commits

Author SHA1 Message Date
Heptazhou
aa8c356e1c
mingw-winlibs: Update to version 15.1.0-12.0.0-r1 (#6798) 2025-05-14 14:13:23 +08:00
github-actions[bot]
07daab00e5 redis: Update to version 8.0.1 2025-05-14 04:29:55 +00:00
github-actions[bot]
a54c4ef048 red: Update to version 14may25 2025-05-14 04:29:55 +00:00
github-actions[bot]
11218c626d red-view: Update to version 14may25 2025-05-14 04:29:54 +00:00
github-actions[bot]
0b958795a2 red-toolchain: Update to version 14may25 2025-05-14 04:29:54 +00:00
github-actions[bot]
9321137da4 fastfetch: Update to version 2.43.0 2025-05-14 04:29:54 +00:00
6 changed files with 26 additions and 26 deletions

View File

@ -1,16 +1,16 @@
{
"version": "2.42.0",
"version": "2.43.0",
"description": "A maintained, feature-rich and performance oriented, neofetch like system information tool",
"homepage": "https://github.com/fastfetch-cli/fastfetch",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.42.0/fastfetch-windows-amd64.7z",
"hash": "5f8072a365cd876170ff257eac0e03feaaed746ca522212fb34b934ce0508fcb"
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.43.0/fastfetch-windows-amd64.7z",
"hash": "dc90b036b74c7c35bd593ab0c0e5dc8eebe7010c33e5492cc66fc6efa2a80e76"
},
"arm64": {
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.42.0/fastfetch-windows-aarch64.7z",
"hash": "0b2f836f9eb03439f13620c8911630a6012400b0c63be4a7c8d4423c8f204c9b"
"url": "https://github.com/fastfetch-cli/fastfetch/releases/download/2.43.0/fastfetch-windows-aarch64.7z",
"hash": "c8364904de151a248f20d401bdd72da3067a5d0b42ea1bb6552e0706df850194"
}
},
"bin": [

View File

@ -1,33 +1,33 @@
{
"version": "14.2.0-12.0.0-r2",
"version": "15.1.0-12.0.0-r1",
"description": "GNU Compiler Collection (WinLibs build)",
"homepage": "https://winlibs.com",
"license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...",
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.7z",
"hash": "e8751bcad522ee112fbc197e6224c67811df6d039cf400269135eff0dad8cf0c",
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z",
"hash": "325e4799213fd1f24f6d411b54e0a7e5db404f2012a294f5bbbfe4b496095769",
"extract_dir": "mingw64"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.7z",
"hash": "8ab19990ba0ca7ac5cbd10cf40f98fa15f9dbb1fbd45dcadacef533d14b7f4d8",
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z",
"hash": "153bf3ab0d484247ff001376476ad8f1fe784fc0dbdedad13c599a95f6a5f50e",
"extract_dir": "mingw32"
}
},
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
"env_add_path": "bin",
"checkver": {
"regex": "(?<gcc>[\\d.]+)posix-(?<llvm>[\\d.]+)-(?<mingw>[\\d.]+)-ucrt-r(?<release>\\d+)",
"regex": "(?<gcc>[\\d.]+)posix(?<llvm>-[\\d.]+)?-(?<mingw>[\\d.]+)-ucrt-r(?<release>\\d+)",
"replace": "${gcc}-${mingw}-r${release}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix$matchLlvm-$matchMingw-ucrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64ucrt-$matchMingw-r$matchRelease.7z"
}
},
"hash": {

View File

@ -1,13 +1,13 @@
{
"version": "12may25",
"version": "14may25",
"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-12may25-2ac481acc.exe#/red-toolchain.exe",
"hash": "e6a935a3c8972162825d744b5275e4533b8a0c9c13975bd582c765053bb0f4dc",
"url": "https://static.red-lang.org/dl/auto/win/red-toolchain-14may25-076e7ab1a.exe#/red-toolchain.exe",
"hash": "efa799d4e975e88d882cb03c799afd70e2ad9d7c391e6e769dcdd41ccdd9d575",
"bin": "red-toolchain.exe",
"checkver": {
"url": "https://static.red-lang.org/dl/auto/win/history.html",

View File

@ -1,13 +1,13 @@
{
"version": "12may25",
"version": "14may25",
"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-12may25-2ac481acc.exe#/red-view.exe",
"hash": "a334c67a0ebac0b0e6bba9905743659dd9cdedccd311e02a2f341d01b9129a4a",
"url": "https://static.red-lang.org/dl/auto/win/red-view-14may25-076e7ab1a.exe#/red-view.exe",
"hash": "08f7bcbda4f7de7c18ea3332d1b1bd291b1b28f0f98dc26c9242e0c855ab2dfc",
"bin": "red-view.exe",
"checkver": {
"url": "https://static.red-lang.org/dl/auto/win/history.html",

View File

@ -1,13 +1,13 @@
{
"version": "12may25",
"version": "14may25",
"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-12may25-2ac481acc.exe#/red.exe",
"hash": "408b8491d8e2539a3066115a0b430dadd3a59cc9121200db471df5f899c9d8c7",
"url": "https://static.red-lang.org/dl/auto/win/red-14may25-076e7ab1a.exe#/red.exe",
"hash": "3e404dedad541bea1ccf5ab9f6292d64a1543679afedcb25a44d7a886a63974e",
"bin": "red.exe",
"checkver": {
"url": "https://static.red-lang.org/dl/auto/win/history.html",

View File

@ -1,13 +1,13 @@
{
"version": "8.0.0",
"version": "8.0.1",
"description": "In-memory data structure store, used as a database, cache and message broker",
"homepage": "https://redis.io",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/redis-windows/redis-windows/releases/download/8.0.0/Redis-8.0.0-Windows-x64-msys2.zip",
"hash": "975f99fb94cc82583f51168646618eebcaf19a442e62205426c7f0f07ca07346",
"extract_dir": "Redis-8.0.0-Windows-x64-msys2"
"url": "https://github.com/redis-windows/redis-windows/releases/download/8.0.1/Redis-8.0.1-Windows-x64-msys2.zip",
"hash": "952fed3e5abf5a053d6d93a775a8eff7cd928cc9582ed91d101a98a0f3b612a1",
"extract_dir": "Redis-8.0.1-Windows-x64-msys2"
}
},
"bin": [