homebrew-cask/Casks/jewelrybox.rb

12 lines
379 B
Ruby
Raw Normal View History

2014-11-14 01:26:10 +08:00
cask :v1 => 'jewelrybox' do
version '1.5'
sha256 '96c0bae3cc0ce312ce3df290a4d1eddff2da781dfaafe4707b298dc17eb53993'
2014-09-26 20:08:59 +08:00
url "https://github.com/remear/jewelrybox/releases/download/#{version}/JewelryBox_v#{version}.tar.bz2"
2014-06-04 19:51:02 +08:00
appcast 'http://jewelrybox.unfiniti.com/releases/releases.xml'
2013-06-22 18:23:23 +08:00
homepage 'http://jewelrybox.unfiniti.com/'
2014-10-01 23:33:10 +08:00
license :oss
2014-09-16 00:05:47 +08:00
app 'JewelryBox.app'
2013-06-22 18:23:23 +08:00
end