tart 0.36.3

tart: update softnet to 0.6.1

tart: update test

tart: update test

Closes #119169.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-12-26 13:48:38 -05:00 committed by BrewTestBot
parent 91f10882ca
commit 99e32e379b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
class Tart < Formula
desc "macOS and Linux VMs on Apple Silicon to use in CI and other automations"
homepage "https://github.com/cirruslabs/tart"
url "https://github.com/cirruslabs/tart/archive/refs/tags/0.36.2.tar.gz"
sha256 "5f8e3b1d92907a1c6949ac8430ad1c48f24d28e8af73dd28b7cc87df69401eef"
url "https://github.com/cirruslabs/tart/archive/refs/tags/0.36.3.tar.gz"
sha256 "a8da8bc66ed32d31e4a7e547bf679a61ac772b5edd7aff85020459364fdd4d70"
license "AGPL-3.0-or-later"
bottle do
@ -19,8 +19,8 @@ class Tart < Formula
uses_from_macos "swift"
resource "softnet" do
url "https://github.com/cirruslabs/softnet/archive/refs/tags/0.6.0.tar.gz"
sha256 "fd01589b9cb1497394f1fd0fbed385dca51558352b5a7d1337cb92a1a2d2f95d"
url "https://github.com/cirruslabs/softnet/archive/refs/tags/0.6.1.tar.gz"
sha256 "3943295bda70f0520dca9adf469f921f65ec2f6d96240046995dd5528deade57"
end
def install
@ -35,7 +35,7 @@ class Tart < Formula
test do
ENV["TART_HOME"] = testpath/".tart"
(testpath/"empty.ipsw").write ""
output = shell_output("tart create --from-ipsw #{testpath/"empty.ipsw"} test", 1)
output = shell_output("tart create --from-ipsw #{testpath/"empty.ipsw"} test 2>&1", 1)
assert_match "Unable to load restore image", output
end
end