All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/tio: bump to version 1.47
@ 2022-09-04 17:12 Sergio Prado via buildroot
  2022-09-06  9:38 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Prado via buildroot @ 2022-09-04 17:12 UTC (permalink / raw)
  To: buildroot; +Cc: Sergio Prado

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/tio/tio.hash | 4 ++--
 package/tio/tio.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/tio/tio.hash b/package/tio/tio.hash
index 5058ccca8e71..cb0311a752ed 100644
--- a/package/tio/tio.hash
+++ b/package/tio/tio.hash
@@ -1,5 +1,5 @@
-# From https://github.com/tio/tio/releases/download/v1.40/tio-1.40.tar.xz.sha256sum:
-sha256  beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527  tio-1.40.tar.xz
+# From https://github.com/tio/tio/releases/download/v1.47/tio-1.47.tar.xz.sha256sum:
+sha256  6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544  tio-1.47.tar.xz
 
 # Hash for license files:
 sha256  9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131  LICENSE
diff --git a/package/tio/tio.mk b/package/tio/tio.mk
index 5c469667f642..0035ce445ee2 100644
--- a/package/tio/tio.mk
+++ b/package/tio/tio.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TIO_VERSION = 1.40
+TIO_VERSION = 1.47
 TIO_SOURCE = tio-$(TIO_VERSION).tar.xz
 TIO_SITE = https://github.com/tio/tio/releases/download/v$(TIO_VERSION)
 TIO_LICENSE = GPL-2.0+
-- 
2.25.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] package/tio: bump to version 1.47
  2022-09-04 17:12 [Buildroot] [PATCH] package/tio: bump to version 1.47 Sergio Prado via buildroot
@ 2022-09-06  9:38 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-09-06  9:38 UTC (permalink / raw)
  To: Sergio Prado; +Cc: buildroot

Sergio, All,

On 2022-09-04 14:12 -0300, Sergio Prado via buildroot spake thusly:
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>

Applied to next, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/tio/tio.hash | 4 ++--
>  package/tio/tio.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/tio/tio.hash b/package/tio/tio.hash
> index 5058ccca8e71..cb0311a752ed 100644
> --- a/package/tio/tio.hash
> +++ b/package/tio/tio.hash
> @@ -1,5 +1,5 @@
> -# From https://github.com/tio/tio/releases/download/v1.40/tio-1.40.tar.xz.sha256sum:
> -sha256  beafc4763552ff7cf3a368e8af36258018ef85fac32133c4635051d7615ab527  tio-1.40.tar.xz
> +# From https://github.com/tio/tio/releases/download/v1.47/tio-1.47.tar.xz.sha256sum:
> +sha256  6f39ac582de747feb9a64c14e6b378c61cb0c3bfa6639e62050022c1b7f5c544  tio-1.47.tar.xz
>  
>  # Hash for license files:
>  sha256  9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131  LICENSE
> diff --git a/package/tio/tio.mk b/package/tio/tio.mk
> index 5c469667f642..0035ce445ee2 100644
> --- a/package/tio/tio.mk
> +++ b/package/tio/tio.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -TIO_VERSION = 1.40
> +TIO_VERSION = 1.47
>  TIO_SOURCE = tio-$(TIO_VERSION).tar.xz
>  TIO_SITE = https://github.com/tio/tio/releases/download/v$(TIO_VERSION)
>  TIO_LICENSE = GPL-2.0+
> -- 
> 2.25.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:[~2022-09-06  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-04 17:12 [Buildroot] [PATCH] package/tio: bump to version 1.47 Sergio Prado via buildroot
2022-09-06  9:38 ` 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.