Skip to content

Commit

Permalink
head change test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Sep 28, 2016
1 parent b3a3cf2 commit 04db3cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions brew-file.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BrewFile < Formula
desc "Brewfile manager for Homebrew."
homepage "https://github.com/rcmdnk/homebrew-file/"
url "https://github.com/rcmdnk/homebrew-file/archive/v4.0.0.tar.gz"
sha256 "e12723d50c51bac6fcf6d50f473a58f9b595a02002eb44dd210f5086fc738a41"
url "https://github.com/rcmdnk/homebrew-file/archive/v3.16.3.tar.gz"
sha256 "3265d7fe360b432e53006678044809ca4be81691914566bbb100e0bb420ef545"

head "https://github.com/rcmdnk/homebrew-file.git"

Expand All @@ -23,3 +23,4 @@ def install
system "brew", "file", "help"
end
end

0 comments on commit 04db3cb

Please sign in to comment.