Skip to content

Commit

Permalink
tree: add mirror
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#32086.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
DomT4 authored and jacknagel committed Sep 4, 2014
1 parent 88eb93f commit cefda3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/tree.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
require 'formula'

class Tree < Formula
homepage 'http://mama.indstate.edu/users/ice/tree/'
url 'http://mama.indstate.edu/users/ice/tree/src/tree-1.7.0.tgz'
sha1 '35bd212606e6c5d60f4d5062f4a59bb7b7b25949'
homepage "http://mama.indstate.edu/users/ice/tree/"
url "http://mama.indstate.edu/users/ice/tree/src/tree-1.7.0.tgz"
mirror "https://mirrors.kernel.org/debian/pool/main/t/tree/tree_1.7.0.orig.tar.gz"
sha1 "35bd212606e6c5d60f4d5062f4a59bb7b7b25949"

bottle do
cellar :any
Expand Down

0 comments on commit cefda3f

Please sign in to comment.