Skip to content

Commit

Permalink
fix FFmpeg-iOS-Support URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlbear committed Apr 16, 2023
1 parent 81710a5 commit 4552bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -14,7 +14,7 @@ let package = Package(
]),
],
dependencies: [
.package(path: "../FFmpeg-iOS-Support"),
.package(url: "https://github.com/kewlbear/FFmpeg-iOS-Support", from: "0.0.1"),
],
targets: [
.binaryTarget(name: "avcodec", url: "https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip", checksum: "a17ecaf98cfd9616bcc05ac30598e862c5383b6a31a4ac5b91a1659b924a33c6"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ This Swift package enables you to use FFmpeg libraries in your iOS, Mac Catalyst
## Installation

```
.package(url: "https://github.com/kewlbear/FFmpeg-iOS.git", from: "0.0.4")
.package(url: "https://github.com/kewlbear/FFmpeg-iOS.git", from: "0.0.6-b")
```

## Usage
Expand Down

0 comments on commit 4552bf5

Please sign in to comment.