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-08 00:49:39 +08:00
version '1.4.2.3'
sha256 'f759fd217bc735ddc64bd13edd3bd5da3edd3bbd4226f6a015fe9e16bdbdb676'
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