Skip to content

Commit

Permalink
Merge pull request #172273 from clashman/master
Browse files Browse the repository at this point in the history
pecunia 2.1.7 (new cask)
  • Loading branch information
miccal committed Apr 29, 2024
2 parents 9dec55e + 5880d6f commit 08d7067
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/v?(\d+(?:\.\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 08d7067

Please sign in to comment.