diff --git a/bucket/arrowdl.json b/bucket/arrowdl.json index 35d88f1..3ea8969 100644 --- a/bucket/arrowdl.json +++ b/bucket/arrowdl.json @@ -1,5 +1,5 @@ { - "version": "4.0.2", + "version": "4.0.3", "description": "Standalone recreation of DownThemAll! on Qt6", "homepage": "https://github.com/setvisible/ArrowDL", "license": "LGPL-3.0-only", @@ -9,8 +9,8 @@ ], "architecture": { "64bit": { - "url": "https://github.com/setvisible/ArrowDL/releases/download/v4.0.2/ArrowDL_v4.0.2_windows-mingw-x64.zip", - "hash": "1b66a4cd451769e18f26e1d689f01608ee8defac77a74b1317954d325473a8ee" + "url": "https://github.com/setvisible/ArrowDL/releases/download/v4.0.3/ArrowDL_v4.0.3_windows-mingw-x64.zip", + "hash": "9643f57c39ac6ed641177296ab367e2525aae6976f5a9d561c7f9a8b1b109392" } }, "installer": { diff --git a/bucket/gog-downloader.json b/bucket/gog-downloader.json index d84ae70..b569540 100644 --- a/bucket/gog-downloader.json +++ b/bucket/gog-downloader.json @@ -1,5 +1,5 @@ { - "version": "1.6.6", + "version": "1.6.8", "description": "Easily download your GOG games to a storage of your choice", "homepage": "https://github.com/RikudouSage/GogDownloader", "depends": "php", @@ -8,8 +8,8 @@ "Run the gog-downloader command to view usage instructions or to start using it.", "Make sure that the OpenSSL extension is enabled in php.ini!" ], - "url": "https://github.com/RikudouSage/GogDownloader/releases/download/v1.6.6/gog-downloader", - "hash": "5f9ec37ac9b47957d01498a313c8bdb9686e57721e2d091f383e3d2535754564", + "url": "https://github.com/RikudouSage/GogDownloader/releases/download/v1.6.8/gog-downloader", + "hash": "92e3a37e86b8f707096926060a0b60cc15ee9a23aa744e7a52ac7081db99184b", "pre_install": [ "Set-Content \"$dir\\gog-downloader.bat\" '@echo off' -Encoding Ascii", "Add-Content \"$dir\\gog-downloader.bat\" 'pushd .'", diff --git a/bucket/regcool.json b/bucket/regcool.json index 64df1e4..4fa4ccc 100644 --- a/bucket/regcool.json +++ b/bucket/regcool.json @@ -1,5 +1,5 @@ { - "version": "2.015", + "version": "2.016", "description": "Advanced registry editor for Windows", "homepage": "https://kurtzimmermann.com/", "license": "Freeware", @@ -7,11 +7,11 @@ "architecture": { "64bit": { "url": "https://kurtzimmermann.com/files/RegCoolX64.zip", - "hash": "8fde37cf66024eb68be3c0e34125540f855626935f1cffc0fb7409f3ba343870" + "hash": "ec60714ad50528afe760b03ad6ef3825c9a18b6c0bb6fc98191db6a2f7baea62" }, "32bit": { "url": "https://kurtzimmermann.com/files/RegCoolX32.zip", - "hash": "dbf17b91b829d18f40b327f6d0bc92151cca0553045c2cd2ea8b280ca7082adb" + "hash": "50528c5c9a05c5e735ade08b027f7ff4a2e24b86b56093857e55966e24f28072" } }, "pre_install": "if (!(Test-Path \"$persist_dir\\Settings\")) { New-Item -ItemType Directory \"$dir\\Settings\" | Out-Null }",