homebrew-cask/Casks/dwarf-fortress.rb

10 lines
293 B
Ruby
Raw Normal View History

2014-07-08 17:03:21 +08:00
class DwarfFortress < Cask
2014-09-14 00:30:55 +08:00
version '0.40.12'
sha256 'e493942db5553a33ac38a150ea16dfb9748192a3f7c1961a342a7436f64cc6c0'
2014-07-08 17:03:21 +08:00
2014-09-14 00:30:55 +08:00
url 'http://www.bay12games.com/dwarves/df_40_12_osx.tar.bz2'
2014-07-08 17:03:21 +08:00
homepage 'http://www.bay12games.com/dwarves/'
link 'df_osx/df', :target => 'Dwarf Fortress/df'
end