r3: GeoIP refresh 20260813 (Country/City + ASN-derived ISP db) on top of r2
This commit is contained in:
+3
-3
@@ -16,11 +16,11 @@ set -euo pipefail
|
||||
# ---------------------------------------------------------------------------
|
||||
# Config
|
||||
# ---------------------------------------------------------------------------
|
||||
RELEASE_NAME="XUI_1.5.13-r2.zip"
|
||||
RELEASE_NAME="XUI_1.5.13-r3.zip"
|
||||
|
||||
# Primary download source: self-hosted Gitea generic-package mirror (fast, under
|
||||
# our control). Override with the XUI_URL env var to point elsewhere.
|
||||
DEFAULT_URL="https://git.ops01.hprx.zip/api/packages/seed/generic/xui/1.5.13-r2/${RELEASE_NAME}"
|
||||
DEFAULT_URL="https://git.ops01.hprx.zip/api/packages/seed/generic/xui/1.5.13-r3/${RELEASE_NAME}"
|
||||
URL="${XUI_URL:-$DEFAULT_URL}"
|
||||
|
||||
# Fallback source: the upstream XUIPatch GitHub release. Tried automatically if
|
||||
@@ -29,7 +29,7 @@ FALLBACK_URL="${XUI_FALLBACK_URL:-https://github.com/xuione/XUIPatch/releases/do
|
||||
|
||||
# Integrity check: known-good SHA-256 of XUI_1.5.13.zip. Verified before extract.
|
||||
# Override/clear with the XUI_SHA256 env var (set to "" to skip).
|
||||
EXPECTED_SHA256="${XUI_SHA256-73e6aabcb279f7df50b6fd94d2a0a8871c1afa31209fb3d23a377794d6140252}"
|
||||
EXPECTED_SHA256="${XUI_SHA256-4cc7d31074dcfd5497235039773c75257051089382cb5b6a138da991fe732234}"
|
||||
|
||||
WORKDIR="${XUI_WORKDIR:-/opt/xui_install}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user