Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
2be370eee9 trid: Update to version 2.24-25.09.07 2025-09-07 16:28:43 +00:00
HUMORCE
4bad8e229b
yazi@25.5.31: Fix autoupdate url 2025-09-07 15:34:45 +00:00
HUMORCE
bd74ec2a71
yazi@25.5.31: Add arm64 2025-09-07 15:31:11 +00:00
github-actions[bot]
f763ff17e5 fx: Update to version 39.1.0 2025-09-07 12:31:10 +00:00
3 changed files with 15 additions and 7 deletions

View File

@ -1,16 +1,16 @@
{
"version": "39.0.4",
"version": "39.1.0",
"description": "Terminal JSON viewer",
"homepage": "https://github.com/antonmedv/fx",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/antonmedv/fx/releases/download/39.0.4/fx_windows_amd64.exe#/fx.exe",
"hash": "f312db5cd2d4269aa60b0520f99dc5aebc45e9d7089541b0c7b751c372cbd24d"
"url": "https://github.com/antonmedv/fx/releases/download/39.1.0/fx_windows_amd64.exe#/fx.exe",
"hash": "3dec796a079f4fd9645592cbcc6858a43e6492a32e3b563f309b1e9e53921dc5"
},
"arm64": {
"url": "https://github.com/antonmedv/fx/releases/download/39.0.4/fx_windows_arm64.exe#/fx.exe",
"hash": "0ff6099a01ee2182b0c54c9361996b671b927d0def8bbf47edf5e29da0071262"
"url": "https://github.com/antonmedv/fx/releases/download/39.1.0/fx_windows_arm64.exe#/fx.exe",
"hash": "45b1855a7cde0a1139334014933eb6593d1052bc08369730018a158b0c9ade8f"
}
},
"bin": "fx.exe",

View File

@ -1,6 +1,6 @@
{
"##": "Autoupdate only updates TrID Definitions. If the main program updates, please change hashes manually",
"version": "2.24-25.09.04",
"version": "2.24-25.09.07",
"description": "A utility designed to identify file types from their binary signatures.",
"homepage": "https://www.mark0.net/soft-trid-e.html",
"license": "Shareware",
@ -9,7 +9,7 @@
"https://mark0.net/download/trid_w32.zip"
],
"hash": [
"53e621bbcedff3efe87ad9e9d3c69e37d7a5e5ee919a45887f45a8e565e116f0",
"57de8dda4b25e6d42fff3ab1f57e81f6b4de14a11bfb7bb2dc8171160efce496",
"ea7f82363912f5b3c79217ba8716425ec3f2514887f788dcd5a2821d0b1fc83f"
],
"bin": "trid.exe",

View File

@ -8,6 +8,11 @@
"url": "https://github.com/sxyazi/yazi/releases/download/v25.5.31/yazi-x86_64-pc-windows-msvc.zip",
"hash": "79524a2b48bb7021078e0314d3c75aaf5ae9d69dee2947cd7a705cbaa95d3bb9",
"extract_dir": "yazi-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/sxyazi/yazi/releases/download/v25.5.31/yazi-aarch64-pc-windows-msvc.zip",
"hash": "3620d45d638275be92566d0f081b6f2d3537575876a3a066e50cac5ebbd4c9a2",
"extract_dir": "yazi-aarch64-pc-windows-msvc"
}
},
"bin": [
@ -22,6 +27,9 @@
"architecture": {
"64bit": {
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-aarch64-pc-windows-msvc.zip"
}
}
}