Skip to content

Commit

Permalink
Merge pull request #205067 from Homebrew/bump-yosys-0.49
Browse files Browse the repository at this point in the history
yosys 0.49
  • Loading branch information
BrewTestBot authored Jan 21, 2025
2 parents 965f025 + 2441caf commit 29ec55b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/y/yosys.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Yosys < Formula
desc "Framework for Verilog RTL synthesis"
homepage "https://yosyshq.net/yosys/"
url "https://github.com/YosysHQ/yosys/releases/download/v0.48/yosys.tar.gz"
sha256 "6218549aaadbfa79d43b29dbd01caf4e6ddc37bbeadf148d91c3b79526fd6ba1"
url "https://github.com/YosysHQ/yosys/releases/download/v0.49/yosys.tar.gz"
sha256 "8fcc393ce7c296ffe8784b22b0760040fb5148e37de33926eb9ad81d5046ae4d"
license "ISC"
head "https://github.com/YosysHQ/yosys.git", branch: "main"

bottle do
sha256 arm64_sequoia: "2a18c05df11d2c423d8caa1ffc496f8975b887027db3cf98a1864b490098561b"
sha256 arm64_sonoma: "39c2f57ecf6b151897330ca1d78ea14770e83ae56925b7a6a5fc4d2452c08604"
sha256 arm64_ventura: "e88c145d08a9b38f86fdfb4bae86c096b2c427605e505bb641726f1c8c4acd16"
sha256 sonoma: "718a90f56d5c5221934ccb1dcd007d800279627aa3015c19d826bdf223128c32"
sha256 ventura: "c62b40829a932e172d6ef92729edb0c54308cafa3dea4b1b54673134886bf28c"
sha256 x86_64_linux: "6d18fbb810e197f5a0c4399c44b590187c9e884cbe3810603e561a082ccf2c03"
sha256 arm64_sequoia: "5cd4c36f43f301d86946a7166be5f949f86643e5e3853d65960cd26696031a62"
sha256 arm64_sonoma: "1b7234c96a0493adba063ef5d06b2f4dff0cb13fc1ba1af097aaf1ec513b0b18"
sha256 arm64_ventura: "2a78308346efed923cfd59d17a57a5e0b2744b92ee2e5ac9d12719e6b10bddca"
sha256 sonoma: "167b5cc677f3c7eaf5d6e83ce500f8281efc8c9b81509cbe490dc7c13ad0124b"
sha256 ventura: "822fbb8cdd55ecf1937295d2ddd962bfe404429e627887e495cd59fff40400ad"
sha256 x86_64_linux: "450c4cd9455c16e7339eedbc322afffd24755b3469fc2565f29fc28be0f8d76f"
end

depends_on "bison" => :build
Expand Down

0 comments on commit 29ec55b

Please sign in to comment.