Skip to content

Commit

Permalink
Merge pull request #170591 from Homebrew/bump-arctic-24.1.1-19-202404…
Browse files Browse the repository at this point in the history
…03132247
  • Loading branch information
p-linnane authored Apr 4, 2024
2 parents a83025f + a25cf3a commit 94a0d33
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
31 changes: 31 additions & 0 deletions Casks/a/arctic.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
cask "arctic" do
version "24.1.1,19,20240403132247"
sha256 "066769d586e60d50360075fddc58b1a69201d721d5bbcb45dadccd0ca46fd35b"

url "https://updates.hedge.video/arctic/macos/updates/production/Arctic_20240403132247_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"
strategy :sparkle do |item|
date = item.url[/Arctic[._-](\d+)[._-]/, 1]
"#{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
5 changes: 1 addition & 4 deletions Casks/f/final-cut-library-manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
desc "Displays Final Cut Pro X libraries"
homepage "https://www.arcticwhiteness.com/finalcutlibrarymanager/"

livecheck do
url "https://www.arcticwhiteness.com/finalcutlibrarymanager/download/"
regex(/href=.*?FinalCutLibraryManager[._-]v?(\d+(?:\.\d+)+)\.(?:t|zip)/i)
end
deprecate! date: "2024-04-03", because: :discontinued

depends_on macos: ">= :sierra"

Expand Down

0 comments on commit 94a0d33

Please sign in to comment.