Merge pull request #38 from tosrevive/lw_change_package_mirror

Change package mirror to one that is live
This commit is contained in:
Minexew
2019-09-05 06:50:35 +02:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@
#define PKG_VERSION 11
static U8* PKG_BASE_URL = "http://shrineupd.clanweb.eu/packages";
static U8* PKG_BASE_URL = "http://shrine.lanceward.net/packages";
static U8* PKG_LOCAL_REPO = "::/Misc/Packages";
static U8* PKG_TMP_DIR = "::/Tmp/PkgTmp";