mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
240 B
Ruby
9 lines
240 B
Ruby
class Bitlord < Cask
|
|
version '2.3.2'
|
|
sha256 'd9af26b1626fd471550fbc3374158b09ae7c129bd3ab17ffbdf559d813e42af1'
|
|
|
|
url "http://www.bitlord.com/osx/BitLord-Lion-#{version}.dmg"
|
|
homepage 'http://www.bitlord.com'
|
|
|
|
app 'BitLord.app'
|
|
end
|