Skip to content

Commit 8fc2899

Browse files
committed
Conda build update for macOS 12 (intel)
1 parent 4e51384 commit 8fc2899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildfiles/conda/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
{% set git_version = "2.3.1" %}
1111
{% set bld_date = "20231108" %}
1212
# This sha-hash is not right, checkout next version of main to get correct one
13-
#{% set sha256 = "51f0d53f668ea7036a79dbf5167fadc1f522309db50b6f2e3b262f6b6d6e2198" %}
13+
{% set sha256 = "f4a635898af682cf8cfb9e26d40418278e6d7a07c2e227033813fa4bda6e6b20" %}
1414

1515
package:
1616
name: {{ name }}
1717
version: {{ conda_version }}
1818

1919
source:
2020
fn: das2py-{{ git_version }}.tar.gz
21-
url: https://github.com/das-developers/das2py/archive/refs/tags/v{{ git_version }}.tar.gz
22-
#url: https://space.physics.uiowa.edu/~pikerc/das2py-tmp.tar.gz
21+
#url: https://github.com/das-developers/das2py/archive/refs/tags/v{{ git_version }}.tar.gz
22+
url: https://space.physics.uiowa.edu/~pikerc/das2py-tmp.tar.gz
2323
sha256: {{ sha256 }}
2424

2525
build:

0 commit comments

Comments
 (0)