mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
671998c89c
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5934 21ef857c-d57f-4fe0-8362-d861dc6d29cd
22 lines
790 B
PHP
22 lines
790 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.35";
|
|
$LATEST_PH_BUILD = "5898";
|
|
$LATEST_PH_RELEASE_DATE = "18th of May 2015";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.9 MB";
|
|
$LATEST_PH_BIN_SHA1 = "0fa4d6c9348fb1ae0565188fbd8f6a6c9acd0e9d";
|
|
|
|
$LATEST_PH_SDK_SIZE = "3.0 MB";
|
|
$LATEST_PH_SDK_SHA1 = "2c3753c5f8f3581cf9dbd9ecb6cfd47c8c5ae2e4";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "2.0 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "9ccf9400340624e68a07b81954c46c62ed830708";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.8 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "fe254b842dd98cfb4a39f0c8315257407b945c6d";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1877";
|
|
|
|
$LATEST_PH_RELEASE_URL = "http://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-".$LATEST_PH_VERSION."-setup.exe/download?use_mirror=autoselect";
|
|
?>
|