From 84db1ca075dc63ccb02da825948d95ad09f94e4d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 26 Mar 2026 09:53:39 +0100 Subject: Convert submodules to regular repo files, add custom feeds --- Taskfile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Taskfile.yml') diff --git a/Taskfile.yml b/Taskfile.yml index 329afee..0f1332f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -3,13 +3,13 @@ $schema: https://taskfile.dev/schema.json version: '3' vars: - OTP_JAR: otp-shaded-2.8.1.jar + OTP_JAR: otp-shaded-2.9.0.jar tasks: setup: desc: "Set up the project dependencies" cmds: - - curl -L -o {{.OTP_JAR}} https://github.com/opentripplanner/OpenTripPlanner/releases/download/v2.8.1/otp-shaded-2.8.1.jar + - curl -L -o {{.OTP_JAR}} https://github.com/opentripplanner/OpenTripPlanner/releases/download/v2.9.0/otp-shaded-2.9.0.jar - curl -sLo galicia-latest.osm.pbf https://download.geofabrik.de/europe/spain/galicia-latest.osm.pbf - uv --directory build_xunta run ./gen_parroquias.py --pbf ../galicia-latest.osm.pbf -- cgit v1.3