All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2
@ 2022-01-26 21:00 Fabrice Fontaine
  2022-01-27  9:50 ` Paul Cercueil
  2022-02-01 22:04 ` Arnout Vandecappelle
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-01-26 21:00 UTC (permalink / raw)
  To: buildroot; +Cc: Paul Cercueil, Fabrice Fontaine

Update indentation in hash file (two spaces)

https://github.com/viveris/uMTP-Responder/blob/umtprd-1.6.2/Release-notes.txt

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

diff --git a/package/umtprd/umtprd.hash b/package/umtprd/umtprd.hash
index 170837d84b..7cd75619ab 100644
--- a/package/umtprd/umtprd.hash
+++ b/package/umtprd/umtprd.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256	cce45c7d3df0022fc013c79de21b1f11b1027d090aeb628669f08b0c20d2afdd	umtprd-1.3.10.tar.gz
-sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	LICENSE
+sha256  1de40511c1dd4618719cff2058dfe68a595f1b9284c80afa89d6d1a1c80aec29  umtprd-1.6.2.tar.gz
+sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE
diff --git a/package/umtprd/umtprd.mk b/package/umtprd/umtprd.mk
index f1a4e66cff..c5e0ee512e 100644
--- a/package/umtprd/umtprd.mk
+++ b/package/umtprd/umtprd.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-UMTPRD_VERSION = 1.3.10
+UMTPRD_VERSION = 1.6.2
 UMTPRD_SITE = https://github.com/viveris/uMTP-Responder/archive
 UMTPRD_LICENSE = GPL-3.0+
 UMTPRD_LICENSE_FILES = LICENSE
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2
  2022-01-26 21:00 [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2 Fabrice Fontaine
@ 2022-01-27  9:50 ` Paul Cercueil
  2022-02-01 22:04 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Cercueil @ 2022-01-27  9:50 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Hi,

Le mer., janv. 26 2022 at 22:00:39 +0100, Fabrice Fontaine 
<fontaine.fabrice@gmail.com> a écrit :
> Update indentation in hash file (two spaces)
> 
> https://github.com/viveris/uMTP-Responder/blob/umtprd-1.6.2/Release-notes.txt
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Thanks! It's been on my to-do list for too long.

Acked-by: Paul Cercueil <paul@crapouillou.net>

Cheers,
-Paul

> ---
>  package/umtprd/umtprd.hash | 4 ++--
>  package/umtprd/umtprd.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/umtprd/umtprd.hash b/package/umtprd/umtprd.hash
> index 170837d84b..7cd75619ab 100644
> --- a/package/umtprd/umtprd.hash
> +++ b/package/umtprd/umtprd.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256	cce45c7d3df0022fc013c79de21b1f11b1027d090aeb628669f08b0c20d2afdd	umtprd-1.3.10.tar.gz
> -sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	LICENSE
> +sha256  
> 1de40511c1dd4618719cff2058dfe68a595f1b9284c80afa89d6d1a1c80aec29  
> umtprd-1.6.2.tar.gz
> +sha256  
> 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  
> LICENSE
> diff --git a/package/umtprd/umtprd.mk b/package/umtprd/umtprd.mk
> index f1a4e66cff..c5e0ee512e 100644
> --- a/package/umtprd/umtprd.mk
> +++ b/package/umtprd/umtprd.mk
> @@ -4,7 +4,7 @@
>  #
>  
> ################################################################################
> 
> -UMTPRD_VERSION = 1.3.10
> +UMTPRD_VERSION = 1.6.2
>  UMTPRD_SITE = https://github.com/viveris/uMTP-Responder/archive
>  UMTPRD_LICENSE = GPL-3.0+
>  UMTPRD_LICENSE_FILES = LICENSE
> --
> 2.34.1
> 


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

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

* Re: [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2
  2022-01-26 21:00 [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2 Fabrice Fontaine
  2022-01-27  9:50 ` Paul Cercueil
@ 2022-02-01 22:04 ` Arnout Vandecappelle
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2022-02-01 22:04 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Paul Cercueil



On 26/01/2022 22:00, Fabrice Fontaine wrote:
> Update indentation in hash file (two spaces)
> 
> https://github.com/viveris/uMTP-Responder/blob/umtprd-1.6.2/Release-notes.txt
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/umtprd/umtprd.hash | 4 ++--
>   package/umtprd/umtprd.mk   | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/umtprd/umtprd.hash b/package/umtprd/umtprd.hash
> index 170837d84b..7cd75619ab 100644
> --- a/package/umtprd/umtprd.hash
> +++ b/package/umtprd/umtprd.hash
> @@ -1,3 +1,3 @@
>   # Locally computed
> -sha256	cce45c7d3df0022fc013c79de21b1f11b1027d090aeb628669f08b0c20d2afdd	umtprd-1.3.10.tar.gz
> -sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	LICENSE
> +sha256  1de40511c1dd4618719cff2058dfe68a595f1b9284c80afa89d6d1a1c80aec29  umtprd-1.6.2.tar.gz
> +sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  LICENSE
> diff --git a/package/umtprd/umtprd.mk b/package/umtprd/umtprd.mk
> index f1a4e66cff..c5e0ee512e 100644
> --- a/package/umtprd/umtprd.mk
> +++ b/package/umtprd/umtprd.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -UMTPRD_VERSION = 1.3.10
> +UMTPRD_VERSION = 1.6.2
>   UMTPRD_SITE = https://github.com/viveris/uMTP-Responder/archive
>   UMTPRD_LICENSE = GPL-3.0+
>   UMTPRD_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-02-01 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 21:00 [Buildroot] [PATCH 1/1] package/umtprd: bump to version 1.6.2 Fabrice Fontaine
2022-01-27  9:50 ` Paul Cercueil
2022-02-01 22:04 ` 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.