From cb05af5fad8d1b18f36aa7db4338bed0eefb8fae Mon Sep 17 00:00:00 2001 From: joelnitta Date: Thu, 14 Mar 2024 02:49:02 +0000 Subject: [PATCH] Update hashes --- R/snapshot_ftol_data.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/snapshot_ftol_data.R b/R/snapshot_ftol_data.R index 38f46d8..b892337 100644 --- a/R/snapshot_ftol_data.R +++ b/R/snapshot_ftol_data.R @@ -74,14 +74,14 @@ assert_that( # Only need to check data files that are archived outside of this repo # (ie, on figshare https://doi.org/10.6084/m9.figshare.19474316) # If this fails, run content_id(ref_aln_archive) to obtain new hash. -ref_aln_hash <- "hash://sha256/6e26b015242dbef07ccbf657afe1fb44cfbbf985f2451911a460849d2551ec0a" # nolint +ref_aln_hash <- "hash://sha256/6a86df880bef06752895028779fb326b6c2efd0806399e4ea9c7e5b2ce7a2574" # nolint assert_that( content_id(ref_aln_archive) == ref_aln_hash, msg = glue::glue("Contents of {ref_aln_archive} have changed; update hash") ) # If this fails, run content_id(restez_sql_db_archive) to obtain new hash -restez_sql_db_hash <- "hash://sha256/4678990f9d78d3d47bde069a284c79930b0d3d55bf6b75ff8ea54ef1663b3320" # nolint +restez_sql_db_hash <- "hash://sha256/d5b6be62c59916182ac16edb104be39bc63abd40f190d27a67eb447b8af7e868" # nolint assert_that( content_id(restez_sql_db_archive) == restez_sql_db_hash, msg = glue::glue(