Add tableau-log-viewer v1.2 (#75255)

* Add tableau-log-viewer v1.2

* Tokenize version in tableau-log-viewer URL

* tableau-log-viewer => tlv
This commit is contained in:
Ben Jansen 2020-01-10 10:17:00 -08:00 committed by Vítor Galvão
parent 0de9b235e4
commit 388cf27690
1 changed files with 11 additions and 0 deletions

11
Casks/tlv.rb Normal file
View File

@ -0,0 +1,11 @@
cask 'tlv' do
version '1.2'
sha256 'd203b4d7d3d4d02d2e4051d3f08e2a506462e543d233a1d952207b830e5a3a4f'
url "https://github.com/tableau/tableau-log-viewer/releases/download/#{version}/tlv-osx-#{version}.zip"
appcast 'https://github.com/tableau/tableau-log-viewer/releases.atom'
name 'Tableau Log Viewer'
homepage 'https://github.com/tableau/tableau-log-viewer'
app 'tlv.app'
end