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 Feb 16, 2023
1 parent a950789 commit cab5ee8
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.19/authlib.xcframework.zip",// authlib URL
checksum: "2bd26d98ac3dc2161be1cc1a2925f4b097c0c89bb51643b455830e6cd2a5e3d2"// authlib Checksum
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.20/authlib.xcframework.zip",// authlib URL
checksum: "55db5c48323bc3cf4c63ec42eb17a0178beed17d98a6112d235c9a6b2b438885"// authlib Checksum
)
]
)

0 comments on commit cab5ee8

Please sign in to comment.