Skip to content

Commit

Permalink
update csvtk to v0.29.0 (#44476)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Nov 27, 2023
1 parent 5698328 commit 36046c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/csvtk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.28.0" %}
{% set version = "0.29.0" %}

package:
name: csvtk
Expand All @@ -7,13 +7,13 @@ package:
build:
number: 0
run_exports:
- {{ pin_subpackage('csvtk', max_pin='x') }}
- {{ pin_subpackage('csvtk', max_pin='x.x') }}

source:
- url: https://github.com/shenwei356/csvtk/releases/download/v{{ version }}/csvtk_darwin_amd64.tar.gz # [osx]
md5: 4e6bbb301e73d5122b9e364206182130 # [osx]
md5: 055172fe0ce888cdbbe11c3c03846aa4 # [osx]
- url: https://github.com/shenwei356/csvtk/releases/download/v{{ version }}/csvtk_linux_amd64.tar.gz # [linux]
md5: 58aaf68fdd39969a184a1b2d582ff40f # [linux]
md5: ac796feaa66514b0b5eb9b21df81c22b # [linux]

test:
commands:
Expand Down

0 comments on commit 36046c1

Please sign in to comment.