mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
146ca47dd3
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6326 21ef857c-d57f-4fe0-8362-d861dc6d29cd
22 lines
791 B
PHP
22 lines
791 B
PHP
<?php
|
|
$LATEST_PH_VERSION = "2.36";
|
|
$LATEST_PH_BUILD = "6153";
|
|
$LATEST_PH_RELEASE_DATE = "29th of June 2015";
|
|
|
|
$LATEST_PH_BIN_SIZE = "2.9 MB";
|
|
$LATEST_PH_BIN_SHA1 = "d11b09885431f38c0fb3fc49eb6386630e5a4096";
|
|
|
|
$LATEST_PH_SDK_SIZE = "3.2 MB";
|
|
$LATEST_PH_SDK_SHA1 = "570ebf76afa4dd8f7d26a5fa0848f93fdbf821be";
|
|
|
|
$LATEST_PH_SETUP_SIZE = "2.0 MB";
|
|
$LATEST_PH_SETUP_SHA1 = "0acf5f4c30bc187797548c72eeab24a133f42fd9";
|
|
|
|
$LATEST_PH_SOURCE_SIZE = "2.7 MB";
|
|
$LATEST_PH_SOURCE_SHA1 = "34c9e698e5155fa9bd2bdbbeb91204c8e03916c0";
|
|
|
|
$LATEST_PH_RELEASE_NEWS = "http://processhacker.sourceforge.net/forums/viewtopic.php?f=1&t=1969";
|
|
|
|
$LATEST_PH_RELEASE_URL = "http://sourceforge.net/projects/processhacker/files/processhacker2/processhacker-".$LATEST_PH_VERSION."-setup.exe/download?use_mirror=autoselect";
|
|
?>
|