homebrew-cask/Casks/fluor.rb

15 lines
402 B
Ruby

cask 'fluor' do
version '2.1.0'
sha256 '92034b630bf5a19eca160054c780a3c1767f21def3c02f28787f79fed5fab757'
# pyrolyse.it was verified as official when first introduced to the cask
url "https://resources.pyrolyse.it/distrib/Fluor/Fluor%20#{version}.dmg"
appcast 'https://fluorapp.net/'
name 'Fluor'
homepage 'https://fluorapp.net/'
depends_on macos: '>= :sierra'
app 'Fluor.app'
end