diff --git a/Packages/EnkaKit/Package.swift b/Packages/EnkaKit/Package.swift index 2f62fef5e..a176645ad 100644 --- a/Packages/EnkaKit/Package.swift +++ b/Packages/EnkaKit/Package.swift @@ -24,7 +24,7 @@ let package = Package( url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0") ), .package( - url: "https://github.com/pizza-studio/EnkaDBGenerator", .upToNextMajor(from: "1.3.9") + url: "https://github.com/pizza-studio/EnkaDBGenerator", .upToNextMajor(from: "1.4.0") ), .package( url: "https://github.com/pizza-studio/ArtifactRatingDB.git", .upToNextMajor(from: "1.0.5") diff --git a/Packages/GachaKit/Package.swift b/Packages/GachaKit/Package.swift index 594a302c7..d00eb2e07 100644 --- a/Packages/GachaKit/Package.swift +++ b/Packages/GachaKit/Package.swift @@ -18,7 +18,7 @@ let package = Package( .package(path: "../PZKit"), .package(path: "../EnkaKit"), .package( - url: "https://github.com/pizza-studio/GachaMetaGenerator", .upToNextMajor(from: "2.3.4") + url: "https://github.com/pizza-studio/GachaMetaGenerator", .upToNextMajor(from: "2.3.5") ), .package( url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0") diff --git a/Script/HSR_RawAssetsPuller.swift b/Script/HSR_RawAssetsPuller.swift index 4449d9de3..23240aea0 100644 --- a/Script/HSR_RawAssetsPuller.swift +++ b/Script/HSR_RawAssetsPuller.swift @@ -259,7 +259,7 @@ public enum DataType: String, CaseIterable { // MARK: Internal - static let srdBasePath = "https://raw.githubusercontent.com/EggLinks/DanhengServer-Resources/main/ExcelOutput/" + static let srdBasePath = "https://gitlab.com/Dimbreath/TurnBasedGameData/-/raw/main/ExcelOutput/" static let mar7BasePath = "https://raw.githubusercontent.com/Mar-7th/StarRailRes/master/index_new/en/" static let hksResHeader = "https://api.hakush.in/hsr/UI/" static let mar7ResHeader = "https://raw.githubusercontent.com/Mar-7th/StarRailRes/master/"