Skip to content

Commit d8e86b1

Browse files
chore: bump version to 1.5.3
1 parent 44d8996 commit d8e86b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "libdav1d",
7-
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)],
7+
platforms: [.macOS(.v11), .iOS(.v14), .tvOS(.v14)],
88
products: [
99
.library(
1010
name: "Libdav1d",
@@ -24,7 +24,7 @@ let package = Package(
2424
.binaryTarget(
2525
name: "Libdav1d",
2626
url: "https://github.com/mpvkit/libdav1d-build/releases/download/1.5.3/Libdav1d.xcframework.zip",
27-
checksum: "f27be1c0268a634322249724d3c3f4499dea73a6da14a5f509f11b879f7f68ed"
27+
checksum: "d1a32ae6a1f0193e9f05c44c9176844af7f6d2a58cb33843f6f1b8dfd9224083"
2828
),
2929
//AUTO_GENERATE_TARGETS_END//
3030
]

0 commit comments

Comments
 (0)