mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
380 B
Ruby
12 lines
380 B
Ruby
cask :v1 => 'traktable' do
|
|
version '0.5.2'
|
|
sha256 '77d3800f02f2b5a2aef8a56e7986b731831738673e35c633d743df87bc556225'
|
|
|
|
url "https://github.com/yo-han/Traktable/releases/download/#{version}/Traktable.zip"
|
|
appcast 'https://github.com/yo-han/Traktable/releases.atom'
|
|
name 'Traktable'
|
|
homepage 'http://yo-han.github.io/Traktable/'
|
|
license :oss
|
|
|
|
app 'Traktable.app'
|
|
end
|