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

gdal v3.9.2 #977

Merged
Merged
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "3.9.1" %}
{% set version = "3.9.2" %}

package:
name: libgdal-core
version: {{ version }}

source:
url: http://download.osgeo.org/gdal/{{ version }}/gdal-{{ version }}.tar.xz
sha256: aff3086fee75f5773e33a5598df98d8a4d10be411f777d3ce23584b21d8171ca
sha256: bfbcc9f087f012c36151c20c79f8eac9529e1e5298fbded79cd5a1365f0b113a

build:
number: 13
number: 0
skip_compile_pyc:
- share/bash-completion/completions/*.py
ignore_run_exports_from:
Expand Down