Update tad to 0.8.5 - add binary (#36539)

This commit is contained in:
commitay 2017-07-15 11:40:13 +10:00 committed by Miccal Matthews
parent 1b255c6ba1
commit 79d845d471
1 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,14 @@
cask 'tad' do
version '0.8.4'
sha256 'b33e31d9f3ca4c45ecf382cfdc28cb37d1f0d5d38ed0afc2f99226b0eca23bf2'
version '0.8.5'
sha256 'd18ee34912d9730dfd8608a0063aaadac83ed56ae168e2659650f7133142eacb'
# github.com/antonycourtney/tad was verified as official when first introduced to the cask
url "https://github.com/antonycourtney/tad/releases/download/v#{version}/tad-#{version}.dmg"
appcast 'https://github.com/antonycourtney/tad/releases.atom',
checkpoint: 'f4225bce372de45c0369167b06084ef971a3344597b9a67ab7d74c6a7604b1b2'
checkpoint: '047fd74d0603b63f2f51f2fecb8bae52128787cb664df1d5b3bcc0a1d2a3a5a1'
name 'Tad'
homepage 'http://tadviewer.com/'
app 'Tad.app'
binary "#{appdir}/Tad.app/Contents/Resources/tad.sh", target: 'tad'
end