Skip to content

Commit

Permalink
Automatic bump version to v0.4.0-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
zsv-ci committed Dec 9, 2024
1 parent fc8f98e commit a91d257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions formula/zsv.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Zsv < Formula
desc "zsv+lib: world's fastest (simd) CSV parser, with an extensible CLI"
homepage 'https://github.com/liquidaty/zsv'
url 'https://github.com/liquidaty/zsv/releases/download/v0.3.9-alpha/zsv-0.3.9-alpha-amd64-macosx-gcc.tar.gz'
url 'https://github.com/liquidaty/zsv/releases/download/v0.4.0-alpha/zsv-0.4.0-alpha-amd64-macosx-gcc.tar.gz'
head 'https://github.com/liquidaty/zsv.git', branch: 'main'
license 'MIT'
sha256 '3fef5082e2c973af3b3663e9c5b9ccfeeae72b37b1218bfc85a8f0f675104fb3'
sha256 '1e4d08438bb1a64f1d7359869c24713796343342514fa93f57ab7850150c0f4a'

def install
bin.install 'bin/zsv'
Expand Down

0 comments on commit a91d257

Please sign in to comment.