Skip to content

Commit

Permalink
Update TaxonKit to 0.17.0 (#48917)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 authored Jul 3, 2024
1 parent ea7e033 commit bd3df81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/taxonkit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set version = "0.16.0" %}
{% set version = "0.17.0" %}

package:
name: taxonkit
version: {{ version }}

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('taxonkit', max_pin='x.x') }}

source:
- url: https://github.com/shenwei356/taxonkit/releases/download/v{{ version }}/taxonkit_darwin_amd64.tar.gz # [osx]
md5: 0f36df3f255caf87004087b4f6a3c718 # [osx]
md5: 5c12cfac4939f966824eda8eb774cf9b # [osx]
- url: https://github.com/shenwei356/taxonkit/releases/download/v{{ version }}/taxonkit_linux_amd64.tar.gz # [linux and x86_64]
md5: dcf41d21493a29594b399cdafce16233 # [linux and x86_64]
md5: bfedc8dbfc2db63460ed31843fc5f3c3 # [linux and x86_64]
- url: https://github.com/shenwei356/taxonkit/releases/download/v{{ version }}/taxonkit_linux_arm64.tar.gz # [linux and aarch64]
md5: f07a5cff687752de4d03a0b1e6df9a9c # [linux and aarch64]
md5: d0af9a15d225005705d8af63db6a970d # [linux and aarch64]

test:
commands:
Expand Down

0 comments on commit bd3df81

Please sign in to comment.