diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-26 09:53:39 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-26 09:53:52 +0100 |
| commit | 84db1ca075dc63ccb02da825948d95ad09f94e4d (patch) | |
| tree | b9678bec669304bb3201a1e40a86bb3828150fac /Taskfile.yml | |
| parent | 291450f2add8ddd6ed8757b2bdbfceb476be3033 (diff) | |
Convert submodules to regular repo files, add custom feeds
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 |
