Skip to content

Commit

Permalink
pongsaver 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 9, 2025
1 parent 27a52f8 commit 8a87918
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 8a87918

Please sign in to comment.