aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-02-15 21:07:22 -0600
committerBrett Koonce2014-02-15 22:26:03 -0600
commit0ec57d33ef5a4a708272fd4ce8df90b1597ba988 (patch)
tree5c883186f66a955dc18371a5cb0550ecd41e0a0a /Library
parent08b90ea98492587cb64e7b2c8bacc43e38ebe28c (diff)
downloadhomebrew-0ec57d33ef5a4a708272fd4ce8df90b1597ba988.tar.bz2
hwloc 1.8.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hwloc.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hwloc.rb b/Library/Formula/hwloc.rb
index 6e7d7012e..2d8a8919c 100644
--- a/Library/Formula/hwloc.rb
+++ b/Library/Formula/hwloc.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hwloc < Formula
homepage 'http://www.open-mpi.org/projects/hwloc/'
- url 'http://www.open-mpi.org/software/hwloc/v1.8/downloads/hwloc-1.8.tar.gz'
- sha1 '6c92ad6fc795ef380637b38835f20a01192d6ad5'
+ url 'http://www.open-mpi.org/software/hwloc/v1.8/downloads/hwloc-1.8.1.tar.gz'
+ sha1 '4ed7c5d873fd16974b756efa5727c5b2caaa0118'
depends_on 'pkg-config' => :build
depends_on 'cairo' => :optional