From 3f798c5ed0d358e30b41724694fc7915890a9007 Mon Sep 17 00:00:00 2001 From: HOLZSCHUCH Nicolas Date: Tue, 20 Apr 2021 17:48:43 +0200 Subject: [PATCH] Changed tags to v2.8.0 --- Package.swift | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Package.swift b/Package.swift index 76d4a088..35d2648f 100644 --- a/Package.swift +++ b/Package.swift @@ -12,42 +12,42 @@ let package = Package( targets: [ .binaryTarget( name: "ios_system", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/ios_system.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/ios_system.xcframework.zip", checksum: "fb80aa558f9d94014ae90f85f7d032ad02ee29ffa7ad66128f873edc4c4fd680" ), .binaryTarget( name: "awk", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/awk.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/awk.xcframework.zip", checksum: "2f5f1c1289ff4c5f3671e35368e9549d3847f9f13ef520b7b193cfe6afb75cd3" ), .binaryTarget( name: "curl_ios", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/curl_ios.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/curl_ios.xcframework.zip", checksum: "491a2a744e1d3e68b345ffc6bcad61abecd97e7535c4879c18d146ad334d21d4" ), .binaryTarget( name: "files", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/files.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/files.xcframework.zip", checksum: "db8be9c3bbc1c96c7c10c5a6ae61c092c21d2a6ebe9f8529fefe684b820e1c2b" ), .binaryTarget( name: "shell", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/shell.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/shell.xcframework.zip", checksum: "ecb0cfb8ef9f02602ae813e4c103729e25e8aba0026dd4bcbf3e916f1937478d" ), .binaryTarget( name: "ssh_cmd", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/ssh_cmd.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/ssh_cmd.xcframework.zip", checksum: "31619db30627b9ab2525411cd328b19db9e906360a9c61ad8a7c1ea63efe0e8a" ), .binaryTarget( name: "tar", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/tar.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/tar.xcframework.zip", checksum: "63413cc35859d91b4cf4925ab2bedf5fa1a664014b212a158f504c16223408a1" ), .binaryTarget( name: "text", - url: "https://github.com/holzschu/ios_system/releases/download/v2.7.0/text.xcframework.zip", + url: "https://github.com/holzschu/ios_system/releases/download/v2.8.0/text.xcframework.zip", checksum: "9da87e34e0589ff91f185bd030c072cb642e76eda11a7e57cbe1102576d45b57" ), .binaryTarget(