Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update package server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
minexew committed Mar 1, 2020
1 parent e935f95 commit 75a5b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pkg/Pkg.HC
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define PKG_VERSION 11

static U8* PKG_BASE_URL = "http://shrineupd.clanweb.eu/packages";
static U8* PKG_BASE_URL = "http://update.shrine.systems/packages";
static U8* PKG_LOCAL_REPO = "::/Misc/Packages";
static U8* PKG_TMP_DIR = "::/Tmp/PkgTmp";

Expand Down

0 comments on commit 75a5b53

Please sign in to comment.