mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
201 B
Ruby
9 lines
201 B
Ruby
class Ibabel < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'http://macinchem.org/ibabel/ibabel3_files/iBabel.zip'
|
|
homepage 'http://www.macinchem.org/ibabel/ibabel3.php'
|
|
|
|
app 'iBabel.app'
|
|
end
|