1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

pkg: fix brew tap version

It wasn't updated after the 12.0.1 release, even though the
SHA values were.

PR #1545
This commit is contained in:
Simon Robin 2020-04-08 01:45:53 +02:00 committed by GitHub
parent 49de7b119c
commit f51b762c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
class RipgrepBin < Formula
version '12.0.0'
version '12.0.1'
desc "Recursively search directories for a regex pattern."
homepage "https://github.com/BurntSushi/ripgrep"