diff options
author | Romain Naour <romain.naour@gmail.com> | 2016-06-08 23:21:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-08 23:23:02 +0200 |
commit | 2e0de09b7ca0b04787f4539d9aa52713818b97d2 (patch) | |
tree | 62bdb95fef18e18577efeb9891e5ed77e00c865b | |
parent | a890032596aa5e6afbfdbcccc01fcb07c9a4ef8c (diff) |
package/openpowerlink: fix sha256 hash
While bumping to v2.4.0, the sha256 was commented by mistake
and the hash was for v2.3.2 archive.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/openpowerlink/openpowerlink.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openpowerlink/openpowerlink.hash b/package/openpowerlink/openpowerlink.hash index c879df17e..d112947fa 100644 --- a/package/openpowerlink/openpowerlink.hash +++ b/package/openpowerlink/openpowerlink.hash @@ -2,4 +2,4 @@ md5 a833ca76a162db04a28c36ccecfd8a05 openPOWERLINK_V2.4.0.tar.gz sha1 d2260f7d1b7f264dd7a0323509bec233d36aed11 openPOWERLINK_V2.4.0.tar.gz # sha256 locally computed -#sha256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 openPOWERLINK_V2.4.0.tar.gz +sha256 7296556e621adfeeb643c6541747433ecf86176923d736ea909e9ff6dcf1650b openPOWERLINK_V2.4.0.tar.gz |