Skip to content

Commit

Permalink
2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Mar 10, 2025
1 parent 7aa37df commit 72658d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Casks/k/karafun.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "karafun" do
version "2.9.0"
version "2.10.0"
sha256 :no_check

url "https://www.karafun.com/download/mac.html"
Expand All @@ -8,12 +8,12 @@
homepage "https://www.karafun.com/"

livecheck do
url :url
strategy :header_match
url "https://www.karafun.fr/osx/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :monterey"
depends_on macos: ">= :sonoma"

app "KaraFun.app"

Expand Down

0 comments on commit 72658d7

Please sign in to comment.