homebrew-cask/Casks/notational-velocity.rb

14 lines
374 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'notational-velocity' do
version :latest
sha256 :no_check
2012-10-09 03:21:46 +08:00
url 'http://notational.net/NotationalVelocity.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://notational.net/nvupdates.xml',
:sha256 => '7bc6cdef4f6682626f6af044653c51f85b69692554f61bb80ef518f05eeaffda'
2015-04-16 01:24:20 +08:00
name 'Notational Velocity'
2012-10-09 03:21:46 +08:00
homepage 'http://notational.net'
license :gpl
2014-09-16 00:06:02 +08:00
app 'Notational Velocity.app'
2012-10-09 03:21:46 +08:00
end