Skip to content

Commit

Permalink
Repo // Fix SRD URLs and related SPM updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Oct 22, 2024
1 parent 143b3e9 commit bec4684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Packages/EnkaKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion Packages/GachaKit/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion Script/HSR_RawAssetsPuller.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit bec4684

Please sign in to comment.