Skip to content

Commit

Permalink
UpdateChecksum and swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredposk committed Aug 20, 2024
1 parent 60b9cb3 commit 697af4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// swift-tools-version: 5.8
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

struct PackageMetadata {
static let version: String = "4.8.2"
static let checksum: String = "ff2836fbd0fa6eae5d886afd0729570a769874cde0f68c5e19331b5c74a190f8"
static let version: String = "4.8.3"
static let checksum: String = "a56795f21b3b51208a5185c0a007af5ba43bd861550b27debf179de25c8168cc"
}

let package = Package(
name: "ChromeCastSPM",
platforms: [.iOS(.v15), .macOS(.v13)],
platforms: [.iOS(.v16), .macOS(.v13)],
products: [
.library(
name: "ChromeCastSPM",
Expand Down

0 comments on commit 697af4e

Please sign in to comment.