Skip to content

Commit

Permalink
Merge pull request #197701 from Homebrew/bump-pongsaver-3.0
Browse files Browse the repository at this point in the history
pongsaver 3.0
  • Loading branch information
daeho-ro authored Jan 9, 2025
2 parents 7653564 + 8a87918 commit 7d90eb4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Casks/p/pongsaver.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
cask "pongsaver" do
version "2.1.1"
version "3.0"
sha256 :no_check

url "https://mikeash.com/software/pongsaver/PongSaver.saver.zip"
name "PongSaver"
desc "Screensaver which plays a game of Pong against itself"
homepage "https://mikeash.com/software/pongsaver"
homepage "https://mikeash.com/software/pongsaver/"

deprecate! date: "2024-11-03", because: :unmaintained
livecheck do
url :homepage
regex(/PongSaver\s+v?(\d+(?:\.\d+)+)/i)
end

screen_saver "PongSaver.saver"
end

0 comments on commit 7d90eb4

Please sign in to comment.