Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 19bdb29

Browse files
committed
checksums changed their address in datagouv
1 parent 028d990 commit 19bdb29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ datagouv-to-aws: aws-get-catalog datagouv-get-files
936936
${DATAGOUV_CATALOG}: config ${DATA_DIR}
937937
@echo getting ${DATAGOUV_DATASET} catalog from data.gouv API ${DATAGOUV_API}
938938
@curl -s --fail ${DATAGOUV_API}/${DATAGOUV_DATASET}/ | \
939-
jq -cr '.resources[] | (.url | sub(".*/";"")) + " " +.checksum.value + " " + .url' | sort > ${DATAGOUV_CATALOG}
939+
jq -cr '.resources[] | (.url | sub(".*/";"")) + " " +.extras["analysis:checksum"] + " " + .url' | sort > ${DATAGOUV_CATALOG}
940940

941941
datagouv-get-catalog: ${DATAGOUV_CATALOG}
942942

0 commit comments

Comments
 (0)