homebrew-cask/Casks/tabula.rb

13 lines
371 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'tabula' do
2015-09-16 00:42:29 +08:00
version '1.0.1'
sha256 '85e75f120c450bc702c01aa88a4ca9c2d227ef2906ec7020e892e0f174a7d70b'
url "https://github.com/jazzido/tabula/releases/download/v#{version}/tabula-mac-#{version}.zip"
2015-03-15 19:55:27 +08:00
appcast 'https://github.com/jazzido/tabula/releases.atom'
2015-01-23 06:49:52 +08:00
name 'Tabula'
homepage 'http://tabula.technology/'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:26 +08:00
app 'tabula/Tabula.app'
2014-05-09 19:54:24 +08:00
end