homebrew-cask/Casks/ibrowse.rb

13 lines
459 B
Ruby

cask :v1 => 'ibrowse' do
version '1.0.0.5'
sha256 'c3cae297d676e64c3d21638c21583f7c30a8fdbe6a4e127adb0857bafcd8037d'
# macroplant.com is the official download host per the vendor homepage
url "http://cdn.macroplant.com/release/iBrowse-#{version}x.dmg"
name 'iBrowse'
homepage 'http://www.ibrowseapp.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'iBrowse.app'
end