homebrew-cask/Casks/speedlimit.rb

8 lines
207 B
Ruby
Raw Normal View History

2013-10-08 07:46:27 +08:00
class Speedlimit < Cask
2014-06-18 23:11:06 +08:00
url 'https://mschrag.github.io/speedlimit/SpeedLimit.prefPane.zip'
2013-10-08 07:46:27 +08:00
homepage 'http://mschrag.github.io/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-10-08 07:46:27 +08:00
prefpane 'SpeedLimit.prefPane'
end