Skip to content

Commit 1644902

Browse files
authored
Update releaseData.ts
Update checksums for windows builds
1 parent 509bd19 commit 1644902

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/assets/js/releaseData.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,31 @@ export const audacityReleases: ReleaseDirectory = {
2121
browser_download_url:
2222
"https://github.com/audacity/audacity/releases/download/Audacity-3.7.4/audacity-win-3.7.4-64bit.exe",
2323
checksum:
24-
"6572d9c35997805a596cbdf745700f0e29f56781b7edefcb23525fea53ba6b1e",
24+
"b3f16f4ba9c25abfb08d7a93cfcdc7086cf784b20e014ba4ebe68c38f1394f5c",
2525
type: ".exe",
2626
},
2727
{
2828
name: "64 bit zip file",
2929
browser_download_url:
3030
"https://github.com/audacity/audacity/releases/download/Audacity-3.7.4/audacity-win-3.7.4-64bit.zip",
3131
checksum:
32-
"16e5ed35373db2f6069bfea54b32da4aed07945c2289ed4dcaac591b382c23c2",
32+
"80d1cba8eac4070fd394031c0c54d698e0850682e5cd9d55a3be30ef9ce6f9c6",
3333
type: ".zip",
3434
},
3535
{
3636
name: "32 bit installer",
3737
browser_download_url:
3838
"https://github.com/audacity/audacity/releases/download/Audacity-3.7.4/audacity-win-3.7.4-32bit.exe",
3939
checksum:
40-
"2d362b262c6316fe7ed0fad7d676795fbb3ce04c3f36540b6a8693f95a801729",
40+
"9a7d9246fbcd99b17c32db0f7f12a6687518c9904ee809cfff1b4499cb0be0cd",
4141
type: ".exe",
4242
},
4343
{
4444
name: "32 bit zip file",
4545
browser_download_url:
4646
"https://github.com/audacity/audacity/releases/download/Audacity-3.7.4/audacity-win-3.7.4-32bit.zip",
4747
checksum:
48-
"ba6f7e830edd3bb4aaae53ab332bc05dd272a0e4ffebe9cb36067d87e48fc4de",
48+
"f328d075b951a8df6560e5fdecad0d65a097541ea2df6209eba44f6baf4b63f0",
4949
type: ".zip",
5050
},
5151
],

0 commit comments

Comments
 (0)