|
@ -2,8 +2,9 @@ require 'formula' |
|
|
|
|
|
|
|
|
class BrewCask < Formula |
|
|
class BrewCask < Formula |
|
|
homepage 'https://github.com/phinze/homebrew-cask/' |
|
|
homepage 'https://github.com/phinze/homebrew-cask/' |
|
|
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.4' |
|
|
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.3.5' |
|
|
version '0.3.4' |
|
|
head 'https://github.com/phinze/homebrew-cask.git' |
|
|
|
|
|
version '0.3.5' |
|
|
|
|
|
|
|
|
skip_clean 'bin' |
|
|
skip_clean 'bin' |
|
|
|
|
|
|
|
|