From 66778a5443e80be32006e8870269d9ae8fa44d4f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 27 Jan 2025 21:25:34 +0000 Subject: [PATCH] Update sha256sum --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b778d7f..c865d0d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sha256sum calsais And verify that it matches: ```txt -e368aa7103b75dbeb847e3e600289eca4a2602201be0dede6f86e13f1f4f8147 +1fd5b0b55383df28b84795c815ac6796e10a4395d15e9a87303ede7753353493 ``` ## Contributing diff --git a/install.sh b/install.sh index 66b5e83..4903894 100755 --- a/install.sh +++ b/install.sh @@ -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."