Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
c32ca6816a radare2: Update to version 6.0.4 2025-09-27 20:27:05 +00:00
github-actions[bot]
8a506b6f95 scrcpy: Update to version 3.3.3 2025-09-27 16:28:29 +00:00
github-actions[bot]
397a78754d luau-lsp: Update to version 1.54.0 2025-09-27 16:28:29 +00:00
github-actions[bot]
e2dd710749 k9s: Update to version 0.50.13 2025-09-27 16:28:28 +00:00
github-actions[bot]
6e41e54a50 flow: Update to version 0.287.0 2025-09-27 16:28:28 +00:00
z-Fng
d11e576601 influx@2.7.5: Fix installation, update checkver & autoupdate 2025-09-28 00:20:43 +08:00
z-Fng
7703111434 influxdb: Update to version 2.7.12, fix checkver & autoupdate 2025-09-27 23:56:41 +08:00
7 changed files with 33 additions and 34 deletions

View File

@ -1,12 +1,12 @@
{
"version": "0.286.0",
"version": "0.287.0",
"description": "A static type checker for JavaScript code",
"homepage": "https://flow.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.286.0/flow-win64-v0.286.0.zip",
"hash": "c970393ed01bd5b022bc21c64fdff9dd50e1de24c4a1b5777b8a5989b5ccb46b"
"url": "https://github.com/facebook/flow/releases/download/v0.287.0/flow-win64-v0.287.0.zip",
"hash": "d806a7974c146ed94f39c576fbab7d17c351feecbfca2f72ca86ac11a8e2e3ba"
}
},
"extract_dir": "flow",

View File

@ -9,10 +9,9 @@
"hash": "7b965ea00514fc329a9b09d277445629f3bb5394e500ef4ae2c3dddd296de699"
}
},
"pre_install": "Rename-Item \"$dir\\influx\" influx.exe",
"bin": "influx.exe",
"checkver": {
"url": "https://portal.influxdata.com/versions.json",
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2_cloud_cli.version",
"regex": "([\\d.]+)"
},
@ -21,7 +20,7 @@
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-client-$version-windows-amd64.zip",
"hash": {
"url": "https://portal.influxdata.com/versions.json",
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2_cloud_cli.downloads[?(@.platform =~ /^Windows/)].sha256"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "2.7.11",
"version": "2.7.12",
"description": "Scalable datastore for metrics, events, and real-time analytics.",
"homepage": "https://www.influxdata.com/",
"license": "MIT",
@ -9,22 +9,22 @@
],
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.11-windows.zip",
"hash": "9946db1ac5f2bd34a416dcc49beabd60079a71aef6728a071afb17f659abd0ab"
"url": "https://download.influxdata.com/influxdb/releases/v2.7.12/influxdb2-2.7.12-windows.zip",
"hash": "adb952c67eaeea742d81899367ec95defa26b47a0fa99dc773ab4de822e9072d"
}
},
"bin": "influxd.exe",
"checkver": {
"url": "https://portal.influxdata.com/versions.json",
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dl.influxdata.com/influxdb/releases/influxdb2-$version-windows.zip",
"url": "https://download.influxdata.com/influxdb/releases/v$version/influxdb2-$version-windows.zip",
"hash": {
"url": "https://portal.influxdata.com/versions.json",
"url": "https://www.influxdata.com/versions.json",
"jsonpath": "$.influxdb2.downloads[?(@.platform =~ /^Windows/)].sha256"
}
}

View File

@ -1,16 +1,16 @@
{
"version": "0.50.12",
"version": "0.50.13",
"description": "Kubernetes Clusters manager",
"homepage": "https://github.com/derailed/k9s",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/derailed/k9s/releases/download/v0.50.12/k9s_Windows_amd64.zip",
"hash": "43fb3d3b9bdf98d09b9f16e3ec88c2f6b33a16713b7c2fc9832b9ff38b44acca"
"url": "https://github.com/derailed/k9s/releases/download/v0.50.13/k9s_Windows_amd64.zip",
"hash": "9a0527ccf9aefffe23ad5d076346fed99ed3b897196f5a03efed20805f0981d6"
},
"arm64": {
"url": "https://github.com/derailed/k9s/releases/download/v0.50.12/k9s_Windows_arm64.zip",
"hash": "9032d0de5613709747a2f64b341d4518d8a1ba362a011916676836860f8da49f"
"url": "https://github.com/derailed/k9s/releases/download/v0.50.13/k9s_Windows_arm64.zip",
"hash": "10fd09a133f2684b3ba3d26b01957311b9bd2d7d3426251692cd9b91e9f0502e"
}
},
"bin": "k9s.exe",

View File

@ -1,12 +1,12 @@
{
"version": "1.53.5",
"version": "1.54.0",
"description": "Language Server Implementation for Luau",
"homepage": "https://github.com/JohnnyMorganz/luau-lsp",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.53.5/luau-lsp-win64.zip",
"hash": "48a26bf493c746ae18464697caf5be12e9af110905a3c459faa266069b327e20"
"url": "https://github.com/JohnnyMorganz/luau-lsp/releases/download/1.54.0/luau-lsp-win64.zip",
"hash": "aec0c5745860be744e03fdb15c8533beaad3a28e5c31ffc352cc907947b5669a"
}
},
"bin": "luau-lsp.exe",

View File

@ -1,18 +1,18 @@
{
"version": "6.0.2",
"version": "6.0.4",
"description": "UNIX-like reverse engineering framework and command-line toolset",
"homepage": "https://www.radare.org/n/radare2.html",
"license": "LGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/radareorg/radare2/releases/download/6.0.2/radare2-6.0.2-w64.zip",
"hash": "590e50ba1e251ddd36a07f21de0bcae68ccc9874cb0f266d47a6529528c774c1",
"extract_dir": "radare2-6.0.2-w64"
"url": "https://github.com/radareorg/radare2/releases/download/6.0.4/radare2-6.0.4-w64.zip",
"hash": "43f133563e9611ed69c4ee295dbd4eb8ff39b154585b56fcf0e33e3568b81fa6",
"extract_dir": "radare2-6.0.4-w64"
},
"32bit": {
"url": "https://github.com/radareorg/radare2/releases/download/6.0.2/radare2-6.0.2-w32.zip",
"hash": "a308a4ffc5106ebec0e207ac9329bfaa373862370a7e9cc783eb165b611feb80",
"extract_dir": "radare2-6.0.2-w32"
"url": "https://github.com/radareorg/radare2/releases/download/6.0.4/radare2-6.0.4-w32.zip",
"hash": "2b95cab27750960d0509c9d0403d1ce904d8cf65061252c7a2b7c6b652180e1e",
"extract_dir": "radare2-6.0.4-w32"
}
},
"bin": [

View File

@ -1,18 +1,18 @@
{
"version": "3.3.2",
"version": "3.3.3",
"description": "Display and control your Android device",
"homepage": "https://github.com/Genymobile/scrcpy",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.3.2/scrcpy-win64-v3.3.2.zip",
"hash": "8f7b19371657b872e271e6b02a0c758c61c6e31e032e9df55a83aa3aab960bfa",
"extract_dir": "scrcpy-win64-v3.3.2"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.3.3/scrcpy-win64-v3.3.3.zip",
"hash": "4b458d33d0436688c69875cd267cae6fa8be08aa3c17772edf3a940a3dc4b17e",
"extract_dir": "scrcpy-win64-v3.3.3"
},
"32bit": {
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.3.2/scrcpy-win32-v3.3.2.zip",
"hash": "cff2bbebdcfe14a023b77cd601fc4420b5631b19bd4b09ce4dcd4e5bf8e63244",
"extract_dir": "scrcpy-win32-v3.3.2"
"url": "https://github.com/Genymobile/scrcpy/releases/download/v3.3.3/scrcpy-win32-v3.3.3.zip",
"hash": "e3d43e21c0bd6e070381c390c1e4cccd48a1e71ae73a8c217e6e6b8506598c79",
"extract_dir": "scrcpy-win32-v3.3.3"
}
},
"bin": [