Skip to content

Commit

Permalink
Merge pull request #178283 from Homebrew/bump-vnote-3.18.0
Browse files Browse the repository at this point in the history
vnote 3.18.0
  • Loading branch information
BrewTestBot authored Jul 2, 2024
2 parents 0df5e68 + c49615b commit 16943fb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Casks/v/vnote.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
cask "vnote" do
version "3.17.0"
sha256 "7adeaf277dba716a8b6eb300b803d55e84a5e93ba34dcf6497b2680b1834bef2"
version "3.18.0"
sha256 "3720cea666f2c7e44bba1729f6bde39f4acd2b3d3c2cd014e228388c67f1e613"

url "https://github.com/vnotex/vnote/releases/download/v#{version}/vnote-mac-x64-qt5.15.2_v#{version}.zip",
url "https://github.com/vnotex/vnote/releases/download/v#{version}/vnote-#{version}-mac-universal.zip",
verified: "github.com/vnotex/vnote/"
name "VNote"
desc "Note-taking platform"
homepage "https://vnotex.github.io/vnote/"

depends_on macos: ">= :monterey"

app "VNote.app"

zap trash: [
"~/Library/Application Support/VNote",
"~/Library/Preferences/com.vnotex.vnote.plist",
"~/Library/Preferences/VNote",
]

caveats do
requires_rosetta
end
end

0 comments on commit 16943fb

Please sign in to comment.