Files
homebrew-cask/Casks/c/countdown.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

11 lines
338 B
Ruby

cask "countdown" do
version "0.1.0"
sha256 "3616d9c01d79e14f8db01d492c882700bfcca6c4bf886f1a73e36ad04893213c"
url "https://github.com/soffes/Countdown/releases/download/v#{version}/Countdown.saver-#{version}.zip"
name "Countdown Screensaver"
homepage "https://github.com/soffes/Countdown"
screen_saver "Countdown.saver"
end