Skip to content

Commit 11fc8e2

Browse files
committed
add ripme-2.0.2 sha256sum
1 parent 26aaa2a commit 11fc8e2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ripme.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"currentHash": "9eb4d095293653898eeecdf8cbf033a9c6a37c70e8da38a0f07029d86aa15745",
2+
"latestVersion": "2.0.2",
3+
"currentHash": "0e543535f274b60c2d391163f8a53344293a61e118bcf840819facce5ca7e714",
34
"changeList": [
4-
"2.0.1: Fixed reddit, tujigu, xhamster, imagebam; marked some tests as flaky.",
5+
"2.0.2: Add greek translation, fixed reddit, redgif.",
6+
"2.0.1: Fixed reddit, tujigu, xhamster, imagebam, erome; marked some tests as flaky.",
57
"2.0.0: Fixed Zizki, WordpressComics, Imagebam; marked some tests as flaky ",
68
"1.7.95: Added porncomixinfo.net; Fixed ripper for HentaiNexus; move l option to before r and R; marked some tests as flaky ",
79
"1.7.94: Added reddit gallery support; Fixed AllporncomicRipper; Fix imagefap ripper; instagramRipper, replaced Nashorn with GraalVM.js",
@@ -268,6 +270,5 @@
268270
"1.0.4: Fixed spaces-in-directory bug",
269271
"1.0.3: Added VK.com ripper",
270272
"1.0.1: Added auto-update functionality"
271-
],
272-
"latestVersion": "1.7.95"
273+
]
273274
}

src/main/java/com/rarchives/ripme/ui/UpdateUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public class UpdateUtils {
4444
private static JSONObject ripmeJson;
4545

4646
private static String getUpdateJarURL(String latestVersion) {
47-
return "https://github.com/" + REPO_NAME + "/releases/download/latest/ripme"+ latestVersion + ".jar";
47+
return "https://github.com/" + REPO_NAME + "/releases/download/"+ latestVersion + "/ripme-"+ latestVersion + ".jar";
4848
}
4949

5050
public static String getThisJarVersion() {

0 commit comments

Comments
 (0)