Skip to content

Commit 827dbcc

Browse files
committed
chore: update quran manifest checksums after R2 re-upload
1 parent 9f3df14 commit 827dbcc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ pre-commit:
2222
jobs:
2323
- name: biome check staged files
2424
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
25-
run: bunx @biomejs/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
25+
run: bun node_modules/@biomejs/biome/bin/biome check --write --no-errors-on-unmatched --files-ignore-unknown=true --colors=off {staged_files}
2626
stage_fixed: true

src/modules/quran/quran.service.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ const VERSIONS: QuranVersion[] = [
2424
markers: MARKERS,
2525
checksums: {
2626
bundle:
27-
"sha256:2a3cafac2123ae79fbe6e7a1ca82dbd99f0aa5fd77d811cbd6e54b0b691e577a",
27+
"sha256:811f8ac4820c7fa09d80de6ee254ca361de3df84b959b93a4e2fe3a84b3a2dec",
2828
manifest:
29-
"sha256:d18f1dce46e6328990c78166c66cfd0a7ebbc1bd9272066011beaa8536482b59",
29+
"sha256:c769320ede78bb96b92818bcb3cc0be7bb69d6c1d51475c992c58d2792179751",
3030
},
3131
},
3232
{
@@ -38,7 +38,7 @@ const VERSIONS: QuranVersion[] = [
3838
linesPerPage: 15,
3939
imageWidth: 1440,
4040
imageHeight: 232,
41-
bundleSizeMB: 108.6,
41+
bundleSizeMB: 108.7,
4242
totalSizeMB: 124.5,
4343
baseUrl: `${quranBase}/v2`,
4444
paths: {
@@ -47,9 +47,9 @@ const VERSIONS: QuranVersion[] = [
4747
markers: MARKERS,
4848
checksums: {
4949
bundle:
50-
"sha256:e173ae8f57f445a5acb994d4639bf9e95fdddf6783eb66751bed88099119b20e",
50+
"sha256:84f87c01423153d9d977f305e83327d7611c7fa985c576e0435c9c044dc9f4cc",
5151
manifest:
52-
"sha256:3836d760519ee794c027db5295b95e463c61466846c8bf2acdfa727c6fd9e1a2",
52+
"sha256:dcfe0919cdab0f53e34c7c6b3a9abf3c00b63ee451c84fd15f6c6e3a9ba639d2",
5353
},
5454
},
5555
{
@@ -61,18 +61,18 @@ const VERSIONS: QuranVersion[] = [
6161
linesPerPage: 15,
6262
imageWidth: 1440,
6363
imageHeight: 232,
64-
bundleSizeMB: 103.8,
65-
totalSizeMB: 116.9,
64+
bundleSizeMB: 92.0,
65+
totalSizeMB: 109.9,
6666
baseUrl: `${quranBase}/v4`,
6767
paths: {
6868
bundle: "/bundle.zip",
6969
},
7070
markers: MARKERS,
7171
checksums: {
7272
bundle:
73-
"sha256:714bbfcd2a83bc719484340b99e7240932e631d8a5f6176fff893fb0d11e34b8",
73+
"sha256:0ce0df07dafbca0d787ca865ee90ef1387256c57940080c6cc2136a35d635c37",
7474
manifest:
75-
"sha256:c8401c7c8070baa96be8160ba170103d2686ab87d2c3704bf3e7b1a99816fced",
75+
"sha256:63d2b736afaa3a6c6e5006a6cb5dc4c99305a0fb1be224cebc978f655ddb59b1",
7676
},
7777
},
7878
];

0 commit comments

Comments
 (0)