Skip to content

Commit

Permalink
pecunia 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
clashman committed Apr 27, 2024
1 parent 923c4dd commit 3c4e470
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Casks/p/pecunia.rb
@@ -0,0 +1,23 @@
cask "pecunia" do
version "2.1.7"
sha256 "2e9822d38b6db4b37e7a561c11c3f6e87a6bbd7a2c2bd8fbaa6eedacca55f0ee"

url "https://pecuniabanking.de/downloads/#{version}/Pecunia.zip"
name "Pecunia"
desc "Online banking app with support for HBCI"
homepage "https://pecuniabanking.de/"

livecheck do
url "https://pecuniabanking.de/index.php/downloads"
regex(%r{href="/downloads/([\d.]+)/Pecunia.zip}i)
end

depends_on macos: ">= :high_sierra"

app "Pecunia.app"

zap trash: [
"~/Library/Application Scripts/de.pecuniabanking.pecunia/",
"~/Library/Containers/de.pecuniabanking.pecunia/",
]
end

0 comments on commit 3c4e470

Please sign in to comment.