|
1 | 1 | class SpicetifyCli < Formula |
2 | 2 | desc "Command-line tool to customize Spotify client" |
3 | 3 | homepage "https://spicetify.app/" |
4 | | - url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.5/v2.40.5.tar.gz" |
5 | | - sha256 "0dc22f81a8d66c2c13fa4bd3af7434c3970b55643d27d1325e4f5eeb3b1da1b0" |
| 4 | + url "https://github.com/spicetify/cli/archive/refs/tags/v2.40.6/v2.40.6.tar.gz" |
| 5 | + sha256 "ca4e0c24f7077d9a43727ad63040d317ae9be39b167cdad010ed347ac28b2fd6" |
6 | 6 | license "LGPL-2.1-only" |
7 | 7 | head "https://github.com/spicetify/cli.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f74211fb2ceacc679392420128d574fa97d3fd2586646e799732678e3012328" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9f74211fb2ceacc679392420128d574fa97d3fd2586646e799732678e3012328" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9f74211fb2ceacc679392420128d574fa97d3fd2586646e799732678e3012328" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "832bf9889a0c502ebca92a95cd1058d5e2046c5155480e6eec9d0ccad224146c" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "832bf9889a0c502ebca92a95cd1058d5e2046c5155480e6eec9d0ccad224146c" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ade8b52a8b81e3cef0f0c0a876db310000aa64322624e114c22af073b302789c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "813c1dc7dabc80d6489f2793f89551e0d17be26caf7254d0ddb34338228e49da" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "813c1dc7dabc80d6489f2793f89551e0d17be26caf7254d0ddb34338228e49da" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "813c1dc7dabc80d6489f2793f89551e0d17be26caf7254d0ddb34338228e49da" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f74c649b8fa0329ca7dd043d199bc1acee34f547d1ff96c7116ec73e1a43838e" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "f74c649b8fa0329ca7dd043d199bc1acee34f547d1ff96c7116ec73e1a43838e" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "21f423d4be7a19d3c8f1da9336c602ad853ccf57ca601f6d1b6eb82db3741be9" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments