homebrew-cask/Casks/ninjablocks.rb

14 lines
593 B
Ruby
Raw Normal View History

2014-11-14 01:26:29 +08:00
cask :v1 => 'ninjablocks' do
2014-01-19 03:40:40 +08:00
version '0.2'
sha256 'f0ed94bc767a7f0059d08904f71c4266b6045ce4f7c194678e48b02a2d85eaeb'
# dropboxusercontent.com is the official download host per the developer
# Original discussion: https://twitter.com/ninjablocks/status/553339958606299136
2014-09-26 20:09:04 +08:00
url "https://dl.dropboxusercontent.com/u/428557/NinjaBlocks-#{version}.dmg"
2015-03-16 08:20:23 +08:00
name 'NinjaBlocks'
2014-12-25 01:46:15 +08:00
homepage 'https://discuss.ninjablocks.com/t/ninja-osx-client/1449'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:01 +08:00
app 'NinjaBlocks.app'
2014-01-19 03:40:40 +08:00
end