homebrew-cask/Casks/iterm2.rb

9 lines
310 B
Ruby
Raw Normal View History

2012-03-11 06:20:39 +08:00
class Iterm2 < Cask
# note: "2" is not a version number, but indicates a different vendor
2013-06-24 02:44:52 +08:00
url 'http://www.iterm2.com/downloads/stable/iTerm2_v1_0_0.zip'
2012-03-11 06:20:39 +08:00
homepage 'http://www.iterm2.com/'
2013-06-24 02:44:52 +08:00
version '1.0.0'
sha256 '2afad022b1e1f08b3ed40f0c2bde7bf7cce003852c83f85948c7f57a5578d9c5'
2013-06-06 14:40:00 +08:00
link 'iTerm.app'
2012-03-11 06:20:39 +08:00
end