Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2022
1 parent 8b23143 commit e9bd7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "authlib",
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.11/authlib.xcframework.zip",// authlib URL
checksum: "fc9bbf334aa95b12f1a168566089d7f4e7705c105292f512a9597ff7aca7bc8d"// authlib Checksum
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.12/authlib.xcframework.zip",// authlib URL
checksum: "ec07846629c77c7d48867c564ecbd23ab146c0804409547f61d967050f609da8"// authlib Checksum
)
]
)

0 comments on commit e9bd7c2

Please sign in to comment.