Skip to content

Commit c1500ab

Browse files
authored
Merge pull request #279246 from Homebrew/bump-diesel-2.3.8
diesel 2.3.8
2 parents f78e340 + 720156b commit c1500ab

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/d/diesel.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Diesel < Formula
22
desc "Command-line tool for Rust ORM Diesel"
33
homepage "https://diesel.rs"
4-
url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.7.tar.gz"
5-
sha256 "18dde504d882a7d9c72e38ad960cc4a0482eb2a39f43c0c2274953dae8f95616"
4+
url "https://github.com/diesel-rs/diesel/archive/refs/tags/v2.3.8.tar.gz"
5+
sha256 "479f41768ee2067f80cc02c7f5d4501702d22cda70619f30e50cf6f16ffe13d8"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/diesel-rs/diesel.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any, arm64_tahoe: "c1f1c9cab255fee784506dcb916ea5c97346b13159a98d6be2afe4809d65dd7c"
11-
sha256 cellar: :any, arm64_sequoia: "921154ebcda7421e89fc0543d1cee2a11d4022a00e4dbad09363b9b618c1ca3d"
12-
sha256 cellar: :any, arm64_sonoma: "2f4394c22dfe78e85d7255c40eadc4c6d373024e0a182909e6c0445220c32bb5"
13-
sha256 cellar: :any, sonoma: "d61909a2dfa663fdafc40a03ca2f1ad2f066a1cdc2a543e233e2c598ece2799b"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "24d8ac3184d827b33b3ae457f55c4952d17101ea7e2f6e675ba3fa78afa12a1e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b5ec14987a0ee90f246bff260aadc4d135dfeee79d3f56d9d71a8785f0bfea03"
10+
sha256 cellar: :any, arm64_tahoe: "d19b463e46a8f513ca0ef937189043f3efdae83dd58f23020190353e4f7738a5"
11+
sha256 cellar: :any, arm64_sequoia: "81090956adb23d9c9cc973121e257a05ac1041a878ca1af236ce647b8c413b57"
12+
sha256 cellar: :any, arm64_sonoma: "5c792e6d189182d65340c4f6b8b70d2c8863a8799a7cf6108fb88d50f8c21ec2"
13+
sha256 cellar: :any, sonoma: "3c99d501c92b9842bba20d38763b621fdc91b34a27c4eb18d6c38438b66dc8a5"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a786132e941b383002b62922d0b756347a11c90d3923710f4179955ebca802b8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "52bf00bf5418d91e82873652f01662e20c51783baf43803700bb8e08704c64cc"
1616
end
1717

1818
depends_on "rust" => [:build, :test]

0 commit comments

Comments
 (0)