Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
588798a
Use GitHub for checkver as the old URL blocks bots with Cloudflare
o-l-a-v Oct 16, 2025
7d5e20e
Deprecate authy
o-l-a-v Oct 16, 2025
dd7c321
Deprecate betaflight-blackbox-explorer
o-l-a-v Oct 16, 2025
8943d42
Update, change to innosetup, and fix checkver
o-l-a-v Oct 16, 2025
07958bc
Change shortcut name to match project name
o-l-a-v Oct 16, 2025
18a7dbe
Add purge logic
o-l-a-v Oct 16, 2025
c251e96
Deprecate cider
o-l-a-v Oct 16, 2025
551ee47
Fixed clementine new non-standard version number
o-l-a-v Oct 16, 2025
5a5992e
Updated and fixed checkver
o-l-a-v Oct 16, 2025
3e4c7d1
Fixed checkver to exclude beta releases not marked as prereleases on …
o-l-a-v Oct 16, 2025
2a900a4
Updated, fixed license and checkver
o-l-a-v Oct 16, 2025
d94eed1
Updated and fixed checkver
o-l-a-v Oct 16, 2025
48337e5
Both checkver and downloading is blocked by Cloudflare
o-l-a-v Oct 16, 2025
0525f62
Made checkver exclude prereleases not marked as such + fixed order of…
o-l-a-v Oct 16, 2025
7bc6ed2
Fixed typo pointed out by CodeRabbit
o-l-a-v Oct 16, 2025
9be9910
Deprecate
o-l-a-v Oct 16, 2025
20114c1
Deprecate
o-l-a-v Oct 16, 2025
3c011ad
Fixed checkver, autoupdate and install. There is no "OutputForwarderV…
o-l-a-v Oct 16, 2025
cdbd8ab
Deprecated
o-l-a-v Oct 16, 2025
eccc429
Fixed checkver logic
o-l-a-v Oct 16, 2025
d2eadea
Updated and fixed checkver
o-l-a-v Oct 16, 2025
381104f
Fixed checkver and fixed homepage
o-l-a-v Oct 16, 2025
ec0242f
Updated and fixed checkver and autoupdate logic. Very uncommon and no…
o-l-a-v Oct 16, 2025
4060d54
fvim: Make manifest JSON schema compliant
o-l-a-v Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 10 additions & 22 deletions bucket/anythingllm.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"version": "1.7.3-r2",
"version": "1.9.0",
"description": "The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.",
"homepage": "https://anythingllm.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/v1.4.0/AnythingLLMDesktop.exe#/dl.7z",
"hash": "265b89855c776cc713ed2bc9bc878486a118460a11a60bea0e3f2aa76c07f9c2",
"url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop.exe#/dl.7z",
"hash": "ce51f3e82e77d8ae0f2501fe481b0d73ea79f1f1b28ef0c9dff43b3fdaa56370",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
"Remove-Item -Path \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
]
Comment thread
o-l-a-v marked this conversation as resolved.
},
"arm64": {
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/v1.4.0/AnythingLLMDesktop-Arm64.exe#/dl.7z",
"hash": "b21b7b5fcad87110e9bd880946ad69daf4601ede4ce8c24874147e19db0ee8df",
"url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.exe#/dl.7z",
"hash": "818a1b60b7c336830937441dd6de365cd40057040a80e281622f7c3f2e2da9c1",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-arm64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\", \"$dir\\Unintall*\" -Recurse"
"Remove-Item -Path \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse"
]
Comment thread
o-l-a-v marked this conversation as resolved.
}
},
Expand All @@ -28,27 +28,15 @@
]
],
"checkver": {
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/latest",
"script": [
"$response = (Invoke-WebRequest -Uri $url -UseBasicParsing -Method Head).BaseResponse",
"$release = if ($response.RequestMessage) {",
" $response.RequestMessage.RequestUri.Segments[-1]",
"} else {",
" $response.ResponseUri.Segments[-1]",
"}",
"$version_txt = 'https://github.com/Mintplex-Labs/anything-llm/releases/download/' + $release + '/version.txt'",
"$version = (Invoke-RestMethod -Uri $version_txt -UseBasicParsing).Trim()",
"Write-Output $version $release"
],
"regex": "(\\S+) (?<release>\\S+)"
"github": "https://github.com/Mintplex-Labs/anything-llm"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/$matchRelease/AnythingLLMDesktop.exe#/dl.7z"
"url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/Mintplex-Labs/anything-llm/releases/download/$matchRelease/AnythingLLMDesktop-Arm64.exe#/dl.7z"
"url": "https://cdn.anythingllm.com/latest/AnythingLLMDesktop-Arm64.exe#/dl.7z"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions bucket/autohotkey.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"script": "Start-Process \"$dir\\UX\\AutoHotkeyUX.exe\" -ArgumentList @('/script', \"`\"$dir\\UX\\install.ahk`\"\", '/uninstall', '/silent') -Wait"
},
"checkver": {
"url": "https://www.autohotkey.com/download/2.0/version.txt",
"regex": "([\\d.]+)"
"github": "https://github.com/AutoHotkey/AutoHotkey"
},
"autoupdate": {
"url": "https://github.com/AutoHotkey/AutoHotkey/releases/download/v$version/AutoHotkey_$version.zip",
Expand Down
12 changes: 6 additions & 6 deletions bucket/chef-workstation.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "23.12.1055",
"version": "25.9.1094",
"description": "Chef Workstation is Chef's modern developer tool kit that includes Chef Infra, InSpec and Habitat plus a host of resources, helpers and testing tools that make automating infrastructure, application and security testing easier than ever. Chef Workstation supercedes ChefDK.",
"homepage": "https://www.chef.io",
"license": {
"identifier": "Proprietary, BSD-2-Clause, MPL-2.0, Apache-2.0, BSD-3-Clause, MIT, Public Domain, OpenSSL, GPL-2.0, GPL-3.0, Zlib, ...",
"identifier": "Proprietary",
"url": "https://www.chef.io/end-user-license-agreement/"
},
"architecture": {
"64bit": {
"url": "https://packages.chef.io/files/stable/chef-workstation/23.12.1055/windows/2022/chef-workstation-23.12.1055-1-x64.msi",
"hash": "71e42c1a766330940a61e72ff8e0f2b6e7b6fbbb65d19eb782236a89b115830a"
"url": "https://packages.chef.io/files/stable/chef-workstation/25.9.1094/windows/2022/chef-workstation-25.9.1094-1-x64.msi",
"hash": "5c9b44efad5f2c71353048edd2d7e3079a316de5a96a1828d911e3093d3341e6"
}
},
"extract_dir": "opscode",
Expand All @@ -22,8 +22,8 @@
]
],
"checkver": {
"url": "https://www.chef.io/downloads/tools/workstation",
"regex": "/stable/chef-workstation/([\\d.]+)/windows/"
"url": "https://docs.chef.io/release_notes_workstation/",
"regex": "Chef Workstation ([\\d.]+)"
},
"autoupdate": {
"architecture": {
Expand Down
21 changes: 17 additions & 4 deletions bucket/classic-volume-mixer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"version": "2.4",
"version": "24.09.1",
"description": "In Windows 11 the old volume mixer was \"removed\" and instead a new mixer was added to the settings app.",
"homepage": "https://github.com/popeen/Classic-Volume-Mixer",
"license": "MIT",
"url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/v2.4/ClassicVolumeMixer.exe",
"hash": "a2b2c8bbd8e28556b64a627b5732fc191439229b079737d7e841d13f93f5c7f6",
"url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/24.09.1/setup.exe",
"hash": "27c09ecc64aefb7d4a0ff0ecbd6b224a9deab3d5f29dc56e5f66a374fa5e0f46",
"innosetup": true,
"shortcuts": [
[
"ClassicVolumeMixer.exe",
"ClassicVolumeMixer"
]
],
"post_uninstall": [
"if ($purge) {",
" $Files = [string[]](",
" ('{0}\\ClassicVolumeMixerSettings.json' -f $env:APPDATA)",
" )",
" $Files.ForEach{",
" if ([System.IO.File]::Exists($_)) {",
" $null = [System.IO.File]::Delete($_)",
" }",
" }",
"}"
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/v$version/ClassicVolumeMixer.exe"
"url": "https://github.com/popeen/Classic-Volume-Mixer/releases/download/$version/setup.exe"
}
}
10 changes: 6 additions & 4 deletions bucket/clementine.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.3.1",
"version": "1.4.1-58-gbae968a2f",
"description": "A modern music player and library organizer.",
"homepage": "https://www.clementine-player.org/",
"license": "GPL-3.0-only",
"url": "https://github.com/clementine-player/Clementine/releases/download/1.3.1/ClementineSetup-1.3.1.exe#/dl.7z",
"hash": "8ebf4808de874c0fe6a71a5953a3d302cb6348e6ca45dcc268fb4e5c641eddf0",
"url": "https://github.com/clementine-player/Clementine/releases/download/1.4.1-58-gbae968a2f/ClementineSetup-1.4.1-58-gbae968a2f.exe#/dl.7z",
"hash": "6bc5d162c03a052bd956b64e7d346ff9afa07b177267fa5b301231bfef47c5d9",
"bin": "clementine.exe",
"shortcuts": [
[
Expand All @@ -13,7 +13,9 @@
]
],
"checkver": {
"github": "https://github.com/clementine-player/Clementine"
"url": "https://api.github.com/repos/clementine-player/Clementine/releases/latest",
"jsonpath": "$.tag_name",
"regex": "([\\d.]+-[a-z0-9-]+)"
},
"autoupdate": {
"url": "https://github.com/clementine-player/Clementine/releases/download/$version/ClementineSetup-$version.exe#/dl.7z"
Expand Down
5 changes: 3 additions & 2 deletions bucket/color-sustainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.05",
"description": "An ICC profile enforcer.",
"homepage": "https://www.guru3d.com/files-details/color-sustainer-download.html",
"homepage": "https://www.guru3d.com/download/color-sustainer-download",
"license": "Unknown",
"url": "https://ftp.nluug.nl/pub/games/PC/guru3d/colorsustainer/Color%20Sustainerv105-%5BGuru3D.com%5D.zip",
"hash": "b9b850b38185d6b336306b870da396902293d5b15bf4863a0cf6e599ba18b162",
Expand All @@ -13,7 +13,8 @@
]
],
"checkver": {
"regex": "Download Color Sustainer ([\\d.]+)",
"script": "Invoke-RestMethod -Method 'Get' -Uri 'https://www.guru3d.com/download/color-sustainer-download'",
"regex": "Download Color Sustainer \\(ICC Profile Enforcer\\) v([\\d.]+[\\d])",
"reverse": true
},
"autoupdate": {
Expand Down
9 changes: 8 additions & 1 deletion bucket/compactgui.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"CompactGUI"
]
],
"checkver": "github",
"checkver": {
"script": [
"(Invoke-RestMethod -Method 'Get' -Uri 'https://api.github.com/repos/ImminentFate/CompactGUI/releases').'tag_name'.Where{",
" $_ -match '(^v[\\d.]+[\\d]$)'",
"}[0]"
],
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/ImminentFate/CompactGUI/releases/download/v$version/CompactGUI.exe",
"hash": {
Expand Down
8 changes: 4 additions & 4 deletions bucket/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "2.1.1",
"version": "2.6.0",
"description": "A command-line utility that creates projects from project templates.",
"homepage": "https://github.com/cookiecutter/cookiecutter",
"license": "BSD-3-Clause",
"depends": "python",
"url": "https://files.pythonhosted.org/packages/py2.py3/c/cookiecutter/cookiecutter-2.1.1-py2.py3-none-any.whl",
"hash": "9f3ab027cec4f70916e28f03470bdb41e637a3ad354b4d65c765d93aad160022",
"url": "https://files.pythonhosted.org/packages/py3/c/cookiecutter/cookiecutter-2.6.0-py3-none-any.whl",
"hash": "a54a8e37995e4ed963b3e82831072d1ad4b005af736bb17b99c2cbd9d41b6e2d",
"installer": {
"script": [
"Push-Location \"$dir\"",
Expand All @@ -24,6 +24,6 @@
"bin": "cookiecutter\\Scripts\\cookiecutter.exe",
"checkver": "github",
"autoupdate": {
"url": "https://files.pythonhosted.org/packages/py2.py3/c/cookiecutter/cookiecutter-$version-py2.py3-none-any.whl"
"url": "https://files.pythonhosted.org/packages/py3/c/cookiecutter/cookiecutter-$version-py3-none-any.whl"
}
}
11 changes: 9 additions & 2 deletions bucket/debugtron.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.5.0",
"homepage": "https://github.com/pd4d10/debugtron",
"description": "An app to debug in-production Electron-based apps.",
"homepage": "https://github.com/pd4d10/debugtron",
"license": "MIT",
"architecture": {
"64bit": {
Expand All @@ -15,7 +15,14 @@
"Debugtron"
]
],
"checkver": "github",
"checkver": {
"script": [
"(Invoke-RestMethod -Method 'Get' -Uri 'https://api.github.com/repos/pd4d10/debugtron/releases').'tag_name'.Where{",
" $_ -match '(^v[\\d.]+[\\d]$)'",
"}[0]"
],
"regex": "([\\d.]+)"
},
Comment thread
o-l-a-v marked this conversation as resolved.
"autoupdate": {
"architecture": {
"64bit": {
Expand Down
42 changes: 10 additions & 32 deletions bucket/debugviewpp.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,31 @@
{
"version": "1.8.0.103",
"version": "1.9.0.28",
"description": "Collect, view and filter application logs.",
"homepage": "https://github.com/CobaltFusion/DebugViewPP",
"license": "BSL-1.0",
"notes": "The 'OutputForwarderVSIX.vsix' is located at '$dir'.",
"architecture": {
"64bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/1.8.0.103-x64/DebugView%2B%2B.zip",
"hash": "35fe7bf1713e5ffc0d89fb00e58deae414165fe4e8e0326a09a63cb040818c7e"
},
"32bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v1.8.0.95/DebugView%2B%2B.zip",
"hash": "98d2c858271b69f8577c6225905413b0c13139f6edc55d4ac92c7c92e6de22e6"
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v1.9.0.28/debugviewpp-1.9.0.28-win64.zip",
"hash": "9581b77db285bfaaa2516e1d5fc2fb865ffb880e1d35dd07204dde88d0ccb8f8",
"extract_dir": "debugviewpp-1.9.0.28-win64/bin"
}
},
"bin": [
"DebugView++.exe",
[
"DebugView++.exe",
"DebugView"
],
"Debugviewpp.exe",
"DebugViewConsole.exe"
],
"shortcuts": [
[
"DebugView++.exe",
"DebugView++"
"Debugviewpp.exe",
"Debugview++"
]
Comment thread
o-l-a-v marked this conversation as resolved.
],
"checkver": {
"script": [
"try {",
" foreach ($tag in (Invoke-RestMethod https://api.github.com/repositories/14376430/releases).tag_name) {",
" if ($64 -and $32) { break }",
" if ($_ -clike '*-x64') { $64 = $tag } else { $32 = $tag }",
" }",
" $64, $32 -join ' '",
"}",
"catch { '' }"
],
"regex": "\\A(?<prefix64>v?)([\\d.]+)-x64 (?<prefix32>v?)(?<ver32>[\\d.]+)\\Z"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/$matchPrefix64$version-x64/DebugView%2B%2B.zip"
},
"32bit": {
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/$matchPrefix32$matchVer32/DebugView%2B%2B.zip"
"url": "https://github.com/CobaltFusion/DebugViewPP/releases/download/v$version/debugviewpp-$version-win64.zip",
"extract_dir": "debugviewpp-$version-win64/bin"
}
}
}
Expand Down
7 changes: 4 additions & 3 deletions bucket/duplicati.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.1.0.5_stable_2025-03-04",
"homepage": "https://www.duplicati.com/",
"description": "A free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
"homepage": "https://www.duplicati.com/",
"license": "MIT",
"notes": [
"If you want Dupilicati to run at the startup of your system, run: (requires administrator privileges)",
Expand Down Expand Up @@ -51,8 +51,9 @@
"}"
],
"checkver": {
"url": "https://github.com/duplicati/duplicati/tags",
"regex": "v(?<half>[\\d.]+)-([\\d.]+_stable_[\\d-]+)"
"url": "https://api.github.com/repos/duplicati/duplicati/releases/latest",
"jsonpath": "$.tag_name",
"regex": "v(.*)"
},
"autoupdate": {
"architecture": {
Expand Down
22 changes: 11 additions & 11 deletions bucket/fontforge.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"version": "20230101",
"version": "20251009",
"description": "A free (libre) font editor, which can create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats.",
"homepage": "https://fontforge.github.io",
"license": "GPL-3.0-or-later",
"url": "https://github.com/fontforge/fontforge/releases/download/20230101/FontForge-2023-01-01-Windows.exe",
"hash": "fc6eb57495e737025efb37ad6f1effad7fef47f19a8a5f2656705687e4f43162",
"url": "https://github.com/fontforge/fontforge/releases/download/20251009/FontForge-2025-10-09-Windows-x64.exe",
"hash": "548523f08834e344bda69abb759e30c0f84a1a5ef9a5e965eb946d86a11118a3",
"innosetup": true,
"bin": [
"fontforge.bat",
"bin/ffpython.exe"
],
"shortcuts": [
[
"run_fontforge.exe",
Expand All @@ -16,16 +20,12 @@
"FontForge console"
]
],
"bin": [
"fontforge.bat",
"bin/ffpython.exe"
],
"checkver": {
"github": "https://github.com/fontforge/fontforge",
"regex": "/download/(?<path>[\\d]{8}/FontForge-(?<year>[\\d]{4})-(?<month>[\\d]{2})-(?<day>[\\d]{2})-Windows(?<release>[-r\\d]*?).exe)",
"replace": "${year}${month}${day}${release}"
"url": "https://api.github.com/repos/fontforge/fontforge/releases/latest",
"jsonpath": "$.tag_name",
"regex": "(?<version>(?<year>\\d{4})(?<month>\\d{2})(?<day>\\d{2}))"
},
"autoupdate": {
"url": "https://github.com/fontforge/fontforge/releases/download/$matchPath"
"url": "https://github.com/fontforge/fontforge/releases/download/$version/FontForge-$matchYear-$matchMonth-$matchDay-Windows-x64.exe"
}
}
Loading