Update sha256sum

This commit is contained in:
Santiago Lo Coco 2025-01-27 17:15:16 +00:00
parent 1ff51955bf
commit e60d6bb5ca
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ sha256sum calsais
And verify that it matches:
```txt
29603a6223d4e2c3aca7c0e106564e2414dc41fa1660c6b54dc4ed2a3c8ba675
4f7ad0e6371da89b89bef7fc7780c82b8e4fa8b79b1d730252c7bf96b569285e
```
## 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" = "f5ae3e889fff44bc617d14e9ded0d174d856470fe44c42b1fc18f64808e51a04" ]; then
if [ ! "$shasum" = "9ca60f103ebf9162218c1177f2c3eede664f3d7c2013e7efeb122e9b787e5b26" ]; 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."