mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
315 B
Ruby
10 lines
315 B
Ruby
class TkSuiteClient < Cask
|
|
version '4.4.25'
|
|
sha256 '2d6679ccb7225e212288f46a6c0239ab3305de829895e297590e78864b1150ce'
|
|
|
|
url "ftp://ftp.agfeo.de/pub/software/TK-Suite-Client_intel32_agfeo_#{version}.dmg"
|
|
homepage 'http://agfeo.de/agfeo_web/hp3.nsf/lu/2064'
|
|
license :unknown
|
|
|
|
app 'TK-Suite-Client.app'
|
|
end
|