Merge pull request #198799 from Homebrew/bump-huly-0.6.411
[Homebrew/homebrew-cask.git] / Casks / n / nimblenote.rb
blob0fb3b4c786773ab1ec5a74618071c34c4b9f1181
1 cask "nimblenote" do
2   version "3.2.2"
3   sha256 "4c5b2f1d8f46e3ca3f3620c092a95305ce8a09ba8632f72c870b71409a445217"
5   url "https://github.com/nimblenote/nimblenote/releases/download/v#{version}/nimblenote-#{version}.dmg",
6       verified: "github.com/nimblenote/nimblenote/"
7   name "nimblenote"
8   desc "Keyboard-driven note taking"
9   homepage "https://nimblenote.app/"
11   auto_updates true
13   app "nimblenote.app"
15   zap trash: "~/Library/Application Support/nimblenote"
16 end