homebrew-cask/Casks/middleclick.rb

15 lines
533 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'middleclick' do
2016-02-10 12:26:22 +08:00
version '1.0'
sha256 '74533304ec68f8e6c716a4b7c3ad6ed34d985b88c66eee7e43cce22883dee08e'
2015-01-05 01:04:01 +08:00
2016-02-10 12:26:22 +08:00
# github.com was verified as official when first introduced to the cask
url "https://github.com/cl3m/MiddleClick/releases/download/#{version}/MiddleClick.zip"
appcast 'https://github.com/cl3m/MiddleClick/releases.atom',
checkpoint: '56cc9aa7f59fd6d6db671678ff4b72a5289becb98dbe32ce1587cc746d411db9'
2015-01-05 01:04:01 +08:00
name 'MiddleClick'
2016-02-10 12:26:22 +08:00
homepage 'http://rouge41.com/labs/'
license :gpl
2014-10-07 22:48:37 +08:00
2014-09-16 00:05:56 +08:00
app 'MiddleClick.app'
end