homebrew-cask/Casks/integrity.rb

12 lines
311 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'integrity' do
2014-09-17 19:42:48 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-11-23 21:34:24 +08:00
# peacockmedia.co.uk/integrity was verified as official when first introduced to the cask
url 'http://peacockmedia.co.uk/integrity/integrity.dmg'
2015-01-10 04:29:35 +08:00
name 'Integrity'
2016-11-23 21:34:24 +08:00
homepage 'http://peacockmedia.software/mac/integrity/'
2014-09-16 00:05:44 +08:00
app 'Integrity.app'
end