Files
mirror-processhacker/misc/website/websitev2/config.php
T
dmex 545580ece5 Website: updated config
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5593 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-12-28 00:04:34 +00:00

23 lines
914 B
PHP

<?php
$LATEST_PH_VERSION = "2.33";
$LATEST_PH_BUILD = "5590";
$LATEST_PH_RELEASE_DATE = "27th of December 2013";
$LATEST_PH_BIN_SIZE = "2.7 MB";
$LATEST_PH_BIN_SHA1 = "2738c909fa6b37a22a4aa256e5d7e733449b905e";
$LATEST_PH_SDK_SIZE = "2.7 MB";
$LATEST_PH_SDK_SHA1 = "5b17c8c555298cc10ea297f1ce7977ea50f09d9d";
$LATEST_PH_SETUP_SIZE = "1.9 MB";
$LATEST_PH_SETUP_SHA1 = "f328286bdf529e3905e8098b8d7558f974d9293c";
$LATEST_PH_SOURCE_SIZE = "2.6 MB";
$LATEST_PH_SOURCE_SHA1 = "9f8d97d5409e5f4e49cbd7dd8e12df29d17658ff";
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1294";
$LATEST_PH_RELEASE_URL = "http://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-".$LATEST_PH_VERSION."-setup.exe/download?use_mirror=autoselect";
//$LATEST_PH_RELEASE_URL = "http://processhacker.googlecode.com/files/processhacker-".$LATEST_PH_VERSION."-setup.exe";
?>