Skip to content

Commit a41f8e6

Browse files
authored
Merge pull request #221549 from Homebrew/bump-sk-0.16.2
sk 0.16.2
2 parents 2a8cb9e + a929576 commit a41f8e6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/sk.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Sk < Formula
22
desc "Fuzzy Finder in rust!"
33
homepage "https://github.com/lotabout/skim"
4-
url "https://github.com/lotabout/skim/archive/refs/tags/v0.16.1.tar.gz"
5-
sha256 "c194226e9e53d216f9ea508f3152f57851e79a5e9991a89382834dbaeff6cd10"
4+
url "https://github.com/lotabout/skim/archive/refs/tags/v0.16.2.tar.gz"
5+
sha256 "b503a11606ecd740bff570a204b6e23a1ec3e0cd6ea0221b43872837b8bc9d86"
66
license "MIT"
77
head "https://github.com/lotabout/skim.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d63a18d2bf694be2d1eea03287d2a2072aedeb531410ffd9046dff948a4ddc1c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56bc41fab18ff58a6c1e594241b42e8912f8dc22a5b76f2c1b88e13afc7bb5f9"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "e6ee107766b6bf7b35b68ef85cd5ad4cbb7b3c87c40d3ab57d5378f5c61ee6a5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "4d346e899b991a3ee550dd3193b2f05d6abc43ed6838c5374ca96e38e7e488bc"
14-
sha256 cellar: :any_skip_relocation, ventura: "1a2b90f5a3afd9e946b009adaf0d807ddbd9970ced6db75c37217e85408248d5"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "00fd2d28e03611059ac5176a7e9d82b5f670219e72644a843b97bb1af3915c24"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b5fd5aa036f007fbd87b771685456c1cd580cdcd49dfee1f95928affa19cb9e3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "39f39938c635fd73d229b9af199b51b0fe8a3c7ad96fab88378d4226584d84c4"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "363b48736a64fdeecbe9ed14934cbb7bb16df8343701cd37f6cc2f94f9ad149a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "82bc032650adf306aeb85e6a5007b22a5613e7ec983c31dfc24cf30c362f924a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "272128af9bd58c69aeb08fe5819bb953f29368085386ffa861f9cee12f63bb4c"
14+
sha256 cellar: :any_skip_relocation, ventura: "7670fed6c4d43dae253ef192e43b196a47ecb241c6a2c10467c2800fad72ed29"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "52acc01de8a892caff6f97c8b6ede3c42fe480b18ffb1c39d566bef033ec8caa"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0159234e18b45fa67ffbdb226562afe6399726ad969d441085176f9a3b53019a"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)