Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tileserver-gl/5.1.1 package update #39323

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions tileserver-gl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tileserver-gl
version: 5.0.0
epoch: 5
version: "5.1.1"
epoch: 0
description: Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
copyright:
- license: BSD-2-Clause
Expand Down Expand Up @@ -51,10 +51,8 @@ pipeline:
with:
repository: https://github.com/maptiler/tileserver-gl
tag: v${{package.version}}
expected-commit: 6cda7a0b384940b781838be7415b2ae448edcd29
expected-commit: f7be63a35ceefd14f8dbbfdf06920485f1f079dc
destination: app
cherry-picks: |
master/93f72c1fe7671429f234c853e81f202e635522e9: GHSA-3xgq-45jj-v275 fix. Bumps cross-spawn to fix version.

# patch and install npm dependencies
- uses: patch
Expand Down
Loading