Skip to content

Commit

Permalink
Merge pull request #199558 from Homebrew/bump-mockolo-2.2.0
Browse files Browse the repository at this point in the history
mockolo 2.2.0
  • Loading branch information
BrewTestBot authored Nov 30, 2024
2 parents fc53271 + 529216a commit 4ad9b74
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/m/mockolo.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class Mockolo < Formula
desc "Efficient Mock Generator for Swift"
homepage "https://github.com/uber/mockolo"
url "https://github.com/uber/mockolo/archive/refs/tags/2.1.1.tar.gz"
sha256 "6707a0a7b73822f9c6cf986a73a9adc452b3052e38b87169432c0893948861da"
url "https://github.com/uber/mockolo/archive/refs/tags/2.2.0.tar.gz"
sha256 "6778f861c72efc8e3d67c10f4f825b4e4b746a05829301e0cb9645150534eadf"
license "Apache-2.0"
revision 1

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a52b3fb229429ecbbdbb5364d7d4380183b7fd70f805ca5846b8e36b52642bd0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c247e590442eaed00151e9f0a89d6dd6bacc6ea41316f64a5a737e7da726985"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8a91db23727d736125f17987131edb5c8f0a4634724b0cff6f73c7a6986315c7"
sha256 cellar: :any_skip_relocation, sonoma: "b7a3cbecc795c95ef277406051c4d87904fe770c83c3ff9f70f7e95f5cb13930"
sha256 cellar: :any_skip_relocation, ventura: "b15049d8170ece9b3fc1461ff3a5e21dbdbda971032d39e83d741a2dab320f52"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a0dfa912abfa8ec8b1156c687e5a1a5ac8a90526a38a3c6fa531fdfae35dfbe"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e7b395c4bc5f3d56bd72339c4560016be2922280c853298ebd533f885cb3caeb"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ccc7031e39a88e3dce3bb4ed2fa56edc51e7353768ed9edcef211100ceba25f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e52e04d714c1ff9e26eaf94a08bcb8a8d41213a7e87081617d0dda6cd4d8cdb0"
sha256 cellar: :any_skip_relocation, sonoma: "82e1f3c1bc942234c41ef556f2138857a673331fd47fe29c4b56db6104746cb9"
sha256 cellar: :any_skip_relocation, ventura: "8b52cffebd4c5ab87bc965f7e798c39c9c2f880c8845e2ab857b6039c2ff07ce"
sha256 cellar: :any_skip_relocation, x86_64_linux: "041dce518ce1939525321057a15d1212e3ce73fc1aea237f3adbb93d9d05f122"
end

depends_on xcode: ["14.0", :build]
Expand Down Expand Up @@ -53,7 +52,7 @@ def install
public var num: Int = 0 { didSet { numSetCallCount += 1 } }
public private(set) var barCallCount = 0
public var barHandler: ((Float) -> (String))?
public var barHandler: ((Float) -> String)?
public func bar(arg: Float) -> String {
barCallCount += 1
if let barHandler = barHandler {
Expand Down

0 comments on commit 4ad9b74

Please sign in to comment.