Skip to content

Commit 1ac9545

Browse files
authored
Merge pull request Homebrew#205988 from Homebrew/bump-awsdac-0.21.8
awsdac 0.21.8
2 parents f2185e6 + cb6a496 commit 1ac9545

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/a/awsdac.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Awsdac < Formula
22
desc "CLI tool for drawing AWS architecture"
33
homepage "https://github.com/awslabs/diagram-as-code"
4-
url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.7.tar.gz"
5-
sha256 "626cc531b5682b7f08513736df76a060c9272066f87156bf94194d6c1887d018"
4+
url "https://github.com/awslabs/diagram-as-code/archive/refs/tags/v0.21.8.tar.gz"
5+
sha256 "3ebd046ecbbe1b0e66adf501dcf9e0d42e627ad6a2318f8f4a9ec047e28b1c7c"
66
license "Apache-2.0"
77
head "https://github.com/awslabs/diagram-as-code.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "28f8cfe265c549e4df24ad5e9eb202c4e2211ea56bf7a3a52071013aaf4956ad"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "28f8cfe265c549e4df24ad5e9eb202c4e2211ea56bf7a3a52071013aaf4956ad"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "28f8cfe265c549e4df24ad5e9eb202c4e2211ea56bf7a3a52071013aaf4956ad"
13-
sha256 cellar: :any_skip_relocation, sonoma: "0c10a66632f66b680f258c05607916fd64ef3f98cd9f88440aaa430f73b2e2d3"
14-
sha256 cellar: :any_skip_relocation, ventura: "0c10a66632f66b680f258c05607916fd64ef3f98cd9f88440aaa430f73b2e2d3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bb67b966b698a1a769477b2d31ad17d5ef339983c3522db9949f0cb7452a8b4"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bb67b966b698a1a769477b2d31ad17d5ef339983c3522db9949f0cb7452a8b4"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2bb67b966b698a1a769477b2d31ad17d5ef339983c3522db9949f0cb7452a8b4"
13+
sha256 cellar: :any_skip_relocation, sonoma: "995edb7b24fc13b39c56d62af45779a6717df133e453722999b6c577da1d313c"
14+
sha256 cellar: :any_skip_relocation, ventura: "995edb7b24fc13b39c56d62af45779a6717df133e453722999b6c577da1d313c"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)