update pfs for java; bug 830147

This commit is contained in:
Wil Clouser 2013-01-22 16:37:49 -08:00
Родитель a0084e9a7a
Коммит 55ccabe0d9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -218,7 +218,7 @@ def get_output(data):
plugin.update(
name='Java Runtime Environment',
version='1.7 u10',
version='1.7 u11',
manualInstallationURL='http://java.com/downloads',
InstallerShowsUI='false',
needsRestart='false')
@ -231,12 +231,12 @@ def get_output(data):
plugin.update(
guid='{fbe640ef-4375-4f45-8d79-767d60bf75b8}',
InstallerLocation='http://java.com/firefoxjre_exe',
InstallerHash='sha1:f7b17286bab4f69ab4c4b95c5af062e59eb101b6')
InstallerHash='sha1:1bde0361bb34f36ac979280d10dc60aaae70e6e4')
elif g['clientOS'].startswith('Win'):
plugin.update(
guid='{92a550f2-dfd2-4d2f-a35d-a98cfda73595}',
InstallerLocation='http://java.com/firefoxjre_exe',
InstallerHash='sha1:f7b17286bab4f69ab4c4b95c5af062e59eb101b6',
InstallerHash='sha1:1bde0361bb34f36ac979280d10dc60aaae70e6e4',
XPILocation='http://java.com/jre-install.xpi')
else:
plugin.update(