diff --git a/bucket/codec-tweak-tool.json b/bucket/codec-tweak-tool.json index 32e16eb..159252b 100644 --- a/bucket/codec-tweak-tool.json +++ b/bucket/codec-tweak-tool.json @@ -1,10 +1,10 @@ { - "version": "6.7.3", + "version": "6.7.4", "description": "A tool for managing Windows codecs and cleaning them up", "homepage": "https://codecguide.com/download_other.htm", "license": "Freeware", - "url": "https://files3.codecguide.com/CodecTweakTool_673.exe", - "hash": "e91748dff7fd72ba9333f26986ceea2b992be6ef77c48ea47dc30ec61ae2d33c", + "url": "https://files3.codecguide.com/CodecTweakTool_674.exe", + "hash": "983ac0b4aac86068159aebd8efc6367406d93f2015abd22a05110d87147fabef", "pre_install": "Get-ChildItem \"$dir\\CodecTweakTool_***.exe\" | Rename-Item -NewName \"$dir\\CodecTweakTool.exe\"", "shortcuts": [ [ diff --git a/bucket/persistent-windows.json b/bucket/persistent-windows.json new file mode 100644 index 0000000..06733bd --- /dev/null +++ b/bucket/persistent-windows.json @@ -0,0 +1,26 @@ +{ + "version": "5.59", + "description": "A poorly-named utility that persists window size and position for when display count or resolution changes occur", + "homepage": "https://github.com/kangyu-california/PersistentWindows", + "license": "GPL-3.0-only", + "notes": "Add and configure PersistentWindows as a scheduled task by running \"$dir\\auto_start_pw.bat\" as administrator.", + "url": "https://github.com/kangyu-california/PersistentWindows/releases/download/5.59/PersistentWindows5.59.zip", + "hash": "f82fbdc5296acfd0998ecde1afd1454a25ca34fd0e5ebdb0e335494bfec3de16", + "bin": "PersistentWindows.exe", + "shortcuts": [ + [ + "PersistentWindows.exe", + "PersistentWindows" + ] + ], + "post_install": [ + "$filePath = \"$dir\\auto_start_pw_aux.ps1\"", + "$content = Get-Content $filePath", + "$content = $content -replace '-splash=0', '-splash=0 -check_upgrade=0'", + "$content | Set-Content $filePath" + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/kangyu-california/PersistentWindows/releases/download/$version/PersistentWindows$version.zip" + } +} diff --git a/bucket/usbtreeview.json b/bucket/usbtreeview.json index d7a2975..9c70d33 100644 --- a/bucket/usbtreeview.json +++ b/bucket/usbtreeview.json @@ -1,16 +1,16 @@ { - "version": "4.4.3", + "version": "4.4.4", "description": "USB Device Tree Viewer is a lightweight utility that provides detailed technical information regarding all the USB devices you connected", "homepage": "https://www.uwe-sieber.de/usbtreeview_e.html", "license": "Freeware", "architecture": { "64bit": { "url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip", - "hash": "96664ad2dba9cdcdc55fbf98e189505ac59e69a81294ae614bf1ccf59b058756" + "hash": "37793a6e68bef1eaca538b31849d21014d978fa30bab75967f454d007afc37bb" }, "32bit": { "url": "https://www.uwe-sieber.de/files/UsbTreeView_Win32.zip", - "hash": "912a7e01eb92b851cf7b52d37f2fe41abbf43c8e4a983ee1422f26713809db34" + "hash": "39e3c393b18d98776773bbcb837210184e8e47515b2d264189d6b8759affc3e2" } }, "bin": "UsbTreeView.exe",