From 4deb8c1ad6a256685715f6b9ee2145e021affdad Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sun, 29 Dec 2024 14:04:49 +0900 Subject: [PATCH 1/2] xcodepilot: update url --- Casks/x/xcodepilot.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Casks/x/xcodepilot.rb b/Casks/x/xcodepilot.rb index 0df7d9e32f2e9..3233a14166a84 100644 --- a/Casks/x/xcodepilot.rb +++ b/Casks/x/xcodepilot.rb @@ -2,13 +2,14 @@ version "1.5.0,27" sha256 "3de58f7b2ef6f19d6a4202421dfdfe8ec9a1456e7e0c170871725969c064c15b" - url "https://xcodepilot.thriller.fun/packages/appcast/XcodePilot.v#{version.csv.first}_#{version.csv.second}.zip" + url "https://raw.githubusercontent.com/TMTBO/XcodePilotPages/refs/heads/main/docs/packages/appcast/XcodePilot.v#{version.csv.first}_#{version.csv.second}.zip", + verified: "raw.githubusercontent.com/TMTBO/XcodePilotPages/" name "XcodePilot" desc "Toolset for Apple developers to increase productivity and efficiency" - homepage "https://xcodepilot.thriller.fun/" + homepage "https://xcodepilot.thriller.fun/docs/" livecheck do - url "https://xcodepilot.thriller.fun/packages/appcast/appcast.xml" + url "https://raw.githubusercontent.com/TMTBO/XcodePilotPages/refs/heads/main/docs/packages/appcast/appcast.xml" strategy :sparkle end From e5b37c1e7fb71a0ca735d4b785f7d3bdfa2a4838 Mon Sep 17 00:00:00 2001 From: Klaus Hipp Date: Wed, 1 Jan 2025 09:11:39 +0100 Subject: [PATCH 2/2] audit_exceptions/secure_connection_audit_skiplist.json: add xcodepilot --- audit_exceptions/secure_connection_audit_skiplist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audit_exceptions/secure_connection_audit_skiplist.json b/audit_exceptions/secure_connection_audit_skiplist.json index f9f9305b60f2c..a724293e7bd32 100644 --- a/audit_exceptions/secure_connection_audit_skiplist.json +++ b/audit_exceptions/secure_connection_audit_skiplist.json @@ -29,5 +29,6 @@ "https://www.tableau.com/products/reader", "https://downloads.tableau.com/TableauAutoUpdate.xml" ], - "vuze": "https://www.vuze.com/" + "vuze": "https://www.vuze.com/", + "xcodepilot": "https://xcodepilot.thriller.fun/docs/" }