homebrew-cask/Casks/liquifile.rb

12 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => 'liquifile' do
2015-01-06 11:47:36 +08:00
version '1.8'
sha256 '81e8a0583af77fe9a2fbafa3433e73a5cb8567fdd53e37119b431c4ea6ce242d'
url 'http://www.liquifile.info/Liquifile.dmg'
2015-01-06 10:26:21 +08:00
name 'Liquifile'
homepage 'http://www.liquifile.info/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2015-01-06 11:47:36 +08:00
app "Liquifile_#{version.gsub('.','_')}.app"
end