kahhshbxddb / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

The Steam SHA Hash is out of date, make the following change to fix. #461

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Steam SHA Hash is out of date, make the following change to fix.

Current:

load_steam()
{
    #18 Mar 2011 7f2fee9ffeaba8424a6c76d6c95b794735ac9959
    #29 Nov 2012 fa053c268b6285741d1a1392c25f92c5cb2a6ffb
    #17 Mar 2014 b2a3fdbe4a662f3bf751f5b8bfc61f8d35e050fe
    w_download http://media.steampowered.com/client/installer/SteamSetup.exe b2a3fdbe4a662f3bf751f5b8bfc61f8d35e050fe

Updated:

load_steam()
{
    #18 Mar 2011 7f2fee9ffeaba8424a6c76d6c95b794735ac9959
    #29 Nov 2012 fa053c268b6285741d1a1392c25f92c5cb2a6ffb
    #17 Mar 2014 b2a3fdbe4a662f3bf751f5b8bfc61f8d35e050fe
    #18 Sep 2014 7ad8fbeffa6c963b821f80129c15c9d8e85f9a4a
    w_download http://media.steampowered.com/client/installer/SteamSetup.exe 7ad8fbeffa6c963b821f80129c15c9d8e85f9a4a

Original issue reported on code.google.com by HEN000.C.YOUNG on 4 Jan 2015 at 12:57

GoogleCodeExporter commented 8 years ago
It's changed again: e04aefe8bc894f11f211edec8e8a008abe0147d2

Original comment by h3g3...@gmail.com on 7 Jan 2015 at 12:38

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/winetricks/source/detail?r=38fc22dd938bcc3886b0cdbfeb1
5c4b635805d39

Original comment by austinenglish@gmail.com on 14 Jan 2015 at 10:40