aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-05-19 22:48:50 -0700
committerBrett Koonce2014-05-20 00:04:33 -0700
commit7f28ec4128717f5d122d2c03ba18c3a1a6159bb8 (patch)
treebbb38c9108e936963d61dedfe4b25b78a81cb6f3 /Library
parentcf329414151a80a7b3630b8d8470f76d8fe98d32 (diff)
downloadhomebrew-7f28ec4128717f5d122d2c03ba18c3a1a6159bb8.tar.bz2
CuraEngine 14.03
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/curaengine.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/curaengine.rb b/Library/Formula/curaengine.rb
index 95286daa1..1f5a09620 100644
--- a/Library/Formula/curaengine.rb
+++ b/Library/Formula/curaengine.rb
@@ -1,14 +1,14 @@
-require 'formula'
+require "formula"
class Curaengine < Formula
- homepage 'https://github.com/Ultimaker/CuraEngine'
- head 'https://github.com/Ultimaker/CuraEngine.git'
- url 'https://github.com/Ultimaker/CuraEngine/archive/14.01.tar.gz'
- sha1 '015096620c885eb25da6fd7be672de25717d45c1'
+ homepage "https://github.com/Ultimaker/CuraEngine"
+ head "https://github.com/Ultimaker/CuraEngine.git"
+ url "https://github.com/Ultimaker/CuraEngine/archive/14.03.tar.gz"
+ sha1 "d782c90d6e66580cc7e4b43a013da399e4623259"
def install
ENV.deparallelize
system "make"
- bin.install 'CuraEngine'
+ bin.install "CuraEngine"
end
end