Skip to content

Commit

Permalink
[ci skip] Merge PR 37081
Browse files Browse the repository at this point in the history
Merge PR #37081, commits were: 
 * update taxonkit to v0.13.0
  • Loading branch information
shenwei356 authored Sep 22, 2022
1 parent 115c06b commit 8c62545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/taxonkit/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.12.0" %}
{% set version = "0.13.0" %}

package:
name: taxonkit
Expand All @@ -9,9 +9,9 @@ build:

source:
- url: https://github.com/shenwei356/taxonkit/releases/download/v{{ version }}/taxonkit_darwin_amd64.tar.gz # [osx]
md5: ee319bccc65d966b6fe2713878c965ac # [osx]
md5: c73364b1ac7a20c3eaa098bc643d729c # [osx]
- url: https://github.com/shenwei356/taxonkit/releases/download/v{{ version }}/taxonkit_linux_amd64.tar.gz # [linux]
md5: f9933641dda4e540bc0c8e8c9e268b84 # [linux]
md5: 60085d36066740e34c6da097d5bdc850 # [linux]

test:
commands:
Expand Down

0 comments on commit 8c62545

Please sign in to comment.