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-08-07 01:54:07 +08:00
version '1.4.2.2'
sha256 '68592ce1b709222ffac3b07734e642031b21e78866d7920b2022cf09fe659b45'
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