mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
11 lines
273 B
Ruby
11 lines
273 B
Ruby
cask :v1 => 'githubpulse' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://github.com/tadeuzagallo/GithubPulse/raw/master/dist/GithubPulse.zip'
|
|
name 'GithubPulse'
|
|
homepage 'https://github.com/tadeuzagallo/GithubPulse'
|
|
license :mit
|
|
|
|
app 'GithubPulse.app'
|
|
end
|