From 8749673104db0e63361a9cbc330433a6f9b7137d Mon Sep 17 00:00:00 2001 From: Tony Wallace Date: Thu, 26 Apr 2018 17:08:30 -0700 Subject: [PATCH] chapel 1.17.1 Closes #27281. Signed-off-by: ilovezfs --- Formula/chapel.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/chapel.rb b/Formula/chapel.rb index 8e46e2f1f0..de00db5d65 100644 --- a/Formula/chapel.rb +++ b/Formula/chapel.rb @@ -1,9 +1,8 @@ class Chapel < Formula desc "Emerging programming language designed for parallel computing" homepage "https://chapel-lang.org/" - url "https://github.com/chapel-lang/chapel/releases/download/1.17.0/chapel-1.17.0.tar.gz" - sha256 "7620b780cf2a2bd3b26022957c3712983519a422a793614426aed6d9d8bf9fab" - revision 1 + url "https://github.com/chapel-lang/chapel/releases/download/1.17.1/chapel-1.17.1.tar.gz" + sha256 "f0a4671ca23832d69f831d230ca82264500ad1836d240854ba0835b95137f4f1" head "https://github.com/chapel-lang/chapel.git" bottle do @@ -21,6 +20,8 @@ class Chapel < Formula # https://github.com/Homebrew/legacy-homebrew/pull/35166 cd libexec do system "make" + system "make", "chpldoc" + system "make", "test-venv" system "make", "cleanall" end