Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcodepilot: update url #196651

Merged
merged 2 commits into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Casks/x/xcodepilot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
daeho-ro marked this conversation as resolved.
Show resolved Hide resolved
url "https://raw.githubusercontent.com/TMTBO/XcodePilotPages/refs/heads/main/docs/packages/appcast/appcast.xml"
strategy :sparkle
end

Expand Down
3 changes: 2 additions & 1 deletion audit_exceptions/secure_connection_audit_skiplist.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
Loading