From 79c1288c2a7ff1a3daf562e0bf52bece17e8680f Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 11:57:25 +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 dfc243ca69f8a2ed7696d6804157cb18d5ab8f8b Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 11:58:24 +0200 Subject: [PATCH 2/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 a22b35fa2ea6a7d8101de83e2b9373b2a713e5c3 Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 11:59:20 +0200 Subject: [PATCH 3/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 1e7c83bb0808031506e81b4173c31f805a82117b Mon Sep 17 00:00:00 2001 From: plata Date: Sun, 22 Apr 2018 11:59:54 +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")