Skip to content

Commit

Permalink
Merge pull request #181821 from p-linnane/bump-wiso-steuer-2024-31.09…
Browse files Browse the repository at this point in the history
….4100--RC1
  • Loading branch information
khipp committed Aug 7, 2024
2 parents abd6f8c + 1b06b62 commit 2edb524
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Casks/w/wiso-steuer-2024.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
cask "wiso-steuer-2024" do
# NOTE: "2024" is not a version number, but an intrinsic part of the product name
version "31.08.4050"
sha256 "0b5fb4a649bc7212e77ed5b04dc59368eb7990440f1849dacc3d988f156577d5"
version "31.09.4100-RC1"
sha256 "3b21d169989dd7a799c318879839a6f2bfb0e0703021f13a5e9cba3c3d32d897"

url "https://update.buhl-data.com/Updates/Steuer/2024/Mac/Files/#{version}-HF1/SteuerMac2024-#{version}.dmg",
url "https://update.buhl-data.com/Updates/Steuer/2024/Mac/Files/#{version}/SteuerMac2024-#{version.split("-").first}.dmg",
verified: "update.buhl-data.com/Updates/Steuer/"
name "WISO Steuer 2024"
desc "Tax declaration for the fiscal year 2023"
homepage "https://www.buhl.de/download/wiso-steuer-2024/"

livecheck do
url "https://update.buhl-data.com/Updates/Steuer/2024/Mac/Aktuell/appcast-steuer.xml"
strategy :sparkle
regex(%r{/v?(\d+(?:\.\d+)+[^/]*)/SteuerMac2024[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
strategy :sparkle do |item, regex|
match = item.url&.match(regex)
next if match.blank?

match[1]
end
end

auto_updates true
Expand Down

0 comments on commit 2edb524

Please sign in to comment.