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 26, 2024
1 parent bb7afe2 commit caf07f7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Casks/p/pecunia.rb
@@ -0,0 +1,18 @@
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"
end

0 comments on commit caf07f7

Please sign in to comment.