All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/monit: Fix URL in comment
@ 2020-03-18  9:11 Alexander Dahl
  2020-03-18 21:05 ` Thomas Petazzoni
  2020-03-27 21:50 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Dahl @ 2020-03-18  9:11 UTC (permalink / raw)
  To: buildroot

Previous URL gives:

    % curl https://mmonit.com/monit/dist/monit-5.25.3.tar.gz.sha256
    c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569 monit-5.25.3.tar.gz

Current URL is:

    % curl https://mmonit.com/monit/dist/monit-5.26.0.tar.gz.sha256
    87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 monit-5.26.0.tar.gz

This was probably just forgotten on the last version bump.

Fixes: ad250c3d1884 ("package/monit: bump to version 5.26.0")
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/monit/monit.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/monit/monit.hash b/package/monit/monit.hash
index 0de0d675aa..26d665c083 100644
--- a/package/monit/monit.hash
+++ b/package/monit/monit.hash
@@ -1,4 +1,4 @@
-# From https://mmonit.com/monit/dist/monit-5.25.3.tar.gz.sha256:
+# From https://mmonit.com/monit/dist/monit-5.26.0.tar.gz.sha256:
 sha256  87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2  monit-5.26.0.tar.gz
 # Locally computed
 sha256  d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada  COPYING
-- 
2.11.0

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

* [Buildroot] [PATCH] package/monit: Fix URL in comment
  2020-03-18  9:11 [Buildroot] [PATCH] package/monit: Fix URL in comment Alexander Dahl
@ 2020-03-18 21:05 ` Thomas Petazzoni
  2020-03-27 21:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-03-18 21:05 UTC (permalink / raw)
  To: buildroot

On Wed, 18 Mar 2020 10:11:40 +0100
Alexander Dahl <post@lespocky.de> wrote:

> Previous URL gives:
> 
>     % curl https://mmonit.com/monit/dist/monit-5.25.3.tar.gz.sha256
>     c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569 monit-5.25.3.tar.gz
> 
> Current URL is:
> 
>     % curl https://mmonit.com/monit/dist/monit-5.26.0.tar.gz.sha256
>     87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 monit-5.26.0.tar.gz
> 
> This was probably just forgotten on the last version bump.
> 
> Fixes: ad250c3d1884 ("package/monit: bump to version 5.26.0")
> Signed-off-by: Alexander Dahl <post@lespocky.de>
> ---
>  package/monit/monit.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/monit: Fix URL in comment
  2020-03-18  9:11 [Buildroot] [PATCH] package/monit: Fix URL in comment Alexander Dahl
  2020-03-18 21:05 ` Thomas Petazzoni
@ 2020-03-27 21:50 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-03-27 21:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > Previous URL gives:
 >     % curl https://mmonit.com/monit/dist/monit-5.25.3.tar.gz.sha256
 >     c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569 monit-5.25.3.tar.gz

 > Current URL is:

 >     % curl https://mmonit.com/monit/dist/monit-5.26.0.tar.gz.sha256
 >     87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 monit-5.26.0.tar.gz

 > This was probably just forgotten on the last version bump.

 > Fixes: ad250c3d1884 ("package/monit: bump to version 5.26.0")
 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2019.11.x and 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-03-27 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18  9:11 [Buildroot] [PATCH] package/monit: Fix URL in comment Alexander Dahl
2020-03-18 21:05 ` Thomas Petazzoni
2020-03-27 21:50 ` 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.