From 4b13aa5acd3a4c7985bf4eb3175e6a975ae8805b Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 12:02:15 +0200 Subject: [PATCH 1/4] Update luna Verb --- Engines/Wine/Verbs/luna/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Engines/Wine/Verbs/luna/script.js b/Engines/Wine/Verbs/luna/script.js index f95309544c..1d8e642a1f 100644 --- a/Engines/Wine/Verbs/luna/script.js +++ b/Engines/Wine/Verbs/luna/script.js @@ -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(); From 5d9927cc425cc9bae3bc51dd01be408f1f91fae5 Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 12:03:16 +0200 Subject: [PATCH 2/4] Update Prehistorik --- Applications/Games/Prehistorik/Online/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/Prehistorik/Online/script.js b/Applications/Games/Prehistorik/Online/script.js index 1a88bec50e..3054f636bb 100644 --- a/Applications/Games/Prehistorik/Online/script.js +++ b/Applications/Games/Prehistorik/Online/script.js @@ -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") From e8a0699a4236e7d722f3a03587f5c824ec289ddb Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 12:03:51 +0200 Subject: [PATCH 3/4] Update Prince of Persia --- Applications/Games/Prince Of Persia: Original/Online/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/Prince Of Persia: Original/Online/script.js b/Applications/Games/Prince Of Persia: Original/Online/script.js index 0df3db9f99..668ebf7001 100644 --- a/Applications/Games/Prince Of Persia: Original/Online/script.js +++ b/Applications/Games/Prince Of Persia: Original/Online/script.js @@ -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") From 42c323aae91ec89174eafdf4e660453365cffde9 Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 12:04:21 +0200 Subject: [PATCH 4/4] Update Xenon 2 --- Applications/Games/Xenon 2/Online/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Games/Xenon 2/Online/script.js b/Applications/Games/Xenon 2/Online/script.js index 801ef0e66f..e2554330f6 100644 --- a/Applications/Games/Xenon 2/Online/script.js +++ b/Applications/Games/Xenon 2/Online/script.js @@ -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")