You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
11 lines
258 B
Ruby
11 lines
258 B
Ruby
cask "githubpulse" do
|
|
version "0.3.1,0.3.10"
|
|
sha256 :no_check
|
|
|
|
url "https://github.com/tadeuzagallo/GithubPulse/raw/master/dist/GithubPulse.zip"
|
|
name "GithubPulse"
|
|
homepage "https://github.com/tadeuzagallo/GithubPulse"
|
|
|
|
app "GithubPulse.app"
|
|
end
|