www/adium.im 833:f29911811741: MD5 -> SHA256.
commits at adium.im
commits at adium.im
Wed Oct 30 14:12:17 UTC 2013
details: http://hg.adium.im/www/adium.im/rev/f29911811741
revision: 833:f29911811741
branch: adiumx.com
author: Thijs Alkemade <me at thijsalkema.de>
date: Wed Oct 30 15:12:10 2013 +0100
MD5 -> SHA256.
diffs (30 lines):
diff -r 51adcfc6a3ac -r f29911811741 beta/index.php
--- a/beta/index.php Wed Oct 30 15:06:08 2013 +0100
+++ b/beta/index.php Wed Oct 30 15:12:10 2013 +0100
@@ -22,7 +22,6 @@
"ver" => "1.3.4b1",
"rev" => "???",
"date" => "2009-04-24",
- "md5" => "c94754b2d7c3d5609c47612efedf32da",
"sha1" => "12345",
"dsa" => "67890"
)
@@ -31,8 +30,8 @@
"ver" => "1.5.9b1",
"rev" => "587f2494fd87",
"date" => "2013-10-30",
- "md5" => "6daa460b2072838515733cb3e15b1f5b",
"sha1" => "61c7dbf3dd39492e57f7e7e5c790c2f5debd59ff",
+ "sha256" => "efba41f7fbb6f83db24d9bc16840693906d43128a8def8045b2e7b05d7a7743b",
"dsa" => "MC0CFDogHC8PLJx7R5o8Cr4JA6w0vpA9AhUAoqoLf3L6DxlGSsV2/SUd7hqwya8="
),
);
@@ -114,7 +113,7 @@
<?php if (!$forInclude) { ?>
<img src="https://adium.im/images/logo_small.png" alt="Adiumy">
<?php } ?>
- Download Adium_<?=$latest["ver"]?>.dmg</a> (MD5: <code><?=$latest["md5"]?></code> SHA1: <code><?=$latest["sha1"]?></code>)<br>
+ Download Adium_<?=$latest["ver"]?>.dmg</a> (SHA1: <code><?=$latest["sha1"]?></code> SHA256: <code><?=$latest["sha256"]?></code> )<br>
Requires 10.6.8 or later. Released <?=$latest["date"]?><br>
Download hosted by <a href="https://www.cachefly.com/">CacheFly</a>
</p>
More information about the commits
mailing list