* [Buildroot] [PATCH 1/1] package/libvpx: bump version to 1.11.0
@ 2021-10-15 15:32 Bernd Kuhls
2021-10-16 8:32 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2021-10-15 15:32 UTC (permalink / raw)
To: buildroot; +Cc: Spenser Gilliland
Changelog:
https://github.com/webmproject/libvpx/blob/master/CHANGELOG
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libvpx/libvpx.hash | 2 +-
package/libvpx/libvpx.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
index 5b9568837c..4e9bd91dee 100644
--- a/package/libvpx/libvpx.hash
+++ b/package/libvpx/libvpx.hash
@@ -1,4 +1,4 @@
# Locally computed:
-sha256 85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a libvpx-1.10.0.tar.gz
+sha256 965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83 libvpx-1.11.0.tar.gz
sha256 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615 LICENSE
sha256 cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c PATENTS
diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
index 6ad558bc99..ece1ad2cb8 100644
--- a/package/libvpx/libvpx.mk
+++ b/package/libvpx/libvpx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBVPX_VERSION = 1.10.0
+LIBVPX_VERSION = 1.11.0
LIBVPX_SITE = $(call github,webmproject,libvpx,v$(LIBVPX_VERSION))
LIBVPX_LICENSE = BSD-3-Clause
LIBVPX_LICENSE_FILES = LICENSE PATENTS
--
2.30.2
_______________________________________________
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 1/1] package/libvpx: bump version to 1.11.0
2021-10-15 15:32 [Buildroot] [PATCH 1/1] package/libvpx: bump version to 1.11.0 Bernd Kuhls
@ 2021-10-16 8:32 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-10-16 8:32 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Spenser Gilliland, buildroot
Bernd, All,
On 2021-10-15 17:32 +0200, Bernd Kuhls spake thusly:
> Changelog:
> https://github.com/webmproject/libvpx/blob/master/CHANGELOG
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/libvpx/libvpx.hash | 2 +-
> package/libvpx/libvpx.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libvpx/libvpx.hash b/package/libvpx/libvpx.hash
> index 5b9568837c..4e9bd91dee 100644
> --- a/package/libvpx/libvpx.hash
> +++ b/package/libvpx/libvpx.hash
> @@ -1,4 +1,4 @@
> # Locally computed:
> -sha256 85803ccbdbdd7a3b03d930187cb055f1353596969c1f92ebec2db839fa4f834a libvpx-1.10.0.tar.gz
> +sha256 965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83 libvpx-1.11.0.tar.gz
> sha256 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615 LICENSE
> sha256 cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c PATENTS
> diff --git a/package/libvpx/libvpx.mk b/package/libvpx/libvpx.mk
> index 6ad558bc99..ece1ad2cb8 100644
> --- a/package/libvpx/libvpx.mk
> +++ b/package/libvpx/libvpx.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -LIBVPX_VERSION = 1.10.0
> +LIBVPX_VERSION = 1.11.0
> LIBVPX_SITE = $(call github,webmproject,libvpx,v$(LIBVPX_VERSION))
> LIBVPX_LICENSE = BSD-3-Clause
> LIBVPX_LICENSE_FILES = LICENSE PATENTS
> --
> 2.30.2
>
> _______________________________________________
> 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-10-16 8:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 15:32 [Buildroot] [PATCH 1/1] package/libvpx: bump version to 1.11.0 Bernd Kuhls
2021-10-16 8:32 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox