|
|
@ -224,7 +224,7 @@ public class VersionService { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private final String JSON_PATH = "$..tag_name"; |
|
|
|
private final static String JSON_PATH = "$..tag_name"; |
|
|
|
private final Pattern VERSION_REGEX = Pattern.compile("^v(.*)"); |
|
|
|
private final Pattern VERSION_REGEX = Pattern.compile("^v(.*)"); |
|
|
|
private static final String VERSION_URL = "https://api.github.com/repos/airsonic/airsonic/releases"; |
|
|
|
private static final String VERSION_URL = "https://api.github.com/repos/airsonic/airsonic/releases"; |
|
|
|
|
|
|
|
|
|
|
|