|
1 | 1 | class Sk < Formula |
2 | 2 | desc "Fuzzy Finder in rust!" |
3 | 3 | homepage "https://github.com/lotabout/skim" |
4 | | - url "https://github.com/lotabout/skim/archive/refs/tags/v0.15.4.tar.gz" |
5 | | - sha256 "2e6f4638b1fd7a0bb14fb53945b7cbae050597535fda253de912534b1475aa8d" |
| 4 | + url "https://github.com/lotabout/skim/archive/refs/tags/v0.15.5.tar.gz" |
| 5 | + sha256 "aa7c90057ba73f86858cb7632da35db0e5acaeb5b8304913746b4ae29bd835bf" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/lotabout/skim.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "07d328b42233d8152edbbe925574fda4b99208fae936b0939339fc3cd3f47e11" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "392bac4648bd14593527db79d5fbe8ea369cc359a3e008081881f378003d7bb0" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "75d5e9bdef31bac6251fd3d718d0273deb8643252332a28e4468c6074bd29195" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "58c76b8d9f1b86ec2259e0a7f492865c49adf06684d2cebc7b54e3192e21d6ae" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "d4c19d3bb6c6a7e53bd253a65f9905eada2ecaaebcb35452f351089887603266" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "7c81fdbe60d0f5cd0781b8d09379e3053cd769ab20774d5c31e0dc548fe5890b" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d571cf2e731a7ba5943e2215ccaabda4ca14c6d6f90a8423a805220922f86435" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b77ed5e732cf4e0281659331a81c6ecff79766c3974cb8078b2a3a5f326762b9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "9102d740e7c84abcbb1218630aad496cd005b34be9dfc39d55ac10cbaa263d59" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "c275b947864778faa0ff9167e56f53547ec6ee7c4b92e50ee5c858f86d951f3a" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "563df84979774f3c7b1fd1edf9e113c93cd54669b2a7cc8401b928f2f59931aa" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ddabee4530a945d5a985fadcab397e1ee785e338a0a9d6c4e1eb6e7bf8e37794" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments