File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11class Krep < Formula
22 desc "High-Performance String Search Utility"
33 homepage "https://github.com/davidesantangelo/krep"
4- url "https://github.com/davidesantangelo/krep/archive/refs/tags/v1.2.1 .tar.gz"
5- sha256 "eea570981c9c24ade2c9bdebfd3ff144a5d4d30ba940e1bcf2f0e3355421886f "
4+ url "https://github.com/davidesantangelo/krep/archive/refs/tags/v1.3.0 .tar.gz"
5+ sha256 "76b0a9224b1e31aff49637c103b68e0d45d6b46456069e67e57b876a5c1ade59 "
66 license "BSD-2-Clause"
77
88 bottle do
@@ -17,6 +17,9 @@ class Krep < Formula
1717 end
1818
1919 def install
20+ # Version mismatch, remove in next release
21+ inreplace "krep.c" , 'VERSION "1.2"' , 'VERSION "1.3"'
22+
2023 system "make" , "install" , "PREFIX=#{ prefix } "
2124 end
2225
You can’t perform that action at this time.
0 commit comments