Skip to content

Commit

Permalink
Merge pull request #203417 from Homebrew/bump-u-boot-tools-2025.01
Browse files Browse the repository at this point in the history
u-boot-tools 2025.01
  • Loading branch information
BrewTestBot authored Jan 7, 2025
2 parents 21b75db + 9bd5539 commit 22101a8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/u/u-boot-tools.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class UBootTools < Formula
desc "Universal boot loader"
homepage "https://www.denx.de/wiki/U-Boot/"
url "https://ftp.denx.de/pub/u-boot/u-boot-2024.10.tar.bz2"
sha256 "b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0"
url "https://ftp.denx.de/pub/u-boot/u-boot-2025.01.tar.bz2"
sha256 "cdef7d507c93f1bbd9f015ea9bc21fa074268481405501945abc6f854d5b686f"
license all_of: ["GPL-2.0-only", "GPL-2.0-or-later", "BSD-3-Clause"]

livecheck do
Expand All @@ -11,12 +11,12 @@ class UBootTools < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "bf2a5afadede8038a3680ad3f90b1809e237232c9b4f32a2a8dd9fab5b9c1de0"
sha256 cellar: :any, arm64_sonoma: "374be00979264065310954f77ff8b3f78033febc10589ebcace542ef29307fd0"
sha256 cellar: :any, arm64_ventura: "14eed409bbe0ebe72c9a504508c00f6c1c69b4b7a271585244831716fe801a54"
sha256 cellar: :any, sonoma: "0b3a53c111cdb47c90058d69e92cf1ca5975704a36e090b7b4d42217bf9dfedf"
sha256 cellar: :any, ventura: "225fdab56e59044069af8967f99532a145f7da0d26e6ca233a555abfe2e87437"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8117ff616a7175008d1cf21143a95953bcc3df977d3edcbe00fd647f741ef25b"
sha256 cellar: :any, arm64_sequoia: "e3af1e733cc25f6cc0db2b31f8a33d7ddd7da9c0e6d79f12f5e9f98b386601d6"
sha256 cellar: :any, arm64_sonoma: "f61adaca6d7ad95258f3160cf77bf221441cb9f91c38ff3b2894896c63aea1ac"
sha256 cellar: :any, arm64_ventura: "aa38563c59c86ab33db3a2864537bc9fbf72ea72d49b1fb12cc424d2ca85e00c"
sha256 cellar: :any, sonoma: "7be5860e67810bf70834da86d2f566cdd3c90e0ffbd48b1810d3620a5ee0e213"
sha256 cellar: :any, ventura: "db7c955a415600be01bf26bf9ba872434ce4f91b0f32f99afbd1a0a970d16e1c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2694e880482166e36ba025ff90094123f273549b1af8d3526255896c58f3d15d"
end

depends_on "coreutils" => :build # Makefile needs $(gdate)
Expand Down

0 comments on commit 22101a8

Please sign in to comment.