diff --git a/bucket/bat-to-exe-converter.json b/bucket/bat-to-exe-converter.json deleted file mode 100644 index de51f81..0000000 --- a/bucket/bat-to-exe-converter.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "3.2.0.0", - "description": "f2ko's Bat to Exe Converter, does what it says on the tin", - "homepage": "https://www.f2ko.de/programme/bat-to-exe-converter", - "license": "Freeware", - "url": "https://revoltcars.xyz/holes/Bat_To_Exe_Converter_Portable.7z", - "hash": "db0afb64da868ec95e72b5f450467951524aba7d219764459e100fac9ed0a7f9", - "pre_install": [ - "if (!(Test-Path \"$persist_dir\\settings\")) { New-Item \"$dir\\settings\" | Out-Null }", - "if ($architecture -eq '64bit') {", - " Remove-Item \"$dir\\Bat_To_Exe_Converter.exe\"", - " Rename-Item \"$dir\\Bat_To_Exe_Converter_(x64).exe\" -NewName \"$dir\\Bat_To_Exe_Converter.exe\"", - "}", - "elseif ($architecture -eq '32bit') {", - " Remove-Item \"$dir\\Bat_To_Exe_Converter_(x64).exe\"", - "}" - ], - "bin": "Bat_To_Exe_Converter.exe", - "shortcuts": [ - [ - "Bat_To_Exe_Converter.exe", - "Bat To Exe Converter" - ] - ], - "persist": "settings" -} diff --git a/bucket/sizer.json b/bucket/sizer.json index decc82b..2588ea5 100644 --- a/bucket/sizer.json +++ b/bucket/sizer.json @@ -3,7 +3,7 @@ "description": "Software for saving and retrieving window sizes and positions on a per-window basis", "license": "Freeware", "version": "4.0_dev640", - "url": "https://revoltcars.xyz/holes/sizer4_dev640.zip", + "url": "https://www.brianapps.net/sizer4/sizer4_dev640.zip", "hash": "1e6560e2040f929503372f74ba93b521d9c2c90bc4667a9696b04e28d1044f1a", "shortcuts": [ [ diff --git a/bucket/swyh-rs.json b/bucket/swyh-rs.json index db1eb55..2b4741c 100644 --- a/bucket/swyh-rs.json +++ b/bucket/swyh-rs.json @@ -1,5 +1,5 @@ { - "version": "1.11.2", + "version": "1.11.3", "description": "Stream What You Hear, re-implemented in Rust", "homepage": "https://github.com/dheijl/swyh-rs", "license": "MIT", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/dheijl/swyh-rs/releases/download/1.11.2/swyh-rs-release.zip", - "hash": "b7b58ea05173374e5445edb492290fdb3e13344a60f7204625cedf366526ae4c" + "url": "https://github.com/dheijl/swyh-rs/releases/download/1.11.3/swyh-rs-release.zip", + "hash": "9295bbad9804528b0355a4973beb03b6f5b4a16eb03b882a93a059fe9d0d29c7" } }, "bin": "swyh-rs-cli.exe", diff --git a/bucket/xbox-soundtrack-editor.json b/bucket/xbox-soundtrack-editor.json deleted file mode 100644 index 8211eca..0000000 --- a/bucket/xbox-soundtrack-editor.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.9.7", - "description": "Old program for uploading music to an Xbox soundtracks database via FTP", - "homepage": "https://www.xbox-hq.com/html/article125.html", - "license": "Freeware", - "url": "https://revoltcars.xyz/holes/8043-xboxst097.zip", - "hash": "68f34dc5c5cfde97417af43a1da76b57b00fc23fd828b48bbd26c8bffe737316", - "pre_install": "if (!(Test-Path \"$persist_dir\\XBOXST.cfg\")) { New-Item \"$dir\\XBOXST.cfg\" | Out-Null }", - "shortcuts": [ - [ - "XBOXST.exe", - "XBOX Soundtrack Editor" - ] - ], - "persist": "XBOXST.cfg" -}