Skip to content

Commit d3aa268

Browse files
authored
Merge pull request #217399 from Homebrew/bump-dub-1.40.0
dub 1.40.0
2 parents 4c58d01 + 6bc343d commit d3aa268

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/dub.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Dub < Formula
22
desc "Build tool for D projects"
33
homepage "https://code.dlang.org/getting_started"
4-
url "https://github.com/dlang/dub/archive/refs/tags/v1.39.0.tar.gz"
5-
sha256 "cddca43c76c619487857ea13b3acaf1d7bfda4251e058f0ab61538c4bbb84820"
4+
url "https://github.com/dlang/dub/archive/refs/tags/v1.40.0.tar.gz"
5+
sha256 "52b963137e8a671e48ce3b64eb1e424f6a3c137b8001cf74fb98932def61c171"
66
license "MIT"
77
version_scheme 1
88
head "https://github.com/dlang/dub.git", branch: "master"
@@ -18,13 +18,13 @@ class Dub < Formula
1818
end
1919

2020
bottle do
21-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d4d3e520dab8665bd4cc4fcb9bfd35ce90bcea96e5332255772095c56c9ce0b"
22-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b1262d5346b6f7103f71d5b5e2c0f48b8366fd0e63f89b2fb958c9d792e257d"
23-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5f5a661ddced42a30f8c4665f984ab1b3e754921007dbdfee769c3d520e25d86"
24-
sha256 cellar: :any_skip_relocation, sonoma: "0e48bbe19cfac01102c4f6b5a1c29ac8cc961cc2551d3a7e809fff964ed4261e"
25-
sha256 cellar: :any_skip_relocation, ventura: "d27e8cb27b68587060d1c63a4e124a39ca5a3e4704ac40118d481646244d3440"
26-
sha256 cellar: :any_skip_relocation, arm64_linux: "ce3058a27278915ecc2742de867ea4f6ce0444dbeaba30fe03acc443299d5ad4"
27-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0bd12f64c42e34983e753649feb1168ddaba5418e6a8b487fefa48bb68c0404"
21+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fdc35c943741ff4daa5204c4787fad70b3ed94dc31abab026c195df73fcf13ff"
22+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bca28b6b780e086f88bad5ffb32abb71d8b9d8f256d17547cfd6aa4d4a5fc346"
23+
sha256 cellar: :any_skip_relocation, arm64_ventura: "abf4f33add519521441ebc0af2ceb04cb2261496e3962dec491a0a0c16770f42"
24+
sha256 cellar: :any_skip_relocation, sonoma: "2cdc341f90c51af8a19fc8ce5dbfdbfa7054ccde65363da365066609f4b8cd62"
25+
sha256 cellar: :any_skip_relocation, ventura: "52f26e201118800cf552bf0a7f57df4afaf90300b132035fbd52325224d7b861"
26+
sha256 cellar: :any_skip_relocation, arm64_linux: "9a4f71c32ebc9395d31b401219449820ddcaad85415a1deff1ff770322faa1b0"
27+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d68877d9ac67d2e682a19cdef3d6867f700b1aa52afa5125f8851de3cd01a695"
2828
end
2929

3030
depends_on "ldc" => [:build, :test]

0 commit comments

Comments
 (0)