homebrew-cask/Casks/beardedspice.rb

14 lines
484 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'beardedspice' do
2015-11-04 05:55:33 +08:00
version '1.2.1'
sha256 '1498c78cfa447155e308e06a369016e520d719772ed2b8e35a15dd6671d3fb70'
# 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-06-29 21:59:21 +08:00
appcast 'https://github.com/beardedspice/beardedspice/releases.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