Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kingslay committed Feb 25, 2024
1 parent 429f67b commit b696eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ if FileManager.default.fileExists(atPath: ffmpegKitPath + "/Package.swift") {
]
} else {
package.dependencies += [
.package(url: "https://github.com/kingslay/FFmpegKit.git", branch: "main"),
.package(url: "https://github.com/kingslay/FFmpegKit.git", from: "6.1.2"),
]
}

0 comments on commit b696eb5

Please sign in to comment.