File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class SwiftOutdated < Formula
22 desc "Check for outdated Swift package manager dependencies"
33 homepage "https://github.com/kiliankoe/swift-outdated"
4- url "https://github.com/kiliankoe/swift-outdated/archive/refs/tags/0.10.1 .tar.gz"
5- sha256 "d2496a02c6261a72025d27e526cdbde25decee5fe790593f90c1661af63430ff "
4+ url "https://github.com/kiliankoe/swift-outdated/archive/refs/tags/0.11.0 .tar.gz"
5+ sha256 "60a82a00446151359962754d34ab0d1dc41cbfa71ac6e41ef9e38f45bad66ccb "
66 license "MIT"
77 head "https://github.com/kiliankoe/swift-outdated.git" , branch : "main"
88
@@ -17,7 +17,7 @@ class SwiftOutdated < Formula
1717 sha256 cellar : :any_skip_relocation , x86_64_linux : "3a959433bb6fc3748c13003c3aebee4be103d43e0ec4afc70ba8c9e570dd5bb5"
1818 end
1919
20- uses_from_macos "swift" => :build , since : :sonoma # swift 6.0 +
20+ uses_from_macos "swift" => :build , since : :tahoe # swift 6.2 +
2121
2222 def install
2323 inreplace "Sources/SwiftOutdated/SwiftOutdated.swift" , "dev" , version . to_s
You can’t perform that action at this time.
0 commit comments