Skip to content

Commit a2cf64f

Browse files
committed
Fix typo in 8.3.20 tar.xz hash
1 parent e90c391 commit a2cf64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $RELEASES = (function () {
3838
'sha256' => [
3939
'tar.gz' => '515ed37529df6b7f569ba68d505713bce23a93a58471dedac4ecfd17c44e5650',
4040
'tar.bz2' => '36b4e6a323cd45673a54f296e9d2666b7f5df57641031c77c4fd8137bc4ebeb3',
41-
'tar.xz' => 'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0dc',
41+
'tar.xz' => 'f15914e071b5bddaf1475b5f2ba68107e8b8846655f9e89690fb7cd410b0db6c',
4242
]
4343
];
4444

0 commit comments

Comments
 (0)