summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-lfsc-checker2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/get-lfsc-checker b/contrib/get-lfsc-checker
index 804aacf83..cddf6a5f6 100755
--- a/contrib/get-lfsc-checker
+++ b/contrib/get-lfsc-checker
@@ -40,7 +40,7 @@ SIG_DIR="$BASE_DIR/lfsc-signatures"
mkdir -p $SIG_DIR
# download and unpack signatures
-sig_version="7a97ad38d03f444e0edc8b7660fdb99cfd464f27"
+sig_version="31e5a1857351b9d67602bd708d09fae348dcf257"
download "https://github.com/CVC4/signatures/archive/$sig_version.tar.gz" $BASE_DIR/tmp/signatures.tgz
tar --strip 1 -xzf $BASE_DIR/tmp/signatures.tgz -C $SIG_DIR
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback