Skip to content

Commit

Permalink
Merge pull request #198454 from swhitty/bump-swiftdraw-0.18.1
Browse files Browse the repository at this point in the history
swiftdraw 0.18.1
  • Loading branch information
BrewTestBot authored Nov 21, 2024
2 parents b20d072 + 3022900 commit bcfa19a
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/s/swiftdraw.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Swiftdraw < Formula
desc "Convert SVG into PDF, PNG, JPEG or SF Symbol"
homepage "https://github.com/swhitty/SwiftDraw"
url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.18.0.tar.gz"
sha256 "f29bfb19f1c89f1aa5b7eb15debd392d73f5617689c4acfba90b836eef5fa490"
url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.18.1.tar.gz"
sha256 "31eecfbf68e5045e4a87311fc864f59e61ef1c1de028f168cc9ded7c463a7b1f"
license "Zlib"
revision 1
head "https://github.com/swhitty/SwiftDraw.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b1af94f7194c5bce47b32f14116166e56c2368f2f37e3c78cd85f2b0a6d94bc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1c3e7efbdd631764ac744a02931b78727e5dd60659a645f88d7b8d02e7da030"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6df270e63f5d958adc405d2ca4faeace9550626af82720a1d2ee99ef9a83de10"
sha256 cellar: :any_skip_relocation, sonoma: "4ddbd6b2b672551caf1fe9102decf996b83313aa3503ed0f7a0f1d691c719e91"
sha256 cellar: :any_skip_relocation, ventura: "3391d8f1906ff7cbf57e7a60d5cfb2a79f678c1ec31f74c5705a27242f1157aa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a453b6d2bcba450f9e31d702a0847164f2470b9277a850e535ecd8312077e8ac"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b063792a90ee42fe8b98afecb90f497a921506f66a59d3d6c9ec9fdebd088f0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6faa5a04c98a8576561e58106dffa192e5674bb7968787ea79ab43bcf16dd508"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a90b94e47ccdf0918b48c27a92f1da6a770c2664a404abdf5d93e1f6453f122"
sha256 cellar: :any_skip_relocation, sonoma: "818620df9562b2920fe1ec3d2e2682798cd504dedbca5869e4647fc04ff93951"
sha256 cellar: :any_skip_relocation, ventura: "2206434dace062363e1a2f1aca1b48abe23bab49b2fc4731a00db15bf81ab552"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ad72752a14c21b3465db45b752eb743b35a6c735e3b35f0a6611c46d3091569e"
end

depends_on xcode: ["14.0", :build]
Expand Down

0 comments on commit bcfa19a

Please sign in to comment.