All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/gnuplot: bump version to 5.4.2
@ 2021-06-07  8:24 Michael Fischer
  2021-06-20 12:53 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Fischer @ 2021-06-07  8:24 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Michael Fischer <mf@go-sys.de>
---
 package/gnuplot/gnuplot.hash | 8 ++++----
 package/gnuplot/gnuplot.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash
index 9770185c21..84e71d79a7 100644
--- a/package/gnuplot/gnuplot.hash
+++ b/package/gnuplot/gnuplot.hash
@@ -1,6 +1,6 @@
-# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.1/
-md5  80f75b684f1175d36cd6908ff1ceb588  gnuplot-5.4.1.tar.gz
-sha1  bb1cd34f8ec0357eccef70122f0fd531ced5dd29  gnuplot-5.4.1.tar.gz
+# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.2/
+md5  2050ca477199a591543bc968aba7d899  gnuplot-5.4.2.tar.gz
+sha1  2e076b29f38bfcb841cb5eb3377fd1a469ced1ac  gnuplot-5.4.2.tar.gz
 # Locally computed
-sha256  6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e  gnuplot-5.4.1.tar.gz
+sha256  e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba  gnuplot-5.4.2.tar.gz
 sha256  895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d  Copyright
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
index 9a72a47144..436d3e5f92 100644
--- a/package/gnuplot/gnuplot.mk
+++ b/package/gnuplot/gnuplot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUPLOT_VERSION = 5.4.1
+GNUPLOT_VERSION = 5.4.2
 GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
 GNUPLOT_LICENSE = gnuplot license (open source)
 GNUPLOT_LICENSE_FILES = Copyright
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/gnuplot: bump version to 5.4.2
  2021-06-07  8:24 [Buildroot] [PATCH 1/1] package/gnuplot: bump version to 5.4.2 Michael Fischer
@ 2021-06-20 12:53 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-06-20 12:53 UTC (permalink / raw)
  To: buildroot



On 07/06/2021 10:24, Michael Fischer wrote:
> Signed-off-by: Michael Fischer <mf@go-sys.de>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/gnuplot/gnuplot.hash | 8 ++++----
>  package/gnuplot/gnuplot.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash
> index 9770185c21..84e71d79a7 100644
> --- a/package/gnuplot/gnuplot.hash
> +++ b/package/gnuplot/gnuplot.hash
> @@ -1,6 +1,6 @@
> -# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.1/
> -md5  80f75b684f1175d36cd6908ff1ceb588  gnuplot-5.4.1.tar.gz
> -sha1  bb1cd34f8ec0357eccef70122f0fd531ced5dd29  gnuplot-5.4.1.tar.gz
> +# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.2/
> +md5  2050ca477199a591543bc968aba7d899  gnuplot-5.4.2.tar.gz
> +sha1  2e076b29f38bfcb841cb5eb3377fd1a469ced1ac  gnuplot-5.4.2.tar.gz
>  # Locally computed
> -sha256  6b690485567eaeb938c26936e5e0681cf70c856d273cc2c45fabf64d8bc6590e  gnuplot-5.4.1.tar.gz
> +sha256  e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba  gnuplot-5.4.2.tar.gz
>  sha256  895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d  Copyright
> diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
> index 9a72a47144..436d3e5f92 100644
> --- a/package/gnuplot/gnuplot.mk
> +++ b/package/gnuplot/gnuplot.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -GNUPLOT_VERSION = 5.4.1
> +GNUPLOT_VERSION = 5.4.2
>  GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
>  GNUPLOT_LICENSE = gnuplot license (open source)
>  GNUPLOT_LICENSE_FILES = Copyright
> 

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

end of thread, other threads:[~2021-06-20 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  8:24 [Buildroot] [PATCH 1/1] package/gnuplot: bump version to 5.4.2 Michael Fischer
2021-06-20 12:53 ` Arnout Vandecappelle

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.