mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
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
11 lines
327 B
Ruby
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
|