homebrew-cask/Casks/lifeslice.rb

15 lines
488 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lifeslice' do
version :latest
sha256 :no_check
# wanderingstan.com is the official download host per the vendor homepage
url 'http://wanderingstan.com/apps/lifeslice/LifeSlice.dmg'
2015-05-26 04:13:15 +08:00
appcast 'http://wanderingstan.com/apps/lifeslice/sparkle-lifeslice-appcast-xml.php',
:sha256 => '90bd0939501fdc8a5b52bb24532919424ee1201a1b6281761b9e91d3b9068c61'
name 'LifeSlice'
2015-06-29 14:32:18 +08:00
homepage 'https://wanderingstan.github.io/Lifeslice/'
license :oss
app 'LifeSlice.app'
end