Browse Source

update to 0.2.0; fix skip_clean deprecation

v0.2.0
phinze 13 years ago
parent
commit
ce9c568d18
  1. 6
      brew-cask.rb

6
brew-cask.rb

@ -2,10 +2,10 @@ require 'formula'
class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.1.0'
version '0.1.0'
url 'https://github.com/phinze/homebrew-cask.git', :tag => 'v0.2.0'
version '0.2.0'
skip_clean :all
skip_clean 'bin'
def install
prefix.install_p 'lib', 'rubylib'

Loading…
Cancel
Save