From 2d6d402b451a7af6f675494ab4b24add64d17ea5 Mon Sep 17 00:00:00 2001 From: mono Date: Thu, 9 Mar 2023 16:06:47 +0900 Subject: [PATCH] release 3.24.2 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 79c4933f..f1a26092 100644 --- a/Package.swift +++ b/Package.swift @@ -50,8 +50,8 @@ let package = Package( ), .binaryTarget( name: "LicensePlistBinary", - url: "https://github.com/mono0926/LicensePlist/releases/download/3.24.1/LicensePlistBinary-macos.artifactbundle.zip", - checksum: "a9609355bc9a72f6e610a96cfaa3e828329564d6eda9b08cfcabc75a90af7275" + url: "https://github.com/mono0926/LicensePlist/releases/download/3.24.2/LicensePlistBinary-macos.artifactbundle.zip", + checksum: "48ecbc3804ee84383282f7a7f6fbfc61cd238c49d3bd31c0544812676f73dec2" ) ] )