Skip to content

Commit

Permalink
Update to v2.2.28
Browse files Browse the repository at this point in the history
To do this, we need to change the source location.
  • Loading branch information
xylar committed Feb 2, 2022
1 parent ba604e8 commit ed6314a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "2.2.27.27" %}
{% set version = "2.2.28" %}

package:
name: udunits2
version: {{ version }}

source:
url: https://github.com/Unidata/UDUNITS-2/archive/v{{ version }}.tar.gz
sha256: 6c65b3097ef38b94c01dfede8904346c1439de9704b9bae7deea72bd5143a7bb
url: https://artifacts.unidata.ucar.edu/repository/downloads-udunits/{{ version}}/udunits-{{ version}}.tar.gz
sha256: 590baec83161a3fd62c00efa66f6113cec8a7c461e3f61a5182167e0cc5d579e

build:
number: 3
number: 0
detect_binary_files_with_prefix: true
skip: True # [win and vc<14]

Expand Down

0 comments on commit ed6314a

Please sign in to comment.