aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorZhiming Wang2015-01-15 14:34:34 -0800
committerJack Nagel2015-01-15 23:37:51 -0500
commitc2df3eac9dc9d35f68ae56fc0a48571ed1b081fb (patch)
treea858359ac08341794d0d70248e9777201bbaea92 /Library
parentb5cffc8d5fc41540a41ed4deba23afbb6431435e (diff)
downloadhomebrew-c2df3eac9dc9d35f68ae56fc0a48571ed1b081fb.tar.bz2
commonmark 0.16
Closes #35919. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/commonmark.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/commonmark.rb b/Library/Formula/commonmark.rb
index 06ea81bc9..e715ae4ab 100644
--- a/Library/Formula/commonmark.rb
+++ b/Library/Formula/commonmark.rb
@@ -1,7 +1,7 @@
class Commonmark < Formula
homepage "http://commonmark.org"
- url "https://github.com/jgm/CommonMark/archive/0.15.tar.gz"
- sha1 "877665a96fdc5fcc42ec2cd605d8535344a27b72"
+ url "https://github.com/jgm/CommonMark/archive/0.16.tar.gz"
+ sha1 "932c3af5c7357070b8f3d2f418b78e1f56f6df19"
bottle do
cellar :any
@@ -16,7 +16,6 @@ class Commonmark < Formula
def install
mkdir "build" do
system "cmake", "..", *std_cmake_args
- ENV.deparallelize # https://github.com/jgm/CommonMark/issues/279
system "make"
system "make", "test"
system "make", "install"