summaryrefslogtreecommitdiffstats
path: root/src/opencsg.mk
diff options
context:
space:
mode:
authorTorsten Paul <Torsten.Paul@gmx.de>2016-09-11 12:33:38 (GMT)
committerTorsten Paul <Torsten.Paul@gmx.de>2016-09-11 12:33:38 (GMT)
commitbf247b8b7dbdfa2c618eae95385300348e2f2f67 (patch)
tree45b95ea2b37183bcc051ccea791ba2c02f12a736 /src/opencsg.mk
parent73a92654a681b9edc92dace6df945443da92cbb0 (diff)
downloadmxe-bf247b8b7dbdfa2c618eae95385300348e2f2f67.zip
mxe-bf247b8b7dbdfa2c618eae95385300348e2f2f67.tar.gz
mxe-bf247b8b7dbdfa2c618eae95385300348e2f2f67.tar.bz2
opencsg: update to 1.4.1
This release fixes issues in the rendering path completely breaking the use of the SCS algorithm when run on Intel GPU.
Diffstat (limited to 'src/opencsg.mk')
-rw-r--r--src/opencsg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opencsg.mk b/src/opencsg.mk
index 8da20f9..3f0b4fb 100644
--- a/src/opencsg.mk
+++ b/src/opencsg.mk
@@ -2,8 +2,8 @@
PKG := opencsg
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.4.0
-$(PKG)_CHECKSUM := ecb46be54cfb8a338d2a9b62dec90ec8da6c769078c076f58147d4a6ba1c878d
+$(PKG)_VERSION := 1.4.1
+$(PKG)_CHECKSUM := 48182c8233e6f89cd6752679bde44ef6cc9eda4c06f4db845ec7de2cae2bb07a
$(PKG)_SUBDIR := OpenCSG-$($(PKG)_VERSION)
$(PKG)_FILE := OpenCSG-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.opencsg.org/$($(PKG)_FILE)