Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/swiftdraw.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.24.0.tar.gz"
sha256 "89522e2699de7bcccc32bff0bc448b1aa2c8d095f24790243d6317a5b061b78d"
url "https://github.com/swhitty/SwiftDraw/archive/refs/tags/0.25.1.tar.gz"
sha256 "7016b9a8a035cd6a87d72bbfadba168948b5e1f069bb922ca1419b1122aff254"
license "Zlib"
head "https://github.com/swhitty/SwiftDraw.git", branch: "main"

Expand Down
Loading