mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
268 B
Ruby
10 lines
268 B
Ruby
cask :v1 => 'tftpserver' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://ww2.unime.it/flr/tftpserver/TftpServer.dmg'
|
|
homepage 'http://ww2.unime.it/flr/tftpserver/'
|
|
license :unknown # todo: improve this machine-generated value
|
|
|
|
app 'TftpServer.app'
|
|
end
|