Skip to content

Commit

Permalink
Merge pull request #187408 from hannesbraun/quba
Browse files Browse the repository at this point in the history
quba 1.4.0 (new cask)
  • Loading branch information
bevanjkay authored Oct 9, 2024
2 parents 06864eb + 0d1ae7b commit 24568dc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/q/quba.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "quba" do
version "1.4.0"
sha256 "4a30c194d59fc850650bd007a717745d53dd060e26792642f47e5368f373f1bb"

url "https://quba-viewer.org/files/Quba-#{version}-arm64.dmg"
name "Quba-Viewer"
desc "Viewer for electronic invoices"
homepage "https://quba-viewer.org/"

livecheck do
url "https://github.com/ZUGFeRD/quba-viewer"
strategy :github_latest
end

depends_on arch: :arm64
depends_on macos: ">= :high_sierra"

app "Quba.app"

zap trash: [
"~/Library/Application Support/Quba",
"~/Library/Preferences/org.quba-viewer.viewer.plist",
"~/Library/Saved Application State/org.quba-viewer.viewer.savedState",
]
end

0 comments on commit 24568dc

Please sign in to comment.