bump to v0.17.1; fix brew audit

no need to specify version in the formula since it's inferred from the tag
This commit is contained in:
phinze 2013-09-25 14:41:28 -05:00
parent 95877c9d20
commit 5f1f3979f8
1 changed files with 1 additions and 2 deletions

View File

@ -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'