homebrew-cask/Casks/fluid.rb

21 lines
612 B
Ruby

cask 'fluid' do
version '2.1.2'
sha256 'cf58c480f631d2adc050b423e65776e253f52989ade9c1aaf8d77b8ced63a653'
url "https://fluidapp.com/dist/Fluid_#{version}.zip"
appcast "https://fluidapp.com/appcast/fluid#{version.major}.rss"
name 'Fluid'
homepage 'https://fluidapp.com/'
depends_on macos: '>= :sierra'
app 'Fluid.app'
zap trash: [
'~/Library/Application Support/Fluid',
'~/Library/Caches/com.fluidapp.Fluid2',
'~/Library/Preferences/com.fluidapp.Fluid*',
'~/Library/Saved Application State/com.fluidapp.Fluid*',
]
end