homebrew-cask/Casks/kiwix.rb

12 lines
350 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'kiwix' do
2015-10-21 00:08:20 +08:00
version '0.9'
sha256 '98e677aee3c106c6ec5b16791d3be7c22274b3b32cc44a9cce1eeca6275b7bcc'
2016-06-18 06:17:18 +08:00
# mirror.netcologne.de/kiwix was verified as official when first introduced to the cask
url "https://mirror.netcologne.de/kiwix/bin/#{version}/kiwix-#{version}.dmg"
2015-10-21 00:08:20 +08:00
name 'Kiwix'
homepage 'http://www.kiwix.org'
app 'Kiwix.app'
end