homebrew-cask/Casks/beardedspice.rb

14 lines
516 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'beardedspice' do
2015-12-23 00:37:40 +08:00
version '1.2.3'
sha256 'dd2bed9071fc54debee3f3137829e690c1f1e5dc8581283b299e9f4172489c2e'
2015-04-14 21:02:47 +08:00
url "https://github.com/beardedspice/beardedspice/releases/download/v#{version}/BeardedSpice-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/beardedspice/beardedspice/releases.atom',
checkpoint: '506993fb1eae07aa873bea676aba8eea37d37e36be2900a96ea9b02a0c475305'
2015-01-23 06:29:51 +08:00
name 'BeardedSpice'
homepage 'https://github.com/beardedspice/beardedspice/'
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