From 5f1f3979f85902c019972dff400f09a1d3facf4f Mon Sep 17 00:00:00 2001 From: phinze Date: Wed, 25 Sep 2013 14:41:28 -0500 Subject: [PATCH] bump to v0.17.1; fix brew audit no need to specify version in the formula since it's inferred from the tag --- brew-cask.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brew-cask.rb b/brew-cask.rb index 7041664ba1a..6e3e7a07b28 100644 --- a/brew-cask.rb +++ b/brew-cask.rb @@ -1,11 +1,10 @@ require 'formula' -HOMEBREW_CASK_VERSION = '0.17.0' +HOMEBREW_CASK_VERSION = '0.17.1' class BrewCask < Formula homepage 'https://github.com/phinze/homebrew-cask/' url 'https://github.com/phinze/homebrew-cask.git', :tag => "v#{HOMEBREW_CASK_VERSION}" - version HOMEBREW_CASK_VERSION head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'