mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
271 B
Ruby
10 lines
271 B
Ruby
class Noobproof < Cask
|
|
version '1.5'
|
|
sha256 '6e74a5aec8e9cf9102c160019990e90ae46486358959fa0d22517b4171f8209a'
|
|
|
|
url "http://www.hanynet.com/noobproof-#{version}.zip"
|
|
homepage 'http://www.hanynet.com/noobproof/index.html'
|
|
license :oss
|
|
|
|
app 'NoobProof.app'
|
|
end
|