phinze/homebrew-cask

View on GitHub
Casks/g/githubpulse.rb

Summary

Maintainability
A
0 mins
Test Coverage
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