Skip to content

Commit

Permalink
Manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Nov 22, 2024
1 parent 81d2ff1 commit 4e0be98
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions bucket/arrowdl.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/gog-downloader.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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 .'",
Expand Down
6 changes: 3 additions & 3 deletions bucket/regcool.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "2.015",
"version": "2.016",
"description": "Advanced registry editor for Windows",
"homepage": "https://kurtzimmermann.com/",
"license": "Freeware",
"notes": "RegCool Portable has an updating mechanism included, but it IS disabled by default.",
"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 }",
Expand Down

0 comments on commit 4e0be98

Please sign in to comment.