summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-11-14 17:49:09 +0000
committerGrey Christoforo2016-11-14 17:49:09 +0000
commit813d7ec0f16854a97ba3ddc13b278546bfca80fd (patch)
tree3ca4a233134d0ab3c8c6eb1e9107c49d12d7f918
parentdb5d8b49d61126f35e8854ee30d01f02e92edfba (diff)
downloadaur-813d7ec0f16854a97ba3ddc13b278546bfca80fd.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 cb959f2b975b..f39e20fc90b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Oct 21 19:51:41 UTC 2016
+# Mon Nov 14 17:48:15 UTC 2016
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.0
+ pkgver = 2.3.1
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.0.tar.gz
- md5sums = 9e023489b57c5884b51c5fb0f0f6ec60
+ source = https://github.com/Ultimaker/curaengine/archive/2.3.1.tar.gz
+ md5sums = 414a37c98d722e0ba4a76293394bc8c2
pkgname = curaengine
diff --git a/PKGBUILD b/PKGBUILD
index 4a4c7258d91d..5956064b8f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=curaengine
-pkgver=2.3.0
+pkgver=2.3.1
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=('9e023489b57c5884b51c5fb0f0f6ec60')
+md5sums=('414a37c98d722e0ba4a76293394bc8c2')
build() {