Skip to content

Commit

Permalink
Merge pull request #169719 from Homebrew/bump-lux-0.24.0
Browse files Browse the repository at this point in the history
lux 0.24.0
  • Loading branch information
BrewTestBot committed Apr 22, 2024
2 parents 62823e8 + 3fe291e commit 1ebef26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/l/lux.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Lux < Formula
desc "Fast and simple video downloader"
homepage "https://github.com/iawia002/lux"
url "https://github.com/iawia002/lux/archive/refs/tags/v0.23.0.tar.gz"
sha256 "89554ef1eaa02705833ca76dfaed1c40a2ccae8d8e4aeb5221f6ffabb1592960"
url "https://github.com/iawia002/lux/archive/refs/tags/v0.24.0.tar.gz"
sha256 "3d69faf2e98f92df9984baf38bec02a88bf2db2113771e9567570d802d8fddde"
license "MIT"
head "https://github.com/iawia002/lux.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38be296f22a9ef07379522fcf83f6d19d59accbeffe0582e0171a01cf19f27a8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "982abc1c6a41d07095cf8498b89aed157a2567bfb4554c650cbd4d5fa89689ae"
sha256 cellar: :any_skip_relocation, arm64_monterey: "383c71a75bf896630d1a61839120244ec06c9ee0259964c541a8d5e12614e62f"
sha256 cellar: :any_skip_relocation, sonoma: "d9ccf60a60b7cf5d9117709803463a17aab34cfc0d63c7478d82e9f428a89a40"
sha256 cellar: :any_skip_relocation, ventura: "f37e33edeef3cca4ca0e04dc351512e8d57173afee382fc8729223d68701c1a9"
sha256 cellar: :any_skip_relocation, monterey: "a9422d512142cede763869c86ccb3b01551c0b90158c36a72ef8fed1704de1a7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed20549cdc7237423e2bf94e1b8677bd2c0e51d5852ce9a9969fe2e4e8aed7fe"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c2cee073ec7e09b14c715dde81c72ba176d041f60ef721c81e6788083656b98"
sha256 cellar: :any_skip_relocation, arm64_ventura: "0aabb4e1d7792e89f50c6ac1049f8d9984f8aea5c4ad47b56d12bda35b4558e8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "df24c58d16063eddef2c1e6af8360d0e3b5df42168dcc2426108cc9c73e23ed5"
sha256 cellar: :any_skip_relocation, sonoma: "9bed5bdfa87200ee99c685ca59ef0077c3985e7954e3302d6c247c542624a944"
sha256 cellar: :any_skip_relocation, ventura: "98ba1fd6f227103a14cf4be767ecc18109572493faf0061d6fa5d9c0f43051f8"
sha256 cellar: :any_skip_relocation, monterey: "afd981cd65eb398c427254eea515cfd57a8f974212df33f50ad8b7aaec854232"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b19f6e7ec7d2bc2d14ad146a12ff0b50e66dd629a64dfd66357f389599837051"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1ebef26

Please sign in to comment.