diff --git a/bucket/lessmsi.json b/bucket/lessmsi.json index e9dc80e200..c2a79eaeda 100644 --- a/bucket/lessmsi.json +++ b/bucket/lessmsi.json @@ -1,11 +1,17 @@ { - "homepage": "https://github.com/activescott/lessmsi/", - "description": "A tool to view and extract the contents of a Windows Installer (.msi) file.", + "homepage": "https://lessmsi.activescott.com", + "description": "Windows Installer (.msi) files content viewer and extractor.", "version": "1.6.91", "license": "MIT", - "hash": "2f9a9dfd0c0b0cfaf9c700b4659a4f2f3d11368e6c30a3fa0f93ecdd3b4d2e66", "url": "https://github.com/activescott/lessmsi/releases/download/v1.6.91/lessmsi-v1.6.91.zip", + "hash": "2f9a9dfd0c0b0cfaf9c700b4659a4f2f3d11368e6c30a3fa0f93ecdd3b4d2e66", "bin": "lessmsi.exe", + "shortcuts": [ + [ + "lessmsi-gui.exe", + "Less MSIƩrables" + ] + ], "checkver": { "github": "https://github.com/activescott/lessmsi" }, diff --git a/bucket/llvm.json b/bucket/llvm.json index 8655e71c9c..e4b8b09ced 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -21,6 +21,7 @@ "bin\\clang-check.exe", "bin\\clang-cl.exe", "bin\\clang-cpp.exe", + "bin\\clang-doc.exe", "bin\\clang-extdef-mapping.exe", "bin\\clang-format.exe", "bin\\clang-import-test.exe", @@ -30,6 +31,7 @@ "bin\\clang-refactor.exe", "bin\\clang-rename.exe", "bin\\clang-reorder-fields.exe", + "bin\\clang-scan-deps.exe", "bin\\clang-tidy.exe", "bin\\clang.exe", "bin\\clangd.exe", @@ -41,14 +43,18 @@ "bin\\lld-link.exe", "bin\\lld.exe", "bin\\lldb-argdumper.exe", + "bin\\lldb-instr.exe", "bin\\lldb-mi.exe", "bin\\lldb-vscode.exe", "bin\\lldb.exe", "bin\\llvm-ar.exe", "bin\\llvm-lib.exe", + "bin\\llvm-nm.exe", + "bin\\llvm-objcopy.exe", "bin\\llvm-objdump.exe", "bin\\llvm-ranlib.exe", "bin\\llvm-rc.exe", + "bin\\llvm-symbolizer.exe", "bin\\modularize.exe", "bin\\scan-build.bat", "bin\\wasm-ld.exe"