* [Buildroot] [PATCH v1] package/assimp: bump version to 5.1.3
@ 2021-12-10 14:27 Peter Seiderer
2021-12-12 16:05 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2021-12-10 14:27 UTC (permalink / raw)
To: buildroot
For details see [1], [2] and [3].
[1] https://github.com/assimp/assimp/releases/tag/v5.1.1
[2] https://github.com/assimp/assimp/releases/tag/v5.1.2
[3] https://github.com/assimp/assimp/releases/tag/v5.1.3
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
package/assimp/assimp.hash | 2 +-
package/assimp/assimp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/assimp/assimp.hash b/package/assimp/assimp.hash
index c61bf88b29..2f4a308c3d 100644
--- a/package/assimp/assimp.hash
+++ b/package/assimp/assimp.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 b96f609bca45cc4747bf8ea4b696816ada484aed2812e60ea4d16aae18360b0b assimp-5.1.0.tar.gz
+sha256 50a7bd2c8009945e1833c591d16f4f7c491a3c6190f69d9d007167aadb175c35 assimp-5.1.3.tar.gz
sha256 147874443d242b4e2bae97036e26ec9d6b37f706174c1bd5ecfcc8c1294cef51 LICENSE
diff --git a/package/assimp/assimp.mk b/package/assimp/assimp.mk
index 919f7a0a8c..90a617e0c6 100644
--- a/package/assimp/assimp.mk
+++ b/package/assimp/assimp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ASSIMP_VERSION = 5.1.0
+ASSIMP_VERSION = 5.1.3
ASSIMP_SITE = $(call github,assimp,assimp,v$(ASSIMP_VERSION))
ASSIMP_LICENSE = BSD-3-Clause
ASSIMP_LICENSE_FILES = LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH v1] package/assimp: bump version to 5.1.3
2021-12-10 14:27 [Buildroot] [PATCH v1] package/assimp: bump version to 5.1.3 Peter Seiderer
@ 2021-12-12 16:05 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-12-12 16:05 UTC (permalink / raw)
To: Peter Seiderer; +Cc: buildroot
Peter, All,
On 2021-12-10 15:27 +0100, Peter Seiderer spake thusly:
> For details see [1], [2] and [3].
>
> [1] https://github.com/assimp/assimp/releases/tag/v5.1.1
> [2] https://github.com/assimp/assimp/releases/tag/v5.1.2
> [3] https://github.com/assimp/assimp/releases/tag/v5.1.3
>
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/assimp/assimp.hash | 2 +-
> package/assimp/assimp.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/assimp/assimp.hash b/package/assimp/assimp.hash
> index c61bf88b29..2f4a308c3d 100644
> --- a/package/assimp/assimp.hash
> +++ b/package/assimp/assimp.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 b96f609bca45cc4747bf8ea4b696816ada484aed2812e60ea4d16aae18360b0b assimp-5.1.0.tar.gz
> +sha256 50a7bd2c8009945e1833c591d16f4f7c491a3c6190f69d9d007167aadb175c35 assimp-5.1.3.tar.gz
> sha256 147874443d242b4e2bae97036e26ec9d6b37f706174c1bd5ecfcc8c1294cef51 LICENSE
> diff --git a/package/assimp/assimp.mk b/package/assimp/assimp.mk
> index 919f7a0a8c..90a617e0c6 100644
> --- a/package/assimp/assimp.mk
> +++ b/package/assimp/assimp.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -ASSIMP_VERSION = 5.1.0
> +ASSIMP_VERSION = 5.1.3
> ASSIMP_SITE = $(call github,assimp,assimp,v$(ASSIMP_VERSION))
> ASSIMP_LICENSE = BSD-3-Clause
> ASSIMP_LICENSE_FILES = LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-12 16:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10 14:27 [Buildroot] [PATCH v1] package/assimp: bump version to 5.1.3 Peter Seiderer
2021-12-12 16:05 ` Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.