cask "arctic" do version "25.1.0,50,20250403030623" sha256 "8ec52d1518d6a7191e8068c850d364f78c3e2fd1ed1bd66814f385b8b6161722" url "https://updates.hedge.video/arctic/macos/updates/production/Arctic_#{version.csv.third}_v#{version.csv.first}b#{version.csv.second}/Arctic-#{version.csv.second}.zip" name "Arctic" desc "Display and manage Final Cut Pro X libraries" homepage "https://hedge.video/arctic" livecheck do url "https://updates.hedge.video/arctic/macos/appcast/arctic-prod.xml" regex(/Arctic[._-](\d+)[._-]/i) strategy :sparkle do |item, regex| date = item.url[regex, 1] next if date.blank? "#{item.short_version},#{item.version},#{date}" end end depends_on macos: ">= :big_sur" app "Arctic.app" zap trash: [ "~/Library/Application Support/Arctic", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/video.hedge.arctic.mac.sfl*", "~/Library/HTTPStorages/video.hedge.Arctic.Mac", "~/Library/HTTPStorages/video.hedge.Arctic.Mac.binarycookies", "~/Library/Logs/Arctic", "~/Library/Preferences/video.hedge.Arctic.Mac.plist", "~/Library/Saved Application State/video.hedge.Arctic.Mac.savedState", ] end