All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ding-libs: bump to version 0.6.2
@ 2022-04-23 15:49 Fabrice Fontaine
  2022-04-27 17:12 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-04-23 15:49 UTC (permalink / raw)
  To: buildroot; +Cc: Gregory Dymarek, Fabrice Fontaine

- Update site to get latest release
- Update indentation in hash file (two spaces)

https://github.com/SSSD/ding-libs/releases/tag/0.6.2

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

diff --git a/package/ding-libs/Config.in b/package/ding-libs/Config.in
index 64b111e6a1..e4f869728a 100644
--- a/package/ding-libs/Config.in
+++ b/package/ding-libs/Config.in
@@ -14,7 +14,7 @@ config BR2_PACKAGE_DING_LIBS
 	  initialization format (INI) into a library collection data
 	  structure (libini_config).
 
-	  https://pagure.io/SSSD/ding-libs
+	  https://github.com/SSSD/ding-libs
 
 comment "ding-libs needs NLS enabled"
 	depends on BR2_SYSTEM_ENABLE_NLS
diff --git a/package/ding-libs/ding-libs.hash b/package/ding-libs/ding-libs.hash
index 2ac5bd8eee..d5d87faccd 100644
--- a/package/ding-libs/ding-libs.hash
+++ b/package/ding-libs/ding-libs.hash
@@ -1,4 +1,6 @@
+# From https://github.com/SSSD/ding-libs/releases/download/0.6.2/ding-libs-0.6.2.tar.gz.sha256sum
+sha256  e5f07f34f5921bcb5ccccfe3751c28497879a6451cd7b395e99e24d9b5728e8d  ding-libs-0.6.2.tar.gz
+
 # Locally computed
-sha256 ad3c573641701f67d4b6bd8a5a71f0b65d45fd39fe961495ef5f5d3c57fc0963 ding-libs-ding_libs-0_6_1.tar.gz
-sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
-sha256 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58 COPYING.LESSER
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
+sha256  6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58  COPYING.LESSER
diff --git a/package/ding-libs/ding-libs.mk b/package/ding-libs/ding-libs.mk
index 1e8fa59d69..a4ee7351b5 100644
--- a/package/ding-libs/ding-libs.mk
+++ b/package/ding-libs/ding-libs.mk
@@ -4,10 +4,9 @@
 #
 ################################################################################
 
-DING_LIBS_VERSION = 0.6.1
-DING_LIBS_SOURCE = ding-libs-ding_libs-$(subst .,_,$(DING_LIBS_VERSION)).tar.gz
+DING_LIBS_VERSION = 0.6.2
 DING_LIBS_SITE = \
-	https://pagure.io/SSSD/ding-libs/archive/ding_libs-$(subst .,_,$(DING_LIBS_VERSION))
+	https://github.com/SSSD/ding-libs/releases/download/$(DING_LIBS_VERSION)
 DING_LIBS_DEPENDENCIES = host-pkgconf \
 	$(TARGET_NLS_DEPENDENCIES) \
 	$(if $(BR2_PACKAGE_LIBICONV),libiconv)
-- 
2.35.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 1/1] package/ding-libs: bump to version 0.6.2
  2022-04-23 15:49 [Buildroot] [PATCH 1/1] package/ding-libs: bump to version 0.6.2 Fabrice Fontaine
@ 2022-04-27 17:12 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-04-27 17:12 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Gregory Dymarek



On 23/04/2022 17:49, Fabrice Fontaine wrote:
> - Update site to get latest release
> - Update indentation in hash file (two spaces)
> 
> https://github.com/SSSD/ding-libs/releases/tag/0.6.2
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>   package/ding-libs/Config.in      | 2 +-
>   package/ding-libs/ding-libs.hash | 8 +++++---
>   package/ding-libs/ding-libs.mk   | 5 ++---
>   3 files changed, 8 insertions(+), 7 deletions(-)
> 
> diff --git a/package/ding-libs/Config.in b/package/ding-libs/Config.in
> index 64b111e6a1..e4f869728a 100644
> --- a/package/ding-libs/Config.in
> +++ b/package/ding-libs/Config.in
> @@ -14,7 +14,7 @@ config BR2_PACKAGE_DING_LIBS
>   	  initialization format (INI) into a library collection data
>   	  structure (libini_config).
>   
> -	  https://pagure.io/SSSD/ding-libs
> +	  https://github.com/SSSD/ding-libs
>   
>   comment "ding-libs needs NLS enabled"
>   	depends on BR2_SYSTEM_ENABLE_NLS

  This isn't there in master, and I didn't see any other patch on ding-libs. 
What's going on here?

  Anyway, applied to master, thanks.

  Regards,
  Arnout

> diff --git a/package/ding-libs/ding-libs.hash b/package/ding-libs/ding-libs.hash
> index 2ac5bd8eee..d5d87faccd 100644
> --- a/package/ding-libs/ding-libs.hash
> +++ b/package/ding-libs/ding-libs.hash
> @@ -1,4 +1,6 @@
> +# From https://github.com/SSSD/ding-libs/releases/download/0.6.2/ding-libs-0.6.2.tar.gz.sha256sum
> +sha256  e5f07f34f5921bcb5ccccfe3751c28497879a6451cd7b395e99e24d9b5728e8d  ding-libs-0.6.2.tar.gz
> +
>   # Locally computed
> -sha256 ad3c573641701f67d4b6bd8a5a71f0b65d45fd39fe961495ef5f5d3c57fc0963 ding-libs-ding_libs-0_6_1.tar.gz
> -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
> -sha256 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58 COPYING.LESSER
> +sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
> +sha256  6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58  COPYING.LESSER
> diff --git a/package/ding-libs/ding-libs.mk b/package/ding-libs/ding-libs.mk
> index 1e8fa59d69..a4ee7351b5 100644
> --- a/package/ding-libs/ding-libs.mk
> +++ b/package/ding-libs/ding-libs.mk
> @@ -4,10 +4,9 @@
>   #
>   ################################################################################
>   
> -DING_LIBS_VERSION = 0.6.1
> -DING_LIBS_SOURCE = ding-libs-ding_libs-$(subst .,_,$(DING_LIBS_VERSION)).tar.gz
> +DING_LIBS_VERSION = 0.6.2
>   DING_LIBS_SITE = \
> -	https://pagure.io/SSSD/ding-libs/archive/ding_libs-$(subst .,_,$(DING_LIBS_VERSION))
> +	https://github.com/SSSD/ding-libs/releases/download/$(DING_LIBS_VERSION)
>   DING_LIBS_DEPENDENCIES = host-pkgconf \
>   	$(TARGET_NLS_DEPENDENCIES) \
>   	$(if $(BR2_PACKAGE_LIBICONV),libiconv)
_______________________________________________
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-04-27 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 15:49 [Buildroot] [PATCH 1/1] package/ding-libs: bump to version 0.6.2 Fabrice Fontaine
2022-04-27 17:12 ` 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.