Skip to content

Commit 6249cfc

Browse files
authored
Merge pull request #254983 from Homebrew/bump-spotifyd-0.4.2
spotifyd 0.4.2
2 parents 47a492a + 3f85b16 commit 6249cfc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/s/spotifyd.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Spotifyd < Formula
22
desc "Spotify daemon"
33
homepage "https://spotifyd.rs/"
4-
url "https://github.com/Spotifyd/spotifyd/archive/refs/tags/v0.4.1.tar.gz"
5-
sha256 "fdbf93c51232d85a0ef29813a02f3c23aacf733444eacf898729593e8837bcfc"
4+
url "https://github.com/Spotifyd/spotifyd/archive/refs/tags/v0.4.2.tar.gz"
5+
sha256 "e1dc21f806b205739e508bd567698657a47ca17eecb0f91d9320af5e74b8418a"
66
license "GPL-3.0-only"
77
head "https://github.com/Spotifyd/spotifyd.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Spotifyd < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "6fc17017e144c8fb2b05c87ca3114b23b80873d87388b7c43794c6a6f3f719fe"
16-
sha256 cellar: :any, arm64_sequoia: "a20d1e237ffc6f0fbe07af9641538c6059dff78030d3cdb537de1cc3a98c9abb"
17-
sha256 cellar: :any, arm64_sonoma: "be5c9b8b6af3ef7eb0df00b4a1f0a46ba1016765eb97c32acf6f4881a9b1f72b"
18-
sha256 cellar: :any, arm64_ventura: "73e2515bec6b526ba93e57f45f90f856e3e32995748d7a31cfdda5b7046df583"
19-
sha256 cellar: :any, sonoma: "853d77550839adae8fc9eb82bb0ec83e0fe423236b07a55fa7bca1d7e21de49a"
20-
sha256 cellar: :any, ventura: "a4d68c08d9ab1e2206ccfe702f4074f70da3fbf5f0c52c69dd5e97595d91e7ac"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "5286bb74874e724b27e03a9d23a618d644ed799bf10d930b2ed5a0298f4ad9ba"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e667512a473240c05c0dc7f66bcde0258f511324a7b9fc07864089ab6ce3d399"
15+
sha256 cellar: :any, arm64_tahoe: "a7a814a9c313572487129d39e54731bc17a195e4b682ae581602448272abcdd5"
16+
sha256 cellar: :any, arm64_sequoia: "dec0ea296e4ef77db7afcc84910deea38ef162f5cadbf2d7fc2d9986a4ca5458"
17+
sha256 cellar: :any, arm64_sonoma: "d9d891fefbd148e3960824fc7924ed89b20d73e150adfdbc36265df529c487a2"
18+
sha256 cellar: :any, sonoma: "a4a0e77cd126c0eb50988c3e3c2820e963cdf9b8fe0e7fe055fb21811a01ff6b"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "fbfca354719211a24866dd87ac33a343191cfa0a13ff8ba8a604a288a2df891c"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "aa79e425ff77b2ea640dff5d8eeeddb772bb42a39397ed111fecc59479027d25"
2321
end
2422

2523
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)