We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a26a7c commit 48d6df9Copy full SHA for 48d6df9
Formula/s/swiftdraw.rb
@@ -1,10 +1,9 @@
1
class Swiftdraw < Formula
2
desc "Convert SVG into PDF, PNG, JPEG or SF Symbol"
3
homepage "https://github.com/swhitty/SwiftDraw"
4
- url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.18.0.tar.gz"
5
- sha256 "f29bfb19f1c89f1aa5b7eb15debd392d73f5617689c4acfba90b836eef5fa490"
+ url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.18.1.tar.gz"
+ sha256 "31eecfbf68e5045e4a87311fc864f59e61ef1c1de028f168cc9ded7c463a7b1f"
6
license "Zlib"
7
- revision 1
8
head "https://github.com/swhitty/SwiftDraw.git", branch: "main"
9
10
bottle do
0 commit comments