From b90eb076a6c7a30c22f5bfdf9e4f8e75088069e3 Mon Sep 17 00:00:00 2001 From: "Eugene E. Kashpureff Jr" Date: Sat, 14 May 2016 20:27:41 +0000 Subject: [PATCH] Change VERSION_URL for 6.0 release * Move to the /release/ directory, where releases will be posted * Switch back to HTTP until the issues with HTTPClient are resolved --- .../java/net/sourceforge/subsonic/service/VersionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsonic-main/src/main/java/net/sourceforge/subsonic/service/VersionService.java b/subsonic-main/src/main/java/net/sourceforge/subsonic/service/VersionService.java index 51d95918..8d2b2d54 100644 --- a/subsonic-main/src/main/java/net/sourceforge/subsonic/service/VersionService.java +++ b/subsonic-main/src/main/java/net/sourceforge/subsonic/service/VersionService.java @@ -69,7 +69,7 @@ public class VersionService { /** * URL from which to fetch latest versions. */ - private static final String VERSION_URL = "https://libresonic.org/backend/version.view"; + private static final String VERSION_URL = "http://libresonic.org/release/version.txt"; public void init() { ServiceLocator.setVersionService(this);