Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/davici: bump to version 1.4
@ 2021-10-15 20:33 Fabrice Fontaine
  2021-10-16  8:29 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-15 20:33 UTC (permalink / raw)
  To: buildroot; +Cc: Matt Weber, Fabrice Fontaine

Update indentation in hash file (two spaces)

https://github.com/strongswan/davici/blob/v1.4/NEWS

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

diff --git a/package/davici/davici.hash b/package/davici/davici.hash
index 178d87f2e2..27ec2a6dab 100644
--- a/package/davici/davici.hash
+++ b/package/davici/davici.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 d3e5e806ecca841d7e133a3df768062df59f4b4c76bf98e0f90aa8064721b3bd  davici-1.3.tar.gz
-sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
+sha256  b03c5a1aad905e962271d70246d6af6c337ffd00449d990082ea02161327bde8  davici-1.4.tar.gz
+sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/davici/davici.mk b/package/davici/davici.mk
index 6c8df48b6a..d54e02e278 100644
--- a/package/davici/davici.mk
+++ b/package/davici/davici.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DAVICI_VERSION = 1.3
+DAVICI_VERSION = 1.4
 DAVICI_SITE = $(call github,strongswan,davici,v$(DAVICI_VERSION))
 DAVICI_LICENSE = LGPL-2.1+
 DAVICI_LICENSE_FILES = COPYING
-- 
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/davici: bump to version 1.4
  2021-10-15 20:33 [Buildroot] [PATCH 1/1] package/davici: bump to version 1.4 Fabrice Fontaine
@ 2021-10-16  8:29 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-10-16  8:29 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Matt Weber, buildroot

Fabrice, All,

On 2021-10-15 22:33 +0200, Fabrice Fontaine spake thusly:
> Update indentation in hash file (two spaces)
> 
> https://github.com/strongswan/davici/blob/v1.4/NEWS
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/davici/davici.hash | 4 ++--
>  package/davici/davici.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/davici/davici.hash b/package/davici/davici.hash
> index 178d87f2e2..27ec2a6dab 100644
> --- a/package/davici/davici.hash
> +++ b/package/davici/davici.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 d3e5e806ecca841d7e133a3df768062df59f4b4c76bf98e0f90aa8064721b3bd  davici-1.3.tar.gz
> -sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
> +sha256  b03c5a1aad905e962271d70246d6af6c337ffd00449d990082ea02161327bde8  davici-1.4.tar.gz
> +sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
> diff --git a/package/davici/davici.mk b/package/davici/davici.mk
> index 6c8df48b6a..d54e02e278 100644
> --- a/package/davici/davici.mk
> +++ b/package/davici/davici.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -DAVICI_VERSION = 1.3
> +DAVICI_VERSION = 1.4
>  DAVICI_SITE = $(call github,strongswan,davici,v$(DAVICI_VERSION))
>  DAVICI_LICENSE = LGPL-2.1+
>  DAVICI_LICENSE_FILES = COPYING
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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-16  8:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 20:33 [Buildroot] [PATCH 1/1] package/davici: bump to version 1.4 Fabrice Fontaine
2021-10-16  8:29 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox