|
1 | 1 | class Krep < Formula |
2 | 2 | desc "High-Performance String Search Utility" |
3 | | - homepage "https://davidesantangelo.github.io/krep/" |
4 | | - url "https://github.com/davidesantangelo/krep/archive/refs/tags/v0.4.1.tar.gz" |
5 | | - sha256 "3d70b0396afe5c7246d6a9a264a997a87ad24261546c857a7939e4f9592fe1f5" |
| 3 | + homepage "https://github.com/davidesantangelo/krep" |
| 4 | + url "https://github.com/davidesantangelo/krep/archive/refs/tags/v1.0.2.tar.gz" |
| 5 | + sha256 "38cfc7da0a5e1c3a064c85fcb4d67f4cbd6e0f0659f194e6eda94d6b3b80b007" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "549120f44c011ba1f3ebf93a29b6229e8cfaa97bb0736fbe378b312561cebc76" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2e536cf253e35b71ef1a1c7d7ac20385a5172b7aaac000191afbf3a209c1716" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "e5f094c14af723fde86165a8aedea58a49331933152dfb8e73a02a5daebb5048" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "a86a5c6462359fea2f095b3d9234a8d1115dc73f0665f644fdd09d7e4727be39" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "9e6727d44fe10d4faaab88e6a52fcc881ee1715dabf9d0f76743ed93ed22ada9" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "05fc4246fb5bb2f5a8b06739290370dc3116ce0d1c47badced37895290e774c5" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d54f296395b2fc3eb7ebb2bbc4f6c343e04d53703e3d1a6272e5ced1e1b9c5aa" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ff59368a8e74a2bd22ab6897bfc7b02ac05194a233445d5c706d3ecc1009f293" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e62e88ca0e5679f7ab949cca68cc7a5c1aa8284ebb39517e4b66212b26b1949f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "3f5e9b5511e7213671ca4a7704a44f4c7bfc661fc743c7ca5fcd1c10248c6b56" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "ab99bb25bd6d413d591953be092923d2bf6a1ce208ed86be0cf0d02064b2a1f8" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "5c446bc481a88c4fea5bd9f8915c7bf6f01bd119531019be03c6af62c888a3a8" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "81d83cf38c0f354c6e3471a2903b6e6b46183e90e2df49f2c3170b9d7701e17b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "dee84fd21ebc2647c525d5c437e5abbbaf0a3022f42d3785f0b1bf6c628bcef0" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | def install |
|
0 commit comments