Files
homebrew-cask/Casks/f/flomo.rb
2023-10-23 15:27:08 -04:00

33 lines
874 B
Ruby

cask "flomo" do
version "0.1.5"
sha256 "d3a2c4ec8af863e724c645352fed858c4331318591ba782b8aa7e4a666669fb2"
url "https://flomo-resource.oss-cn-shanghai.aliyuncs.com/flomo_mac_v#{version}.zip",
verified: "flomo-resource.oss-cn-shanghai.aliyuncs.com/"
name "flomo"
desc "Memo note taking and management app"
homepage "https://flomoapp.com/"
depends_on macos: ">= :catalina"
app "flomo.app"
zap trash: [
"~/Library/Application Scripts/com.flomoapp.mac",
"~/Library/Containers/com.flomoapp.mac",
]
caveats do
discontinued
<<~EOS
Flomo versions prior to 2.0 are no longer supported and newer versions
are hosted on third-party file uploading sites that we can't use in the
cask or check for new versions.
See the homepage for alternative installation methods (Mac App Store,
etc.).
EOS
end
end