Skip to content

Commit 456f15e

Browse files
BrewTestBotdaeho-ro
authored andcommitted
krep 1.3.0
1 parent 5a00df2 commit 456f15e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/k/krep.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)