From fc0433eccc8a7d6cf327b01a77463ad92743c2af Mon Sep 17 00:00:00 2001 From: Scorbajio Date: Fri, 12 Jan 2024 03:16:14 -0700 Subject: [PATCH] Use permalink to avoid future breakage of link (#3230) --- packages/common/src/crc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/crc.ts b/packages/common/src/crc.ts index c87c85f306..638f058227 100644 --- a/packages/common/src/crc.ts +++ b/packages/common/src/crc.ts @@ -1,7 +1,7 @@ /** * This code was duplicated from https://github.com/alexgorbatchev/crc/ under MIT license. * The code below is copied largely unmodified from the below file - * https://github.com/alexgorbatchev/crc/blob/master/src/calculators/crc32.ts + * https://github.com/alexgorbatchev/crc/blob/31fc3853e417b5fb5ec83335428805842575f699/src/calculators/crc32.ts */ let TABLE: Array | Int32Array = [ 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3,