swiftformat 0.25.0
Closes #10755. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
7d81abd0d5
commit
8107ee1998
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Swiftformat < Formula
|
class Swiftformat < Formula
|
||||||
desc "Formatting tool for reformatting Swift code"
|
desc "Formatting tool for reformatting Swift code"
|
||||||
homepage "https://github.com/nicklockwood/SwiftFormat"
|
homepage "https://github.com/nicklockwood/SwiftFormat"
|
||||||
url "https://github.com/nicklockwood/SwiftFormat/archive/0.24.7.tar.gz"
|
url "https://github.com/nicklockwood/SwiftFormat/archive/0.25.0.tar.gz"
|
||||||
sha256 "f82de2859c621db45c8b21a271b50a9eb3f5f1936fc8b06a16aad166adb9b40d"
|
sha256 "07ab9b57214dd35da46a2b4754c209299994101367efdde92a223d8cf175d8c4"
|
||||||
|
|
||||||
head "https://github.com/nicklockwood/SwiftFormat.git", :shallow => false
|
head "https://github.com/nicklockwood/SwiftFormat.git", :shallow => false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue