homebrew-cask/Casks/barxtemp.rb

17 lines
608 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'barxtemp' do
2015-10-02 16:45:20 +08:00
version '1.3.2'
sha256 '85c8347ab8e7cbc8e7cf639317f3ff5df75feb9420bf94596dcfa05ac5914d16'
2016-02-11 05:02:48 +08:00
# github.com/Gabriele91/barXtemp was verified as official when first introduced to the cask
url "https://github.com/Gabriele91/barXtemp/releases/download/#{version}/barXtemp.app.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Gabriele91/barXtemp/releases.atom',
checkpoint: '9b7756a504b6ce274e2efde312990f95bb831589f9bf6a21cb1ccfe5a7f55c86'
name 'barXtemp'
homepage 'https://gabriele91.github.io/barXtemp/'
license :mit
depends_on macos: '>= :mountain_lion'
app 'barXtemp.app'
end