Skip to content

Commit

Permalink
Merge pull request #199200 from netdcy/master
Browse files Browse the repository at this point in the history
flowvision 1.4.0 (new cask)
  • Loading branch information
khipp authored Jan 23, 2025
2 parents e54e405 + 0cd4f15 commit 3b27580
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Casks/f/flowvision.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cask "flowvision" do
version "1.4.0"
sha256 "b42a7f0d6c32575a1e9b99744c4d4beb1c23c5ab19786a28df7bab3f6c85d3e5"

url "https://github.com/netdcy/FlowVision/releases/download/#{version}/FlowVision.#{version}.zip"
name "FlowVision"
desc "Waterfall-style image viewer"
homepage "https://github.com/netdcy/FlowVision"

livecheck do
url :url
strategy :github_latest
end

depends_on macos: ">= :big_sur"

app "FlowVision.app"

zap trash: [
"~/Library/Application Support/FlowVision",
"~/Library/Preferences/netdcy.FlowVision.plist",
"~/Library/Saved Application State/netdcy.FlowVision.savedState",
]
end

0 comments on commit 3b27580

Please sign in to comment.