homebrew-cask-versions/Casks/ibackup.rb
Amory Meltzer e873198d48 Update ibackup license from unknown to gratis
Gratis for personal use, but commercial for business use.  Appears to work without a license key but offers the ability for a free personal-use key http://www.grapefruit.ch/iBackup/donation.html
2015-03-16 14:43:15 -07:00

11 lines
327 B
Ruby

cask :v1 => 'ibackup' do
version '7.6'
sha256 '97e34fd79a16193161e873e2eb77c32597dedb5b63d44ed48a61c40af8aba8e2'
url "http://www.grapefruit.ch/iBackup/versions/iBackup%20#{version.to_i}.x/iBackup%20#{version}.dmg"
name 'iBackup'
homepage 'http://www.grapefruit.ch/iBackup'
license :gratis
app 'iBackup.app'
end