diff --git a/Formula/n/ncspot.rb b/Formula/n/ncspot.rb index d6ce86502994..5e0223cc4e06 100644 --- a/Formula/n/ncspot.rb +++ b/Formula/n/ncspot.rb @@ -1,18 +1,17 @@ class Ncspot < Formula desc "Cross-platform ncurses Spotify client written in Rust" homepage "https://github.com/hrkfdn/ncspot" - url "https://github.com/hrkfdn/ncspot/archive/refs/tags/v1.3.3.tar.gz" - sha256 "26edf6f1861828452355d614349c0a2af49113b392d7cd52290ea7f180f6bfe5" + url "https://github.com/hrkfdn/ncspot/archive/refs/tags/v1.3.4.tar.gz" + sha256 "93c4448b2c027c08c02295b2ffb1a48b684b65100cf4730b1dc9ae35afe06ea6" license "BSD-2-Clause" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, arm64_tahoe: "00faf4c71b398817e3e68dbe86b65d65ef9cd44e7816b63b61cdc356dd892ad9" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4e88de47e8ff48e7b7b628747113d1e8feb148b1c423c8349ed615498d8407c6" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0ae333c7953cfe9cb1a156c3472aa85f7a45d8f3e106e26d7b405fab390e8ff" - sha256 cellar: :any_skip_relocation, sonoma: "ae62b1f8e28527e476616d9f8cd5620df0ca893b067224f47687dab12ff0dc02" - sha256 cellar: :any_skip_relocation, arm64_linux: "9bb3f059bf0f44ac9e0ea9582adf9663833105df7ad5b48011fa4ccaa2bb37f1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2ebde50fa8eaef19ca9ab59b16012072136046bdcecb3f005e1f39b3eaa24261" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1234012ea21d77486a0ddce6007669f710003038e9c93d2f0e08d3124d7f33fc" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "118b4b02eee0ad5070cf999e2be90f790f719ae35c453080318df0124f1f8512" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "52d7093d0f3b50e5a3fed555158ef87ec6020f846afe5b796fe58bb8e5bd764d" + sha256 cellar: :any_skip_relocation, sonoma: "4a66efa6d37ca5b0ec83f90175492dbbfa7e39ac984766d1249ebea1f06b6589" + sha256 cellar: :any_skip_relocation, arm64_linux: "9d767d9686ce12ff08bf0a05d7e8b0d12c4db70ce9a93277de3b1476982fbf1c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f07992f959c8dbe462bc91b733881547ab0458f870ddf0894f4a75f1d4362ba3" end depends_on "pkgconf" => :build