All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/moby-buildkit: bump to version 0.10.0
@ 2022-03-11  4:18 Christian Stewart via buildroot
  2022-03-17 21:36 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart via buildroot @ 2022-03-11  4:18 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

https://github.com/moby/buildkit/releases/tag/v0.10.0

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/moby-buildkit/moby-buildkit.hash | 4 ++--
 package/moby-buildkit/moby-buildkit.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/moby-buildkit/moby-buildkit.hash b/package/moby-buildkit/moby-buildkit.hash
index 3015e479f6..e22e97cb3a 100644
--- a/package/moby-buildkit/moby-buildkit.hash
+++ b/package/moby-buildkit/moby-buildkit.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  0cc31aa4b6dcdead63b07d75e0b89495ecffcc183f4f62695d8bb507433fc8ff  moby-buildkit-0.8.1.tar.gz
-sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
+sha256  5877faf02cbddfb6c988f44b5b373739fed87f4aeb8802c6777fe7be2f772506  moby-buildkit-0.10.0.tar.gz
+sha256	7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8  LICENSE
diff --git a/package/moby-buildkit/moby-buildkit.mk b/package/moby-buildkit/moby-buildkit.mk
index 3f0df351ef..d34ff96252 100644
--- a/package/moby-buildkit/moby-buildkit.mk
+++ b/package/moby-buildkit/moby-buildkit.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MOBY_BUILDKIT_VERSION = 0.8.1
+MOBY_BUILDKIT_VERSION = 0.10.0
 MOBY_BUILDKIT_SITE = $(call github,moby,buildkit,v$(MOBY_BUILDKIT_VERSION))
 MOBY_BUILDKIT_LICENSE = Apache-2.0
 MOBY_BUILDKIT_LICENSE_FILES = LICENSE
-- 
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/moby-buildkit: bump to version 0.10.0
  2022-03-11  4:18 [Buildroot] [PATCH 1/1] package/moby-buildkit: bump to version 0.10.0 Christian Stewart via buildroot
@ 2022-03-17 21:36 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-03-17 21:36 UTC (permalink / raw)
  To: Christian Stewart, buildroot; +Cc: Yann E . MORIN, Thomas Petazzoni



On 11/03/2022 05:18, Christian Stewart via buildroot wrote:
> https://github.com/moby/buildkit/releases/tag/v0.10.0
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>   package/moby-buildkit/moby-buildkit.hash | 4 ++--
>   package/moby-buildkit/moby-buildkit.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/moby-buildkit/moby-buildkit.hash b/package/moby-buildkit/moby-buildkit.hash
> index 3015e479f6..e22e97cb3a 100644
> --- a/package/moby-buildkit/moby-buildkit.hash
> +++ b/package/moby-buildkit/moby-buildkit.hash
> @@ -1,3 +1,3 @@
>   # Locally calculated
> -sha256  0cc31aa4b6dcdead63b07d75e0b89495ecffcc183f4f62695d8bb507433fc8ff  moby-buildkit-0.8.1.tar.gz
> -sha256  c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4  LICENSE
> +sha256  5877faf02cbddfb6c988f44b5b373739fed87f4aeb8802c6777fe7be2f772506  moby-buildkit-0.10.0.tar.gz
> +sha256	7c87873291f289713ac5df48b1f2010eb6963752bbd6b530416ab99fc37914a8  LICENSE

  If the license hash changes, you *have* to explain why in the commit message 
(in particular, you have to explain why the license hasn't changed).

  Also, as reported by check-package: two spaces.

  However, the license file is actually still the same, this hash shouldn't have 
changed. So applied to master after restoring the original license hash, thanks.

  Regards,
  Arnout

> diff --git a/package/moby-buildkit/moby-buildkit.mk b/package/moby-buildkit/moby-buildkit.mk
> index 3f0df351ef..d34ff96252 100644
> --- a/package/moby-buildkit/moby-buildkit.mk
> +++ b/package/moby-buildkit/moby-buildkit.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -MOBY_BUILDKIT_VERSION = 0.8.1
> +MOBY_BUILDKIT_VERSION = 0.10.0
>   MOBY_BUILDKIT_SITE = $(call github,moby,buildkit,v$(MOBY_BUILDKIT_VERSION))
>   MOBY_BUILDKIT_LICENSE = Apache-2.0
>   MOBY_BUILDKIT_LICENSE_FILES = LICENSE
_______________________________________________
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-03-17 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  4:18 [Buildroot] [PATCH 1/1] package/moby-buildkit: bump to version 0.10.0 Christian Stewart via buildroot
2022-03-17 21:36 ` 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.