Skip to content

Commit f39bd45

Browse files
committed
Missed these 4.05 refs
1 parent e5c6c66 commit f39bd45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/ps4-updatefeature.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
<div id="wrapper">
3232
<div id="contentWrapper">
3333
<div id="contentHeader">
34-
<h1>PlayStation 4 System Update 4.05</h1>
34+
<h1>PlayStation 4 System Update 4.55</h1>
3535
</div>
3636
<div id="content">
3737
<div id="contentBody">
38-
<h2>About System Update 4.05</h2>
38+
<h2>About System Update 4.55</h2>
3939
<h3>Main features:</h3>
4040
<ul class="default">
4141
<li>Improves "system stability"</li>

start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ def updatefeature(self):
114114

115115
def update_pup(self):
116116
if 'sys' in self.path:
117-
check_update_pup('SYSTEM', '203C76C97F7BE5B881DD0C77C8EDF385')
117+
check_update_pup('SYSTEM', SYSTEM_MD5)
118118
path = 'PS4UPDATE_SYSTEM.PUP'
119119
elif 'rec' in self.path:
120-
check_update_pup('RECOVERY', '741CFE2F0DEC1BB4663571DE78AE31CF')
120+
check_update_pup('RECOVERY', RECOVERY_MD5)
121121
path = 'PS4UPDATE_RECOVERY.PUP'
122122
else:
123123
path = ''

0 commit comments

Comments
 (0)