|
1 | 1 | class Lux < Formula
|
2 | 2 | desc "Fast and simple video downloader"
|
3 | 3 | homepage "https://github.com/iawia002/lux"
|
4 |
| - url "https://github.com/iawia002/lux/archive/refs/tags/v0.23.0.tar.gz" |
5 |
| - sha256 "89554ef1eaa02705833ca76dfaed1c40a2ccae8d8e4aeb5221f6ffabb1592960" |
| 4 | + url "https://github.com/iawia002/lux/archive/refs/tags/v0.24.0.tar.gz" |
| 5 | + sha256 "3d69faf2e98f92df9984baf38bec02a88bf2db2113771e9567570d802d8fddde" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/iawia002/lux.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "38be296f22a9ef07379522fcf83f6d19d59accbeffe0582e0171a01cf19f27a8" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "982abc1c6a41d07095cf8498b89aed157a2567bfb4554c650cbd4d5fa89689ae" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "383c71a75bf896630d1a61839120244ec06c9ee0259964c541a8d5e12614e62f" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "d9ccf60a60b7cf5d9117709803463a17aab34cfc0d63c7478d82e9f428a89a40" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "f37e33edeef3cca4ca0e04dc351512e8d57173afee382fc8729223d68701c1a9" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "a9422d512142cede763869c86ccb3b01551c0b90158c36a72ef8fed1704de1a7" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed20549cdc7237423e2bf94e1b8677bd2c0e51d5852ce9a9969fe2e4e8aed7fe" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c2cee073ec7e09b14c715dde81c72ba176d041f60ef721c81e6788083656b98" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "0aabb4e1d7792e89f50c6ac1049f8d9984f8aea5c4ad47b56d12bda35b4558e8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "df24c58d16063eddef2c1e6af8360d0e3b5df42168dcc2426108cc9c73e23ed5" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9bed5bdfa87200ee99c685ca59ef0077c3985e7954e3302d6c247c542624a944" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "98ba1fd6f227103a14cf4be767ecc18109572493faf0061d6fa5d9c0f43051f8" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "afd981cd65eb398c427254eea515cfd57a8f974212df33f50ad8b7aaec854232" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b19f6e7ec7d2bc2d14ad146a12ff0b50e66dd629a64dfd66357f389599837051" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments