Skip to content

Commit

Permalink
add ripme-2.0.2 sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
soloturn committed Dec 26, 2021
1 parent 26aaa2a commit 41fc473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ripme.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"currentHash": "9eb4d095293653898eeecdf8cbf033a9c6a37c70e8da38a0f07029d86aa15745",
"latestVersion": "2.0.2",
"currentHash": "0e543535f274b60c2d391163f8a53344293a61e118bcf840819facce5ca7e714",
"changeList": [
"2.0.1: Fixed reddit, tujigu, xhamster, imagebam; marked some tests as flaky.",
"2.0.2: Add greek translation, fixed reddit, redgif.",
"2.0.1: Fixed reddit, tujigu, xhamster, imagebam, erome; 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",
Expand Down Expand Up @@ -268,6 +270,5 @@
"1.0.4: Fixed spaces-in-directory bug",
"1.0.3: Added VK.com ripper",
"1.0.1: Added auto-update functionality"
],
"latestVersion": "1.7.95"
]
}
2 changes: 1 addition & 1 deletion src/main/java/com/rarchives/ripme/ui/UpdateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -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/ripme"+ latestVersion + ".jar";
return "https://github.com/" + REPO_NAME + "/releases/download/"+ latestVersion + "/ripme"+ latestVersion + ".jar";
}

public static String getThisJarVersion() {
Expand Down

0 comments on commit 41fc473

Please sign in to comment.