homebrew-cask/Casks/notational-velocity.rb

19 lines
431 B
Ruby

cask "notational-velocity" do
version "2.0b5,8"
sha256 :no_check
url "https://notational.net/NotationalVelocity.zip"
name "Notational Velocity"
desc "Store and retrieve notes"
homepage "https://notational.net/"
livecheck do
url "https://notational.net/nvupdates.xml"
strategy :sparkle do |item|
"#{item.short_version.sub("β", "b")},#{item.version}"
end
end
app "Notational Velocity.app"
end