homebrew-cask/Casks/glo-bible.rb

14 lines
420 B
Ruby
Raw Normal View History

cask :v1 => 'glo-bible' do
2014-09-17 19:42:46 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# llnwd.net is the official download host per the vendor homepage
url 'http://immersion.vo.llnwd.net/o42/pub/glo/mac/en-us/Glo.dmg'
2015-01-30 03:31:01 +08:00
name 'Glo'
name 'Glo Bible'
homepage 'http://globible.com/gloformac/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:05:38 +08:00
app 'Glo Bible.app'
end