1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-19 12:11:40 +02:00

add ripme-2.0.1 sha256sum

This commit is contained in:
soloturn
2021-12-26 13:15:29 +01:00
parent c653c7f016
commit 26aaa2a9c3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"currentHash": "8f51271e5a9e138a9d7f7febe11809619a28e7272cb231fed9b4a6faef88e8b6",
"currentHash": "9eb4d095293653898eeecdf8cbf033a9c6a37c70e8da38a0f07029d86aa15745",
"changeList": [
"2.0.1: Fixed reddit, tujigu, xhamster, imagebam; marked some tests as flaky.",
"2.0.0: Fixed Zizki, WordpressComics, Imagebam; marked some tests as flaky ",
"1.7.95: Added porncomixinfo.net; Fixed ripper for HentaiNexus; move l option to before r and R; marked some tests as flaky ",
"1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js",

View File

@@ -44,7 +44,7 @@ public class UpdateUtils {
private static JSONObject ripmeJson;
private static String getUpdateJarURL(String latestVersion) {
return "https://github.com/" + REPO_NAME + "/releases/download/latest-" + latestVersion + "/ripme"+ latestVersion + ".jar";
return "https://github.com/" + REPO_NAME + "/releases/download/latest/ripme"+ latestVersion + ".jar";
}
public static String getThisJarVersion() {