Skip to content

Commit

Permalink
Merge pull request #201274 from Homebrew/bump-ldc-1.40.0
Browse files Browse the repository at this point in the history
ldc 1.40.0
  • Loading branch information
BrewTestBot authored Dec 15, 2024
2 parents b99a090 + 519dabe commit 4b99d61
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions Formula/l/ldc.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Ldc < Formula
desc "Portable D programming language compiler"
homepage "https://wiki.dlang.org/LDC"
url "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc-1.39.0-src.tar.gz"
sha256 "839bac36f6073318e36f0b163767e03bdbd3f57d99256b97494ac439b59a4562"
url "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc-1.40.0-src.tar.gz"
sha256 "80a3ddd7b7292818cdf6c130e55f1246a19b5fce96139a49b45ccf4e2be99e5f"
license "BSD-3-Clause"
revision 1
head "https://github.com/ldc-developers/ldc.git", branch: "master"

livecheck do
Expand All @@ -13,12 +12,12 @@ class Ldc < Formula
end

bottle do
sha256 arm64_sequoia: "16de7a20bf322c043232d9e452e948a76e39222c4302dd473f56ac54e9f124b3"
sha256 arm64_sonoma: "a5b5090830d2809662e9eb7fd4ed3264e82720f6845f35cb594cc934603ed84d"
sha256 arm64_ventura: "c41c88fb61a60ec842c81e2c4ca64c065b2c368c83f09365207f7da959dc8cda"
sha256 sonoma: "83747bfe0e1c14fd8f29c4c3b15f12919057694a1be31b5a66325e9bf74c6aea"
sha256 ventura: "c48b3f215c92ca8907fd2938adbd987a6c9738607f7adf8c5bcf74401795e07b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0351b9c88bf73003a30db5dec85e71c9e67358a3190563e5fa7b532d28ee8aba"
sha256 arm64_sequoia: "620f2799a1fdce0f0023f4340586b32104fc53fb4e00137b86dd1e372ffd80df"
sha256 arm64_sonoma: "679f08ffed1f10be8190a801615f15be35c043b43046c6e1b8a2ac1d2ac3fd3f"
sha256 arm64_ventura: "56dfc84a29361fa61fbb8d3d2ce7b09bfcdc5d5461f6180652cc058986d5302e"
sha256 sonoma: "71623961529f14c0265e5d354154a8707aef890a051a0f43c96bf550edf88349"
sha256 ventura: "5f68684249a9eb9d5cf54f5329f254c3eecaa6ecddcf39311f7661df64946911"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9312304f8ecc17678fcd62ee2bf020ae67e860671953c81c5cb7b249dd2cebe0"
end

depends_on "cmake" => :build
Expand All @@ -32,22 +31,22 @@ class Ldc < Formula
resource "ldc-bootstrap" do
on_macos do
on_arm do
url "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-osx-arm64.tar.xz"
sha256 "4f0285d6ab0f335f97a8cae1ebc951eb5e68face0645f2b791b8d5399689ad95"
url "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-osx-arm64.tar.xz"
sha256 "04ebaaddfadf5b62486914eee511a8cb9e6802a7b413e7a8799d5a7fa1ca5cb4"
end
on_intel do
url "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-osx-x86_64.tar.xz"
sha256 "751ebe8c744fa3375a08dfb67d80569e985944f3fb7f551affa5d5052117beb6"
url "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-osx-x86_64.tar.xz"
sha256 "90802f92801b700804b8ba48d8c12128d3724c9dbb6a88811d6c9204fce9e036"
end
end
on_linux do
on_arm do
url "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-linux-aarch64.tar.xz"
sha256 "bafba183432dc8c277d07880d6dd17b4b1b3050808bef0be07875a41cda6dfcf"
url "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-linux-aarch64.tar.xz"
sha256 "28d183a99ab9f0790f5597c5c125f41338390f8bed5ed3164138958c18479c82"
end
on_intel do
url "https://github.com/ldc-developers/ldc/releases/download/v1.39.0/ldc2-1.39.0-linux-x86_64.tar.xz"
sha256 "f50cdacd11c923b96e57edab15cacff6a30c7ebff4b7e495fc684eed0a27ae17"
url "https://github.com/ldc-developers/ldc/releases/download/v1.40.0/ldc2-1.40.0-linux-x86_64.tar.xz"
sha256 "0da61ed2ea96583aa0ccbeb00f8d78983b23d1e87b84a6f2098eb12059475b27"
end
end
end
Expand Down

0 comments on commit 4b99d61

Please sign in to comment.