Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Cura 4.6.2
@ 2020-07-14 17:27 karl-nilsson
  2020-07-21 23:51 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: karl-nilsson @ 2020-07-14 17:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 348 bytes --]

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages cura_4.6.2
https://github.com/void-linux/void-packages/pull/23572

Cura 4.6.2
minor update
built/tested on x64, glibc

A patch file from https://github.com/void-linux/void-packages/pull/23572.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cura_4.6.2-23572.patch --]
[-- Type: text/x-diff, Size: 6485 bytes --]

From 8f1096bec076b3a065f9ff42d681563afc6d89b6 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:09:36 -0400
Subject: [PATCH 1/6] libArcus: update to 4.6.2.

---
 srcpkgs/libArcus/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template
index 214628d6b00..3badc3dcdbc 100644
--- a/srcpkgs/libArcus/template
+++ b/srcpkgs/libArcus/template
@@ -1,7 +1,7 @@
 # Template file for 'libArcus'
 pkgname=libArcus
-version=4.6.1
-revision=2
+version=4.6.2
+revision=1
 build_style=cmake
 configure_args="-DBUILD_EXAMPLES=OFF"
 hostmakedepends="protobuf python3-sip-devel"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/libArcus"
 distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz"
-checksum=8e8a128b6e0049e583761b5ba5980babd5a37f39e363e502736196c094919513
+checksum=3f5bc524a0811e85e084476ed451d9a210460591857d1c086bbf7ee316d7ab35
 
 libArcus-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From bd0141f416e7964ffcb4ce5e523810259b677c97 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:09:47 -0400
Subject: [PATCH 2/6] Uranium: update to 4.6.2.

---
 srcpkgs/Uranium/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template
index 67449022d63..cadd4426b47 100644
--- a/srcpkgs/Uranium/template
+++ b/srcpkgs/Uranium/template
@@ -1,6 +1,6 @@
 # Template file for 'Uranium'
 pkgname=Uranium
-version=4.6.1
+version=4.6.2
 revision=1
 archs=noarch
 build_style=cmake
@@ -14,4 +14,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/Uranium"
 distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz"
-checksum=36896e4807d1ce7040b7ea3cb1288a9e175d55e03e1485b19ba09b407e9515e8
+checksum=8f162f7e31681eca198e59d0a6a9382ad82527729e6f9981d8e75ce7671c05d5

From 750796aa73208f1558089c79c953d37af2e997ba Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:10:10 -0400
Subject: [PATCH 3/6] cura-engine: update to 4.6.2.

---
 srcpkgs/cura-engine/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template
index 232aa6628c3..08e0935f800 100644
--- a/srcpkgs/cura-engine/template
+++ b/srcpkgs/cura-engine/template
@@ -1,7 +1,7 @@
 # Template file for 'cura-engine'
 pkgname=cura-engine
-version=4.6.1
-revision=2
+version=4.6.2
+revision=1
 wrksrc="CuraEngine-${version}"
 build_style=cmake
 configure_args="-DCURA_ENGINE_VERSION=${version}"
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="AGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/CuraEngine"
 distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"
-checksum=c72249b52ddab30fe41bccad4cbba14baa84a51b4069f79450ea0fd6dea78130
+checksum=17ad1dffbfa0526f2a255c1979d36dcc9b63166304be271556d9a2fd31a37e07
 
 post_install() {
 	vlicense LICENSE

From d084e50b7eec2da2754a653b7ffe2700911357b5 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:14:06 -0400
Subject: [PATCH 4/6] cura-fdm-materials: update to 4.6.2.

---
 srcpkgs/cura-fdm-materials/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cura-fdm-materials/template b/srcpkgs/cura-fdm-materials/template
index dc1282d5c75..dbb8191c009 100644
--- a/srcpkgs/cura-fdm-materials/template
+++ b/srcpkgs/cura-fdm-materials/template
@@ -1,7 +1,7 @@
 # Template file for 'cura-fdm-materials'
 pkgname=cura-fdm-materials
 reverts="2019.08.21_1"
-version=4.6.1
+version=4.6.2
 revision=1
 archs=noarch
 wrksrc="fdm_materials-${version}"
@@ -11,7 +11,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/Ultimaker/fdm_materials"
 distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz"
-checksum=eb7c9cfba1b89b02c447f620df01a919649ffa7c4eaef96f3704829111954b7d
+checksum=de70f8b6395852aec9f2fc5e47ed63c93cc52d9da3183b7f51c1e6337ca40741
 
 post_install() {
 	vlicense LICENSE

From 5f90419846db900ac0febc9ffd539f0f30dc8c65 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:14:10 -0400
Subject: [PATCH 5/6] libSavitar: update to 4.6.2.

---
 srcpkgs/libSavitar/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template
index 52e171f51ef..968a9bd67a6 100644
--- a/srcpkgs/libSavitar/template
+++ b/srcpkgs/libSavitar/template
@@ -1,6 +1,6 @@
 # Template file for 'libSavitar'
 pkgname=libSavitar
-version=4.6.1
+version=4.6.2
 revision=1
 build_style=cmake
 hostmakedepends="python3"
@@ -10,7 +10,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/libSavitar"
 distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz"
-checksum=11a41e6d3856c714b9144cf454d86e0ea8f91669fbce10116985b6a2d848aa32
+checksum=894a94aa26b41f3cc3ec197a4e5b5918e463af443d7016df062c9c1cb860a8c1
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3-sip-devel"

From 9eabb800ba89000b8eb69ed830a8d0237a26b20f Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 14 Jul 2020 13:17:01 -0400
Subject: [PATCH 6/6] cura: update to 4.6.2.

---
 srcpkgs/cura/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template
index 2d4574d0538..02115b88a45 100644
--- a/srcpkgs/cura/template
+++ b/srcpkgs/cura/template
@@ -1,6 +1,6 @@
 # Template file for 'cura'
 pkgname=cura
-version=4.6.1
+version=4.6.2
 revision=1
 archs=noarch
 wrksrc="Cura-${version}"
@@ -16,4 +16,4 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Ultimaker/Cura"
 distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz"
-checksum=0229f2c2813e803519c96cb268ed38641b796e4a74b9c93d8a16e247d904bd24
+checksum=a6bcbf15bcc36d2c6bbedc9d52c7b00b7e22f3e44ca53b0ca7c73b8c1f49bb80

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: Cura 4.6.2
  2020-07-14 17:27 [PR PATCH] Cura 4.6.2 karl-nilsson
@ 2020-07-21 23:51 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-07-21 23:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 184 bytes --]

There's a merged pull request on the void-packages repository

Cura 4.6.2
https://github.com/void-linux/void-packages/pull/23572

Description:
minor update
built/tested on x64, glibc

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-21 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-14 17:27 [PR PATCH] Cura 4.6.2 karl-nilsson
2020-07-21 23:51 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).