Skip to content

Commit

Permalink
sordum: Fix download urls (dnsjumper, restart-explorer, sendto-menu-e…
Browse files Browse the repository at this point in the history
…ditor)
  • Loading branch information
aliesbelik committed Dec 2, 2024
1 parent 067c8bd commit dc8e0d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bucket/dnsjumper.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/dns-jumper/DnsJumper.zip",
"hash": "420440dafccced5bc2b30d859471d3a605e1613f1a2c3af2c9e3e9ad1f275314",
"url": "https://www.sordum.org/files/download/dns-jumper/DnsJumper.zip",
"hash": "d8e71939e61ad820e6b8c05b2f7da1f2615f710a0af7a518146641be742d0683",
"extract_dir": "DnsJumper",
"bin": "dnsjumper.exe",
"shortcuts": [
Expand All @@ -22,6 +22,6 @@
"regex": ";DnsJumper\\|([\\d.]+)\\|\\d"
},
"autoupdate": {
"url": "https://www.sordum.org/files/dns-jumper/DnsJumper.zip"
"url": "https://www.sordum.org/files/download/dns-jumper/DnsJumper.zip"
}
}
6 changes: 3 additions & 3 deletions bucket/restart-explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer.zip",
"hash": "9504f46d7badbcb5b849317a838000e6d0090a42f921e8d242dba98ee23ad2fd",
"url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer_v1.7.zip",
"hash": "0cd4fe0ee1d9f87a4635ff3742ef656b31cb04c0b6fa782febec6b2c687ae88c",
"extract_dir": "Rexplorer",
"pre_install": [
"if ($architecture -eq '32bit') {Remove-Item \"$dir\\Rexplorer_x64.exe\"}",
Expand All @@ -22,6 +22,6 @@
],
"checkver": "Restart\\sExplorer\\sv([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer.zip"
"url": "https://www.sordum.org/files/download/restart-explorer/Rexplorer_v$version.zip"
}
}
4 changes: 2 additions & 2 deletions bucket/sendto-menu-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"identifier": "Freeware",
"url": "https://www.sordum.org/eula/"
},
"url": "https://www.sordum.org/files/sendto-menu-editor/SendToEditor.zip",
"url": "https://www.sordum.org/files/download/sendto-menu-editor/SendToEditor.zip",
"hash": "56a658134b2fda265ef68377e8056c6bb95dfe617ee98b1ece374fed8401afbe",
"extract_dir": "SendToEditor",
"architecture": {
Expand All @@ -27,6 +27,6 @@
"persist": "SendToEditor.ini",
"checkver": "SendTo\\sMenu\\sEditor\\sv([\\d.]+)",
"autoupdate": {
"url": "https://www.sordum.org/files/sendto-menu-editor/SendToEditor.zip"
"url": "https://www.sordum.org/files/download/sendto-menu-editor/SendToEditor.zip"
}
}

0 comments on commit dc8e0d9

Please sign in to comment.