Files
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

17 lines
391 B
Ruby

cask "githubpulse" do
version "0.3.10"
sha256 :no_check
url "https://github.com/tadeuzagallo/GithubPulse/raw/master/dist/GithubPulse.zip"
name "GithubPulse"
desc "Statusbar app to help you remember to contribute every day on Github"
homepage "https://github.com/tadeuzagallo/GithubPulse"
livecheck do
url :homepage
strategy :github
end
app "GithubPulse.app"
end