homebrew-cask/Casks/tad.rb

14 lines
505 B
Ruby
Raw Normal View History

2017-05-06 03:16:54 +08:00
cask 'tad' do
version '0.8.5'
sha256 'd18ee34912d9730dfd8608a0063aaadac83ed56ae168e2659650f7133142eacb'
2017-05-06 03:16:54 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/antonycourtney/tad/releases.atom'
2017-05-06 03:16:54 +08:00
name 'Tad'
2018-10-07 12:28:29 +08:00
homepage 'https://www.tadviewer.com/'
2017-05-06 03:16:54 +08:00
app 'Tad.app'
binary "#{appdir}/Tad.app/Contents/Resources/tad.sh", target: 'tad'
2017-05-06 03:16:54 +08:00
end