mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
284 B
Ruby
11 lines
284 B
Ruby
cask :v1 => 'noobproof' do
|
|
version '1.5'
|
|
sha256 '6e74a5aec8e9cf9102c160019990e90ae46486358959fa0d22517b4171f8209a'
|
|
|
|
url "http://www.hanynet.com/noobproof-#{version}.zip"
|
|
name 'NoobProof'
|
|
homepage 'http://www.hanynet.com/noobproof/'
|
|
license :oss
|
|
|
|
app 'NoobProof.app'
|
|
end
|