From f3f802009c9f71ad46356adb453fcb57b8931ff9 Mon Sep 17 00:00:00 2001 From: mono Date: Mon, 13 Nov 2023 16:27:23 +0900 Subject: [PATCH] release 3.25.1 --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index e9b22ab8..6a49251c 100644 --- a/Package.swift +++ b/Package.swift @@ -87,8 +87,8 @@ let package = Package( ), .binaryTarget( name: "LicensePlistBinary", - url: "https://github.com/mono0926/LicensePlist/releases/download/3.25.0/LicensePlistBinary-macos.artifactbundle.zip", - checksum: "feb5697cb811f58f38edce0382a22f4ad6f0fc04caed1e06023e3e9ccc966c34" + url: "https://github.com/mono0926/LicensePlist/releases/download/3.25.1/LicensePlistBinary-macos.artifactbundle.zip", + checksum: "a80181eeed49396dae5d3ce6fc339f33a510299b068fd6b4f507483db78f7f30" ) ] )