homebrew-cask/Casks/namebench.rb

11 lines
291 B
Ruby
Raw Normal View History

2014-01-02 06:46:50 +08:00
class Namebench < Cask
version '1.3.1'
sha256 '524fb534b1b5790433332feb993ab30688858f6d92b1d511c842b1c9a8887250'
2014-09-26 20:09:04 +08:00
url "https://namebench.googlecode.com/files/namebench-#{version}-Mac_OS_X.dmg"
homepage 'https://code.google.com/p/namebench/'
2014-10-01 23:33:27 +08:00
license :oss
2014-09-16 00:06:00 +08:00
app 'namebench.app'
2014-01-02 06:46:50 +08:00
end