mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
10 lines
246 B
Ruby
10 lines
246 B
Ruby
class Rftg < Cask
|
|
version '0.9.4'
|
|
sha256 'f60585e3f47cf09df77c578bb1c7dad31dfe4dbe223da35f190b2573a2803bd7'
|
|
|
|
url "http://keldon.net/rftg/rftg-osx-#{version}.zip"
|
|
homepage 'http://keldon.net/rftg/'
|
|
license :unknown
|
|
|
|
app 'RFTG.app'
|
|
end
|