14 lines
387 B
Ruby
14 lines
387 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"
|
|
|
|
deprecate! date: "2024-06-12", because: :unmaintained
|
|
|
|
app "GithubPulse.app"
|
|
end
|