homebrew-cask/Casks/beardedspice.rb

12 lines
377 B
Ruby
Raw Normal View History

2014-11-14 01:25:27 +08:00
cask :v1 => 'beardedspice' do
2014-12-17 08:02:39 +08:00
version '0.2.3'
sha256 '9597416c94756a6854ce6e594a2b144aa2fcd54db1c27f9ae0ebdd479661ec72'
# github.com is the official download host per the vendor homepage
2014-08-21 21:04:32 +08:00
url "https://github.com/beardedspice/beardedspice/raw/releases/BeardedSpice-#{version}.tar.gz"
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