Skip to content

Commit

Permalink
Merge pull request #198958 from Homebrew/bump-sk-0.13.0
Browse files Browse the repository at this point in the history
sk 0.13.0
  • Loading branch information
BrewTestBot authored Nov 25, 2024
2 parents b613941 + 329008d commit 7550bfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/sk.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Sk < Formula
desc "Fuzzy Finder in rust!"
homepage "https://github.com/lotabout/skim"
url "https://github.com/lotabout/skim/archive/refs/tags/v0.12.0.tar.gz"
sha256 "f999c73e19e1f53e993b93dc85fc8cd19608a5d3939bb847f19f32d71980a2de"
url "https://github.com/lotabout/skim/archive/refs/tags/v0.13.0.tar.gz"
sha256 "a0a9e0b5c79686330a1b24d2d146844e3d9d641af01a6cac6a5e8f9c1ea2a64e"
license "MIT"
head "https://github.com/lotabout/skim.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "48b791932bb4f39fb345f656047db66cc38b6ea6343305cb005adced21da2ef7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d899b18b12bd4a36212f1bfa357bb9da5ded66a794f6d61620390bffa408381"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e4f862fe0e1af24f53587bab4a1a2a8bd443a475449128af54f4e1faf1e37f56"
sha256 cellar: :any_skip_relocation, sonoma: "66db12d74bcfed37f3f8f3a623c3644b70dd0af70472f65d1411ce78a2182f3e"
sha256 cellar: :any_skip_relocation, ventura: "bf5cb9c6594e5b664b571e0a02bdb12d746ca061fb829c5fdc3b2dbd426c41c2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "150cbb2acd0b16b865c4bc44a9851b9a834a039880611ee17cc91cf1f26ba2ee"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d3fd254a3ae775cc396eb82f83e66281b2c6a69d099c15af631f561b3f7aa59"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f085f7a4d74d16778bb3445f535b9d593d5973ce4b900a12ab9b8b697e5eb0d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e952fb2f15cbc6ef8ab67420939c450762d79fcb9606ab091852e39ce46409b"
sha256 cellar: :any_skip_relocation, sonoma: "4429c940d252604f67ff93a35b9c0f570ac1bd6ead659ce6a5c0e0ea52cb6446"
sha256 cellar: :any_skip_relocation, ventura: "d3d07ed13608beb2c2d078ddc9e4eb7b0b123d550ea96e71dae3e5dae0c63fa0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c281b7fc925df7748873250870262a94a9e24843c9c160fb56054cc562cbfebc"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 7550bfa

Please sign in to comment.