aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-28 12:01:41 -0800
committerAdam Vandenberg2013-11-28 12:01:41 -0800
commit0c133dca6d593aa32ceb3b52666a4d43ac703ee7 (patch)
tree615f35a246e13fda6a3e3e38049e69cd2cf52f17 /Library
parent40cfad8c2826ed58b60d51bcecdf711cea28237f (diff)
downloadhomebrew-0c133dca6d593aa32ceb3b52666a4d43ac703ee7.tar.bz2
boxes 1.1.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boxes.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/boxes.rb b/Library/Formula/boxes.rb
index eec76985f..7f8c10ed4 100644
--- a/Library/Formula/boxes.rb
+++ b/Library/Formula/boxes.rb
@@ -2,14 +2,13 @@ require 'formula'
class Boxes < Formula
homepage 'http://boxes.thomasjensen.com/'
- url 'http://boxes.thomasjensen.com/download/boxes-1.1.src.tar.gz'
- sha1 '1fd6e875e9b3c84f2a71f6df73d9eddb37d11c93'
+ url 'http://boxes.thomasjensen.com/download/boxes-1.1.1.src.tar.gz'
+ sha1 '9b09f8c59276a3978ecaf985029b8459aa69e9c1'
def install
# distro uses /usr/share/boxes change to prefix
system "make", "GLOBALCONF=#{share}/boxes-config", "CC=#{ENV.cc}"
- # No make install have to manually copy files
bin.install 'src/boxes'
man1.install 'doc/boxes.1'
share.install 'boxes-config'