homebrew-cask/Casks/fluor.rb

15 lines
402 B
Ruby
Raw Normal View History

cask 'fluor' do
2019-03-10 22:11:22 +08:00
version '2.1.0'
sha256 '92034b630bf5a19eca160054c780a3c1767f21def3c02f28787f79fed5fab757'
2018-05-11 03:20:46 +08:00
# pyrolyse.it was verified as official when first introduced to the cask
url "https://resources.pyrolyse.it/distrib/Fluor/Fluor%20#{version}.dmg"
2019-05-10 06:47:33 +08:00
appcast 'https://fluorapp.net/'
name 'Fluor'
2018-05-11 03:20:46 +08:00
homepage 'https://fluorapp.net/'
depends_on macos: '>= :sierra'
2019-03-14 01:18:08 +08:00
app 'Fluor.app'
end