CuraEngine 14.03

master
Brett Koonce 2014-05-19 22:48:50 -07:00
parent a96a0eb95d
commit 1dd649f324
1 changed files with 6 additions and 6 deletions

View File

@ -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