homebrew-cask/Casks/gfxcardstatus.rb

14 lines
412 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'gfxcardstatus' do
version '2.3'
sha256 '092b3e2fad44681ba396cf498707c8b6c228fd55310770a8323ebb9344b4d9a1'
url "https://gfx.io/downloads/gfxCardStatus-#{version}.zip"
appcast 'https://gfx.io/appcast.xml',
2014-10-15 23:43:50 +08:00
:sha256 => 'cc01a7466eb53f425920046a5b7ea0a23b35bd431b7ccca9c77bd8fa407cd718'
2015-01-12 01:52:20 +08:00
name 'gfxCardStatus'
homepage 'https://gfx.io/'
2015-09-01 00:46:46 +08:00
license :bsd
2014-09-16 00:05:37 +08:00
app 'gfxCardStatus.app'
2012-11-15 04:08:40 +08:00
end