mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Fix Style/ElseAlignment error in araxis-merge.rb Fix Lint/BlockAlignment error in jabber-video.rb Fix Style/IndentationConsistency error in tuneinstructor.rb Fix Style/MultilineIfThen error in wireshark.rb Fix Style/IndentationWidth errors Fix inconsistent indentation in blue-jeans-browser-plugin.rb and mini-vmac.rb Fix Style/SpaceAroundOperators error in myo-connect.rb Fix Style/SpaceBeforeComma erorrs in sencha.rb and srware-iron.rb Fix Style/Tab error in syphon-virtual-screen.rb Fix Style/TrailingWhitespace errors in various Casks
14 lines
488 B
Ruby
14 lines
488 B
Ruby
cask :v1 => 'srware-iron' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://www.srware.net/downloads/iron-mac64.zip'
|
|
name 'SRWare Iron'
|
|
name 'Iron'
|
|
homepage 'http://www.srware.net/en/software_srware_iron.php'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
tags :vendor => 'SRWare'
|
|
|
|
# Renamed for clarity: app name is inconsistent with its branding.
|
|
app 'Chromium.app', :target => 'SRWare Iron.app'
|
|
end
|