Update sha256sum

This commit is contained in:
Santiago Lo Coco 2025-01-27 21:25:34 +00:00
parent c86c4a43a3
commit 66778a5443
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ sha256sum calsais
And verify that it matches:
```txt
e368aa7103b75dbeb847e3e600289eca4a2602201be0dede6f86e13f1f4f8147
1fd5b0b55383df28b84795c815ac6796e10a4395d15e9a87303ede7753353493
```
## Contributing <a name="contributing"></a>

View File

@ -261,7 +261,7 @@ getThePackages() {
printWaitBox
curl -LO "https://git.slc.ar/slococo/calsais/raw/branch/master/packages.csv" 2>&1 | debug
shasum="$(sha256sum packages.csv | cut -d' ' -f1)"
if [ ! "$shasum" = "178f69999225239b1b448712c7348b6885d72d0d3523516707f1596ad9b738bc" ]; then
if [ ! "$shasum" = "8df3fb4189235980e992a4921d3eacf837162e029366d44e564b03b6e13ee788" ]; then
dialog --yesno "\nThe package checksum verification failed. Do you still want to continue?" 7 39
if [ $? -ne 0 ]; then
printAndExit "The package checksum verification failed."