Skip to content

Commit

Permalink
[CI] Updating brew (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPAlmeida committed Jan 30, 2021
1 parent 0093e18 commit 472335c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 41 deletions.
1 change: 0 additions & 1 deletion Brewfile
@@ -1,3 +1,2 @@
brew "swiftformat"
brew "swiftlint"
brew "xctool"
63 changes: 23 additions & 40 deletions Brewfile.lock.json
@@ -1,61 +1,44 @@
{
"entries": {
"brew": {
"xctool": {
"version": "0.3.7",
"swiftformat": {
"version": "0.47.0",
"bottle": {
"cellar": ":any",
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.catalina.bottle.tar.gz",
"sha256": "0cf8c734d095ab97b2d5537b67d3f13e6ff8f38c46503ea02b9eba98ff35942c"
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.catalina.bottle.tar.gz",
"sha256": "81431257faa84ed092b02dbcaa5703e2759d915cb18c3a7c8f663311cbd2d79e"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.mojave.bottle.tar.gz",
"sha256": "8b116346555e2616619e577d3ce3c69a24d66cb505ee048ba316ab2880736043"
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.mojave.bottle.tar.gz",
"sha256": "af859141fb9f4ecf149a4f905cca94381fb64aaddcb3a113b0f1ff1fe5d9e5b3"
},
"high_sierra": {
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.high_sierra.bottle.tar.gz",
"sha256": "055172ba606bf94416513e418007f849a08ff24a3b3484fb67c1b4f854123bb9"
}
}
}
},
"swiftlint": {
"version": "0.37.0",
"bottle": {
"cellar": ":any_skip_relocation",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.40.3.catalina.bottle.tar.gz",
"sha256": "84368120d02e9a22515d4fdfe852dcdddcfa47f8f688e5d0aa6eba837d52d890"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/swiftlint-0.40.3.mojave.bottle.tar.gz",
"sha256": "42de59d77fdd150558306b024d1cceb757da3d83aa3c03fd985636e24ef8ab9b"
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.high_sierra.bottle.tar.gz",
"sha256": "6842c5c972883b6c176cf02fa8dd12b09663889369b1c9ef18201d594120b642"
}
}
}
},
"swiftformat": {
"version": "0.44.17",
"xctool": {
"version": "0.3.7",
"bottle": {
"cellar": ":any_skip_relocation",
"cellar": ":any",
"prefix": "/usr/local",
"files": {
"catalina": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.catalina.bottle.tar.gz",
"sha256": "81431257faa84ed092b02dbcaa5703e2759d915cb18c3a7c8f663311cbd2d79e"
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.catalina.bottle.tar.gz",
"sha256": "0cf8c734d095ab97b2d5537b67d3f13e6ff8f38c46503ea02b9eba98ff35942c"
},
"mojave": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.mojave.bottle.tar.gz",
"sha256": "af859141fb9f4ecf149a4f905cca94381fb64aaddcb3a113b0f1ff1fe5d9e5b3"
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.mojave.bottle.tar.gz",
"sha256": "8b116346555e2616619e577d3ce3c69a24d66cb505ee048ba316ab2880736043"
},
"high_sierra": {
"url": "https://homebrew.bintray.com/bottles/swiftformat-0.47.0.high_sierra.bottle.tar.gz",
"sha256": "6842c5c972883b6c176cf02fa8dd12b09663889369b1c9ef18201d594120b642"
"url": "https://homebrew.bintray.com/bottles/xctool-0.3.7.high_sierra.bottle.tar.gz",
"sha256": "055172ba606bf94416513e418007f849a08ff24a3b3484fb67c1b4f854123bb9"
}
}
}
Expand All @@ -64,13 +47,13 @@
},
"system": {
"macos": {
"catalina": {
"HOMEBREW_VERSION": "2.5.6",
"big_sur": {
"HOMEBREW_VERSION": "2.5.6-118-gede7a83",
"HOMEBREW_PREFIX": "/usr/local",
"Homebrew/homebrew-core": "2ead2d7574778b5d236b241f8e760e6eeb8cf22d",
"Homebrew/homebrew-core": "c878e5e69e91114d8f27203aedc873fecbfda3e0",
"CLT": "",
"Xcode": "11.7",
"macOS": "10.15.6"
"Xcode": "12.3",
"macOS": "11.0.1"
}
}
}
Expand Down

0 comments on commit 472335c

Please sign in to comment.