All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libgta: bump to version 1.2.1
@ 2021-10-07 21:11 Fabrice Fontaine
  2021-10-14 20:59 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-07 21:11 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Fabrice Fontaine

- Update site: https://marlam.de/gta/news/source-code-moved
- Update indentation in hash file (two spaces)

https://marlam.de/gta/news

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libgta/Config.in   | 2 +-
 package/libgta/libgta.hash | 4 ++--
 package/libgta/libgta.mk   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/libgta/Config.in b/package/libgta/Config.in
index 894dced096..f66d83c90e 100644
--- a/package/libgta/Config.in
+++ b/package/libgta/Config.in
@@ -7,4 +7,4 @@ config BR2_PACKAGE_LIBGTA
 	  Libgta is a portable library that implements the Generic
 	  Tagged Array (GTA) file format.
 
-	  http://gta.nongnu.org
+	  https://marlam.de/gta
diff --git a/package/libgta/libgta.hash b/package/libgta/libgta.hash
index d5fceb4205..49ac51d3a1 100644
--- a/package/libgta/libgta.hash
+++ b/package/libgta/libgta.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 1d2ff713955eee28310de082a8fd8e236403c27dee3716ba1238c56e6643e4fb  libgta-1.0.8.tar.xz
-sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89  COPYING
+sha256  d445667e145f755f0bc34ac89b63a6bfdce1eea943f87ee7a3f23dc0dcede8b1  libgta-1.2.1.tar.xz
+sha256  36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89  COPYING
diff --git a/package/libgta/libgta.mk b/package/libgta/libgta.mk
index 1189feeff9..9b19f42dc7 100644
--- a/package/libgta/libgta.mk
+++ b/package/libgta/libgta.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBGTA_VERSION = 1.0.8
-LIBGTA_SITE = http://download.savannah.nongnu.org/releases/gta
+LIBGTA_VERSION = 1.2.1
+LIBGTA_SITE = https://marlam.de/gta/releases
 LIBGTA_SOURCE = libgta-$(LIBGTA_VERSION).tar.xz
 LIBGTA_INSTALL_STAGING = YES
 LIBGTA_DEPENDENCIES = host-pkgconf bzip2 xz zlib
-- 
2.33.0

_______________________________________________
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/libgta: bump to version 1.2.1
  2021-10-07 21:11 [Buildroot] [PATCH 1/1] package/libgta: bump to version 1.2.1 Fabrice Fontaine
@ 2021-10-14 20:59 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-14 20:59 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Romain Naour



On 07/10/2021 23:11, Fabrice Fontaine wrote:
> - Update site: https://marlam.de/gta/news/source-code-moved
> - Update indentation in hash file (two spaces)
> 
> https://marlam.de/gta/news
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/libgta/Config.in   | 2 +-
>   package/libgta/libgta.hash | 4 ++--
>   package/libgta/libgta.mk   | 4 ++--
>   3 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/libgta/Config.in b/package/libgta/Config.in
> index 894dced096..f66d83c90e 100644
> --- a/package/libgta/Config.in
> +++ b/package/libgta/Config.in
> @@ -7,4 +7,4 @@ config BR2_PACKAGE_LIBGTA
>   	  Libgta is a portable library that implements the Generic
>   	  Tagged Array (GTA) file format.
>   
> -	  http://gta.nongnu.org
> +	  https://marlam.de/gta
> diff --git a/package/libgta/libgta.hash b/package/libgta/libgta.hash
> index d5fceb4205..49ac51d3a1 100644
> --- a/package/libgta/libgta.hash
> +++ b/package/libgta/libgta.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256 1d2ff713955eee28310de082a8fd8e236403c27dee3716ba1238c56e6643e4fb  libgta-1.0.8.tar.xz
> -sha256 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89  COPYING
> +sha256  d445667e145f755f0bc34ac89b63a6bfdce1eea943f87ee7a3f23dc0dcede8b1  libgta-1.2.1.tar.xz
> +sha256  36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89  COPYING
> diff --git a/package/libgta/libgta.mk b/package/libgta/libgta.mk
> index 1189feeff9..9b19f42dc7 100644
> --- a/package/libgta/libgta.mk
> +++ b/package/libgta/libgta.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>   
> -LIBGTA_VERSION = 1.0.8
> -LIBGTA_SITE = http://download.savannah.nongnu.org/releases/gta
> +LIBGTA_VERSION = 1.2.1
> +LIBGTA_SITE = https://marlam.de/gta/releases
>   LIBGTA_SOURCE = libgta-$(LIBGTA_VERSION).tar.xz
>   LIBGTA_INSTALL_STAGING = YES
>   LIBGTA_DEPENDENCIES = host-pkgconf bzip2 xz zlib
> 
_______________________________________________
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-14 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 21:11 [Buildroot] [PATCH 1/1] package/libgta: bump to version 1.2.1 Fabrice Fontaine
2021-10-14 20:59 ` 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.