homebrew-cask/Casks/beardedspice.rb

14 lines
479 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'beardedspice' do
2015-05-29 00:39:02 +08:00
version '1.0.8'
sha256 '38078bc6c7e1a744643041f70a3380e43ef606ec614bd38f9cfa4a1895177b8a'
# github.com is the official download host per the vendor homepage
2015-04-14 21:02:47 +08:00
url "https://github.com/beardedspice/beardedspice/releases/download/v#{version}/BeardedSpice-#{version}.zip"
2015-03-15 19:47:18 +08:00
appcast 'https://github.com/beardedspice/beardedspice/raw.atom'
2015-01-23 06:29:51 +08:00
name 'BeardedSpice'
homepage 'http://www.beardedspice.com'
2014-10-01 23:32:33 +08:00
license :oss
2014-09-16 00:05:18 +08:00
app 'BeardedSpice.app'
2014-01-16 02:08:29 +08:00
end