From b7f234eae2d18bb9b94125378d00e4f554d44612 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:18:44 +0000 Subject: [PATCH 1/2] sk 0.13.0 --- Formula/s/sk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index 6e6046b2b4960..dbf91c9948cfa 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -1,8 +1,8 @@ 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" From 329008dd14d222c84939d7b6e12265202b8b13bb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:46:04 +0000 Subject: [PATCH 2/2] sk: update 0.13.0 bottle. --- Formula/s/sk.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/s/sk.rb b/Formula/s/sk.rb index dbf91c9948cfa..ac16af3d2409e 100644 --- a/Formula/s/sk.rb +++ b/Formula/s/sk.rb @@ -7,12 +7,12 @@ class Sk < Formula 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