homebrew-cask/Casks/barxtemp.rb

16 lines
593 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',
2017-04-29 21:19:42 +08:00
checkpoint: '9b9241fbc6f23d60d033f2567a8d21f4aa077055c46fb87541ff6ef5cb2cdbae'
name 'barXtemp'
homepage 'https://gabriele91.github.io/barXtemp/'
depends_on macos: '>= :mountain_lion'
app 'barXtemp.app'
end