All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/woff2: use github helper
@ 2022-04-06 18:55 Fabrice Fontaine
  2022-04-06 20:58 ` Adrian Perez de Castro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-06 18:55 UTC (permalink / raw)
  To: buildroot; +Cc: Adrian Perez de Castro, Fabrice Fontaine

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

diff --git a/package/woff2/woff2.hash b/package/woff2/woff2.hash
index 469071e3c2..0812dabcf1 100644
--- a/package/woff2/woff2.hash
+++ b/package/woff2/woff2.hash
@@ -1,5 +1,5 @@
 # Locally generated:
-sha512  c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d  v1.0.2.tar.gz
+sha512  c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d  woff2-1.0.2.tar.gz
 
 # Hash for license files:
 sha512  8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b  LICENSE
diff --git a/package/woff2/woff2.mk b/package/woff2/woff2.mk
index b2ff33fe98..937e8cf736 100644
--- a/package/woff2/woff2.mk
+++ b/package/woff2/woff2.mk
@@ -5,8 +5,7 @@
 ################################################################################
 
 WOFF2_VERSION = 1.0.2
-WOFF2_SOURCE = v$(WOFF2_VERSION).tar.gz
-WOFF2_SITE = https://github.com/google/woff2/archive
+WOFF2_SITE = $(call github,google,woff2,v$(WOFF2_VERSION))
 WOFF2_LICENSE = MIT
 WOFF2_LICENSE_FILES = LICENSE
 WOFF2_INSTALL_STAGING = YES
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/woff2: use github helper
  2022-04-06 18:55 [Buildroot] [PATCH 1/1] package/woff2: use github helper Fabrice Fontaine
@ 2022-04-06 20:58 ` Adrian Perez de Castro
  2022-04-10 21:07 ` Peter Korsgaard
  2022-04-11  9:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Adrian Perez de Castro @ 2022-04-06 20:58 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Fabrice Fontaine, buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1786 bytes --]

On Wed, 06 Apr 2022 20:55:52 +0200 Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Acked-by: Adrian Perez de Castro <aperez@igalia.com>

> ---
>  package/woff2/woff2.hash | 2 +-
>  package/woff2/woff2.mk   | 3 +--
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/woff2/woff2.hash b/package/woff2/woff2.hash
> index 469071e3c2..0812dabcf1 100644
> --- a/package/woff2/woff2.hash
> +++ b/package/woff2/woff2.hash
> @@ -1,5 +1,5 @@
>  # Locally generated:
> -sha512  c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d  v1.0.2.tar.gz
> +sha512  c788bba1530aec463e755e901f9342f4b599e3a07f54645fef1dc388ab5d5c30625535e5dd38e9e792e04a640574baa50eeefb6b7338ab403755f4a4e0c3044d  woff2-1.0.2.tar.gz
>  
>  # Hash for license files:
>  sha512  8ee924da3fb5d16135adcf6a8fbe9e2e8f3d2d80468617e72ca4fa059a60f8455c9a5f68a8dc381b1297c8bf39c887a912d0f69246d2604ada74d3da9e8e490b  LICENSE
> diff --git a/package/woff2/woff2.mk b/package/woff2/woff2.mk
> index b2ff33fe98..937e8cf736 100644
> --- a/package/woff2/woff2.mk
> +++ b/package/woff2/woff2.mk
> @@ -5,8 +5,7 @@
>  ################################################################################
>  
>  WOFF2_VERSION = 1.0.2
> -WOFF2_SOURCE = v$(WOFF2_VERSION).tar.gz
> -WOFF2_SITE = https://github.com/google/woff2/archive
> +WOFF2_SITE = $(call github,google,woff2,v$(WOFF2_VERSION))
>  WOFF2_LICENSE = MIT
>  WOFF2_LICENSE_FILES = LICENSE
>  WOFF2_INSTALL_STAGING = YES
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/woff2: use github helper
  2022-04-06 18:55 [Buildroot] [PATCH 1/1] package/woff2: use github helper Fabrice Fontaine
  2022-04-06 20:58 ` Adrian Perez de Castro
@ 2022-04-10 21:07 ` Peter Korsgaard
  2022-04-11  9:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-04-10 21:07 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Adrian Perez de Castro, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/woff2: use github helper
  2022-04-06 18:55 [Buildroot] [PATCH 1/1] package/woff2: use github helper Fabrice Fontaine
  2022-04-06 20:58 ` Adrian Perez de Castro
  2022-04-10 21:07 ` Peter Korsgaard
@ 2022-04-11  9:42 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-04-11  9:42 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Adrian Perez de Castro, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-11  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 18:55 [Buildroot] [PATCH 1/1] package/woff2: use github helper Fabrice Fontaine
2022-04-06 20:58 ` Adrian Perez de Castro
2022-04-10 21:07 ` Peter Korsgaard
2022-04-11  9:42 ` Peter Korsgaard

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.