aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Dunn2015-04-17 20:57:37 -0700
committerTim D. Smith2015-04-17 22:34:34 -0700
commitc34cd4c3b74e5179bc672b8c752cbe7c2de2f166 (patch)
tree9e46f684dc4938b1e9f61d26d294a96f9e2c239e /Library
parent3519c940781c3982a15ad9562301db95276d98a8 (diff)
downloadhomebrew-c34cd4c3b74e5179bc672b8c752cbe7c2de2f166.tar.bz2
curaengine 15.05
Closes #38777. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/curaengine.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/curaengine.rb b/Library/Formula/curaengine.rb
index 1989fd153..29d37ad70 100644
--- a/Library/Formula/curaengine.rb
+++ b/Library/Formula/curaengine.rb
@@ -1,9 +1,8 @@
-require "formula"
-
class Curaengine < Formula
homepage "https://github.com/Ultimaker/CuraEngine"
- url "https://github.com/Ultimaker/CuraEngine/archive/14.12.1.tar.gz"
- sha1 "4d50fcd32e402f37b658691a4338e73fb4aaf3ec"
+ url "https://github.com/Ultimaker/CuraEngine/archive/15.04.tar.gz"
+ sha256 "d577e409b3e9554e7d2b886227dbbac6c9525efe34df4fc7d62e9474a2d7f965"
+
head "https://github.com/Ultimaker/CuraEngine.git"
bottle do
@@ -14,8 +13,7 @@ class Curaengine < Formula
end
def install
- ENV.deparallelize
- system "make"
+ system "make", "VERSION=#{version}"
bin.install "build/CuraEngine"
end