mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
Add Nibbble.app v1.2
This commit is contained in:
parent
3966eb79a4
commit
17f0d64b8a
1 changed files with 17 additions and 0 deletions
17
Casks/nibbble.rb
Normal file
17
Casks/nibbble.rb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
cask :v1 => 'nibbble' do
|
||||
if MacOS.release <= :lion
|
||||
version :latest
|
||||
sha256 :no_check
|
||||
url 'http://uglyapps.co.uk/nibbble/nibbble.zip'
|
||||
else
|
||||
version '1.2'
|
||||
sha256 '7e6bff1d0ab8951c528cbe0ae34c01f890f9e02a52fa18940174cbe965eab5d4'
|
||||
url "http://uglyapps.co.uk/nibbble/nibbble.#{version}.zip"
|
||||
end
|
||||
|
||||
name 'Nibbble'
|
||||
homepage 'http://uglyapps.co.uk/nibbble/'
|
||||
license :gratis
|
||||
|
||||
screen_saver 'Nibbble.saver'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue