summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-23 11:53:13 +0000
committerGrey Christoforo2017-02-23 11:53:13 +0000
commit18b02d44b93fe53026b28e2047d3ec466a4d5e82 (patch)
tree35b5c4d1c9ee7c4ad012afc1b75ffbcdd16a1cbc
parent813d7ec0f16854a97ba3ddc13b278546bfca80fd (diff)
downloadaur-18b02d44b93fe53026b28e2047d3ec466a4d5e82.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f39e20fc90b9..5286ac41080b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Nov 14 17:48:15 UTC 2016
+# Thu Feb 23 11:53:10 UTC 2017
pkgbase = curaengine
pkgdesc = CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called Cura.
- pkgver = 2.3.1
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/Ultimaker/CuraEngine
arch = any
license = GPLv3
makedepends = cmake
depends = arcus
- source = https://github.com/Ultimaker/curaengine/archive/2.3.1.tar.gz
- md5sums = 414a37c98d722e0ba4a76293394bc8c2
+ source = https://github.com/Ultimaker/curaengine/archive/2.4.0.tar.gz
+ md5sums = b2acaf1cd000da903beba985f45e745a
pkgname = curaengine
diff --git a/PKGBUILD b/PKGBUILD
index 5956064b8f19..61fd9bd865d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=curaengine
-pkgver=2.3.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called Cura."
url="https://github.com/Ultimaker/CuraEngine"
@@ -10,7 +10,7 @@ license=('GPLv3')
depends=('arcus')
makedepends=('cmake')
source=("https://github.com/Ultimaker/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('414a37c98d722e0ba4a76293394bc8c2')
+md5sums=('b2acaf1cd000da903beba985f45e745a')
build() {