Skip to content

Commit df3477d

Browse files
BrewTestBotbotantony
authored andcommitted
swift-outdated 0.11.0
1 parent a87d8cb commit df3477d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/swift-outdated.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)