diff options
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
