Skip to content

Commit

Permalink
Merge pull request #171416 from Homebrew/bump-ldc-1.38.0
Browse files Browse the repository at this point in the history
ldc 1.38.0
  • Loading branch information
BrewTestBot authored May 11, 2024
2 parents 88a0aad + d2dd3d0 commit b6c19b3
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 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.37.0/ldc-1.37.0-src.tar.gz"
sha256 "50e80ae3c436c90637c2c3d40f392dc28b721f7aab3a1e3ca3bf4f9c28dba064"
url "https://github.com/ldc-developers/ldc/releases/download/v1.38.0/ldc-1.38.0-src.tar.gz"
sha256 "ca6238efe022e34cd3076741f8a070c6a377196351c61949a48a48c99379f38e"
license "BSD-3-Clause"
revision 1
head "https://github.com/ldc-developers/ldc.git", branch: "master"

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

bottle do
sha256 arm64_sonoma: "51b4aee5496152d31820a0e0b987fa4cebc2c20e123a24f9502abb6b95def810"
sha256 arm64_ventura: "0efc0c05f698b21fb3c9fa833defb3d8e3662353245590ff7cd33d448c2dd952"
sha256 arm64_monterey: "0650053126f508f56396f327edda6c45426029dbd0c682502676b3c2d38e04cb"
sha256 sonoma: "54da9a6c61d0a10a1fea8fcc0e0daef2a0d4e2a8313e22f647e1cd6587fc5a06"
sha256 ventura: "c2e51f753ad78a81e1c8e3eaa8f77500220bafcf4a2cbe72746721858640c6f5"
sha256 monterey: "238df916f382e60216b7535e01abcb608cb3c9e9cfa7051b4a4776b1af2698ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6ec35e481c34e435cf98f4deffd6634c816b134f403a5c36bb15289830eefbb8"
sha256 arm64_sonoma: "c2b5260191314ff8f7d6322ceeeba130eda68c5d430f4a904b329239580f0581"
sha256 arm64_ventura: "aba44f09fcbc206be33065644e7c9856fdd5d7b5ca6026e460db68153eea8851"
sha256 arm64_monterey: "62f8986d5cf578391cb982466101c3b8e81dba54de18160207e370d3ad6c8b49"
sha256 sonoma: "bb59d616c45576dd073c239a4ca89e4c618a8b1c6c4d751ca198ef20e0bc8072"
sha256 ventura: "cd88c05ccd585e2b90943e9b6ebf9bcf89c48b5d3e824dbbc8581aaf04a89647"
sha256 monterey: "3d9dfd21243a9f1f7e211a6651ac209d3ca3424d9794bb9a5a657e29fe0d3a46"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2aab9ffeff6ba4d7a6a40fd9b55812cbcbf29cc21ebece64078cb426a405bafc"
end

depends_on "cmake" => :build
depends_on "libconfig" => :build
depends_on "pkg-config" => :build
depends_on "llvm@17"
depends_on "llvm"

uses_from_macos "libxml2" => :build

resource "ldc-bootstrap" do
on_macos do
on_arm do
url "https://github.com/ldc-developers/ldc/releases/download/v1.37.0/ldc2-1.37.0-osx-arm64.tar.xz"
sha256 "e8e715e185a4086c0771299b418956a5cfb5759679514eaee55a0c59a84571c7"
url "https://github.com/ldc-developers/ldc/releases/download/v1.38.0/ldc2-1.38.0-osx-arm64.tar.xz"
sha256 "bfcad81853462a1308c045f1c82b641c3ac007000c5f7de269172067e60a6dea"
end
on_intel do
url "https://github.com/ldc-developers/ldc/releases/download/v1.37.0/ldc2-1.37.0-osx-x86_64.tar.xz"
sha256 "6cc65f7edc8e753b059062d1652d7eb299a122235bde1cce4878ae1cfae09ae2"
url "https://github.com/ldc-developers/ldc/releases/download/v1.38.0/ldc2-1.38.0-osx-x86_64.tar.xz"
sha256 "d52e1bc5634f045528083d5088b8cfb936b5ab9c041aaaa604902dbf82eef76b"
end
end
on_linux do
on_arm do
url "https://github.com/ldc-developers/ldc/releases/download/v1.37.0/ldc2-1.37.0-linux-aarch64.tar.xz"
sha256 "6b1b740002bea1be67f758f9e40c1c629d08903062c6bf83b93af3b13b962c9f"
url "https://github.com/ldc-developers/ldc/releases/download/v1.38.0/ldc2-1.38.0-linux-aarch64.tar.xz"
sha256 "3d17aae84f7500a0e0ad5a3b6a4c6398415d2a4cd330216a4b15a3b4d3a2edea"
end
on_intel do
url "https://github.com/ldc-developers/ldc/releases/download/v1.37.0/ldc2-1.37.0-linux-x86_64.tar.xz"
sha256 "55524bf320fcc7ed453c29a07e9a98a1716f278dbab7ba4c156dc2719b4671df"
url "https://github.com/ldc-developers/ldc/releases/download/v1.38.0/ldc2-1.38.0-linux-x86_64.tar.xz"
sha256 "e5108a5ae7ca135623f79569182929a2aab117767a6fb85b599338648b7e7737"
end
end
end
Expand Down

0 comments on commit b6c19b3

Please sign in to comment.