|
1 | 1 | class Tailwindcss < Formula
|
2 | 2 | desc "Utility-first CSS framework"
|
3 | 3 | homepage "https://tailwindcss.com"
|
4 |
| - url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.15.tar.gz" |
5 |
| - sha256 "a0e4b464917214f75353dd5bf4d3a5f5b7e60e3fda9f293c44a21b9f80013c8e" |
| 4 | + url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.16.tar.gz" |
| 5 | + sha256 "8fa36dd87174cf50e34727901e31e17898c15cc838e8e7c98d5a6d603a86ae41" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "c51e76fd8a65db19a21bcf5ec76e784bd9b869e126d3ea0964a2b06f4e6a2b21" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c51e76fd8a65db19a21bcf5ec76e784bd9b869e126d3ea0964a2b06f4e6a2b21" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "7298a904009ee2bcfe2f1475586c18bce253f53002930354fddabb3fb5cb42c3" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "cee64f596d8112f3245b13c282290243436c8f4862e816a38be7594da953f16f" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "e8ccaaa5719cf98e4141bcdfdf2dccc2d210a21de21281bac000a0ec3abc6bef" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "edb4320e555f5d259028956495e191e50436e3808a86d2f33d9e9c754d3944b5" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96738753df2a90f5c0176feb038dfc9b5b00dfcfa6b4c432ed28acfc980386bc" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "96738753df2a90f5c0176feb038dfc9b5b00dfcfa6b4c432ed28acfc980386bc" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2a0c9f3fc992bbbe1a2033df2218235eed6cf86ee2a095c3b8597c1047999208" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "44a10e84e77a157ae6b854ed17143c706015825ec18aa3135073143cead29dd5" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "bed35f6e59f6aa800377069ecdbeabea9cf75957c19632b49c0b958cf20dc7cc" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "640015dc5d5931e2315cfe730994dfe73e64f0853f188a6aea48421ef5ff735a" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "node" => :build
|
|
0 commit comments