Skip to content

Commit 0db955b

Browse files
authored
Update file hashes (#117)
* Add new file and hashes * Adjust hash ranges * Add check for file hashes for 2.4.2
1 parent b6b3ac6 commit 0db955b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/test-file-hashes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
outputs:
1414
matrix: '[
1515
{ tag: "${{ steps.etherpad-version-cleaned.outputs.version }}", expected: "${{ steps.etherpad-version-cleaned.outputs.version }}" },
16+
{ tag: "2.4.2", expected: "2.4.2" },
1617
{ tag: "2.3.2", expected: "2.3.2" },
1718
{ tag: "2.3.0", expected: "2.3.0" },
1819
{ tag: "2.2.7", expected: "2.2.7" },

src/Service/FileHashLookupService.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ class FileHashLookupService
8181
'12ba3a5933f399b882cf847d407c31f0' => ['2.4.1', '2.5.0'],
8282
'53c72fe8218c95773dcfce173dacb3f6' => ['2.5.1', null],
8383
],
84+
'static/skins/colibris/index.js' => [
85+
'eb3857ee08d0c2217649dcb61b1c8e73' => ['2.1.1', '2.2.7'],
86+
'3c8e220b7dc756c1550a5e7148ecd5c5' => ['2.3.0', '2.3.2'],
87+
'd11af9dc26b766206e094627884763f3' => ['2.4.2', null],
88+
],
8489
];
8590

8691
/**

0 commit comments

Comments
 (0)