diff options
author | 2020-03-18 10:11:40 +0100 | |
---|---|---|
committer | 2020-03-27 22:49:16 +0100 | |
commit | 8535e7dece905dd09008f44e93acab2c4eab23b9 (patch) | |
tree | 3e258cc29d00c62cc463d3ebe440f2edc8029f5a | |
parent | 1182f73c1a7b60879ea1fb21c1b12b23da468807 (diff) | |
download | buildroot-8535e7dece905dd09008f44e93acab2c4eab23b9.tar.gz buildroot-8535e7dece905dd09008f44e93acab2c4eab23b9.tar.bz2 |
package/monit: fix URL in hash file comment
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 6fb1eb95fe07b673081115aace66f8328aeb08d9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/monit/monit.hash | 2 |
1 files changed, 1 insertions, 1 deletions
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 |