Skip to content

Commit

Permalink
version number in url string
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAtNacamar committed Aug 31, 2021
1 parent 68a0705 commit d2c2fd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import PackageDescription

let version = "0.8.0"
let package = Package(
name: "YbridOpus",
platforms: [
Expand All @@ -19,7 +18,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "YbridOpus",
url: "https://github.com/ybrid/opus-swift/releases/download/"+version+"/YbridOpus.xcframework.zip",
url: "https://github.com/ybrid/opus-swift/releases/download/0.8.0/YbridOpus.xcframework.zip",
checksum: "18ea18853b9fab16d0393d39e62c26fd6fbdbba8224345bd3ecbc45540c8aa18"
)
]
Expand Down

0 comments on commit d2c2fd2

Please sign in to comment.