Skip to content

Commit

Permalink
update podspec and package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
noda committed Apr 21, 2023
1 parent 1133b8e commit f42d57a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.binaryTarget(
name: "libdav1d",
url: "https://github.com/link-u/libdav1d-static/releases/download/0.0.3/libdav1d.xcframework.zip",
checksum: "8390757146ebb39ae89b121a55a0b038a7d9614e38a11f753b8effa5f48e66ca"
url: "https://github.com/link-u/libdav1d-static/releases/download/0.0.8/libdav1d.xcframework.zip",
checksum: "47fb9f902072961dac77c8f6f6c5f5da4cebaebb56e65501a6a25e41e584d937"
)
],
cLanguageStandard: .gnu11,
Expand Down
2 changes: 1 addition & 1 deletion libdav1d.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'libdav1d'
s.version = '0.0.7'
s.version = '0.0.8'
s.summary = 'dav1d is an AV1 decoder :)'
s.description = <<-DESC
dav1d is a new AV1 cross-platform decoder, open-source, and focused on speed and correctness.
Expand Down

0 comments on commit f42d57a

Please sign in to comment.