mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
https://github.com/zbuc/imgurBar/blob/master/README.md Although it does not appear to include the text of the BSD license
10 lines
207 B
Ruby
10 lines
207 B
Ruby
cask :v1 => 'imgur' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://github.com/zbuc/imgurBar/raw/master/imgur.dmg'
|
|
homepage 'https://github.com/zbuc/imgurBar'
|
|
license :bsd
|
|
|
|
app 'imgur.app'
|
|
end
|