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

lyn 2.3.7 #170996

Merged
merged 1 commit into from
Apr 10, 2024
Merged

lyn 2.3.7 #170996

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 9 additions & 5 deletions Casks/l/lyn.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
cask "lyn" do
version "2.1.1"
sha256 "62f70642e55e6c1ee7ea68c89fbe71114331861bdecfca2a5c95d30342886153"
version "2.3.7"
sha256 "8fcf3fb201ed5fbe4f01e0a12744efcda08267b398c43efc1142882af5d1d172"

url "https://www.lynapp.com/downloads/Lyn-#{version}.dmg"
name "Lyn"
desc "Media browser and viewer"
homepage "https://www.lynapp.com/"

livecheck do
url "https://www.lynapp.com/lyn/update#{version.major}x.xml"
strategy :sparkle
url :homepage
regex(%r{href=.*?/Lyn[-_.]?v?(\d+(?:\.\d+)+)\.dmg}i)
end

depends_on macos: ">= :sierra"
depends_on macos: ">= :high_sierra"

app "Lyn.app"

zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.lynapp.lyn.sfl*",
"~/Library/Application Support/Lyn",
"~/Library/Caches/com.lynapp.lyn",
"~/Library/HTTPStorages/com.lynapp.lyn",
"~/Library/Preferences/com.lynapp.lyn.plist",
"~/Library/Saved Application State/com.lynapp.lyn.savedState",
"~/Library/WebKit/com.lynapp.lyn",
]
end