homebrew-cask/Casks/gfxcardstatus.rb

14 lines
519 B
Ruby
Raw Normal View History

2014-11-14 01:25:55 +08:00
cask :v1 => 'gfxcardstatus' do
version '2.3'
sha256 '092b3e2fad44681ba396cf498707c8b6c228fd55310770a8323ebb9344b4d9a1'
2014-09-26 20:08:55 +08:00
url "http://codykrieger.com/downloads/gfxCardStatus-#{version}.zip"
2014-10-15 23:43:50 +08:00
appcast 'http://gfx.io/appcast.xml',
:sha256 => 'cc01a7466eb53f425920046a5b7ea0a23b35bd431b7ccca9c77bd8fa407cd718'
2015-01-12 01:52:20 +08:00
name 'gfxCardStatus'
2013-12-14 21:46:32 +08:00
homepage 'http://gfx.io/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:37 +08:00
app 'gfxCardStatus.app'
2012-11-15 04:08:40 +08:00
end