Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Applications/Games/Prehistorik/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var installerImplementation = {
.editor("Titus")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/historik.zip")
.url("https://repository.playonlinux.com/divers/oldware/historik.zip")
.checksum("62a21d0dfcd68ae61646e1bc5b1c4a03b3e1091f")
.category("Games")
.wineVersion("1.8.6-dos_support")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var installerImplementation = {
.editor("Broderbund Softwared")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/prince.zip")
.url("https://repository.playonlinux.com/divers/oldware/prince.zip")
.checksum("6c4148233f840011715c351c399d35b0fc716ae7")
.category("Games")
.wineVersion("1.8.6-dos_support")
Expand Down
2 changes: 1 addition & 1 deletion Applications/Games/Xenon 2/Online/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var installerImplementation = {
.editor("")
.applicationHomepage("")
.author("Quentin PÂRIS")
.url("http://repository.playonlinux.com/divers/oldware/Xenon2.zip")
.url("https://repository.playonlinux.com/divers/oldware/Xenon2.zip")
.checksum("9b61e88cad02f663e76fe40a379319a4956546c2")
.category("Games")
.wineVersion("1.8.6-dos_support")
Expand Down
4 changes: 2 additions & 2 deletions Engines/Wine/Verbs/luna/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ include(["utils", "functions", "net", "resource"]);
Wine.prototype.luna = function () {
var lunaStyle = new Resource()
.wizard(this._wizard)
.url("http://repository.playonlinux.com/divers/luna.msstyles")
.url("https://repository.playonlinux.com/divers/luna.msstyles")
.checksum("50a71767f90c1d3d86ca188a84393f2d39664311")
.name("luna.msstyles")
.get();

var lunaReg = new Resource()
.wizard(this._wizard)
.url("http://repository.playonlinux.com/divers/luna.reg")
.url("https://repository.playonlinux.com/divers/luna.reg")
.checksum("074e655d391ae87527f4cc50ba822a8aad83a09f")
.name("luna.reg")
.get();
Expand Down