From 781e58681624adebecc15a9416b718c2023c8fec Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 9 May 2019 00:46:11 +0200 Subject: [PATCH] Fix the SBCL 1.5.2 checksum. Now that we know that the checksum facility actually works and fails when given the wrong checksum, install the right checksum. Ahem. --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 333f57f..91f3642 100755 --- a/.travis.sh +++ b/.travis.sh @@ -15,7 +15,7 @@ lisp_install() { ;; sbcl) - sbcl_checksum='dac6aef3ec7628c284a31f2222ede5d47d9d94f9cfdffe0f00ef40f9531e3c3f' + sbcl_checksum='22ccd9409b2ea16d4be69235c5ad5fde833452955cb24483815312d3b1d7401c' sbcl_version='1.5.2' remote_file "/tmp/sbcl-${sbcl_version}.tgz" "http://prdownloads.sourceforge.net/sbcl/sbcl-${sbcl_version}-x86-64-linux-binary.tar.bz2" "$sbcl_checksum"