homebrew-cask/Casks/plant.rb

14 lines
328 B
Ruby
Raw Normal View History

2018-05-16 22:23:20 +08:00
cask 'plant' do
2018-07-11 19:50:47 +08:00
version '1.4.1.3'
sha256 '0f6d4d97878a83d151cf207e494c7f620051cc1de49b54f316ffb8992a29d301'
2018-05-16 22:23:20 +08:00
url "https://projects.plantapp.io/app/plant_v#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://projects.plantapp.io/app/changelog.xml'
2018-05-16 22:23:20 +08:00
name 'Plant'
homepage 'https://plantapp.io/'
auto_updates true
app 'Plant.app'
end