From 425719196c38bda13950d2bc0dfcb08b1e14cac1 Mon Sep 17 00:00:00 2001 From: Josh Holtz Date: Mon, 18 Sep 2023 21:36:09 -0500 Subject: [PATCH] Version bump to 2.216.0 (#21522) --- Gemfile.lock | 2 +- README.md | 204 +++++++++---------- fastlane.gemspec | 40 ++-- fastlane/lib/fastlane/version.rb | 2 +- fastlane/swift/Deliverfile.swift | 2 +- fastlane/swift/DeliverfileProtocol.swift | 2 +- fastlane/swift/Fastlane.swift | 26 ++- fastlane/swift/Gymfile.swift | 2 +- fastlane/swift/GymfileProtocol.swift | 2 +- fastlane/swift/Matchfile.swift | 2 +- fastlane/swift/MatchfileProtocol.swift | 10 +- fastlane/swift/Precheckfile.swift | 2 +- fastlane/swift/PrecheckfileProtocol.swift | 2 +- fastlane/swift/Scanfile.swift | 2 +- fastlane/swift/ScanfileProtocol.swift | 2 +- fastlane/swift/Screengrabfile.swift | 2 +- fastlane/swift/ScreengrabfileProtocol.swift | 2 +- fastlane/swift/Snapshotfile.swift | 2 +- fastlane/swift/SnapshotfileProtocol.swift | 2 +- fastlane/swift/formatting/Brewfile.lock.json | 38 ++-- 20 files changed, 190 insertions(+), 158 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d91ba87375a..825c76306ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fastlane (2.215.1) + fastlane (2.216.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.8, < 3.0.0) artifactory (~> 3.0) diff --git a/README.md b/README.md index aee79dea230..1d803f07bc7 100644 --- a/README.md +++ b/README.md @@ -35,23 +35,11 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/ - - - - - - - - - - + + - - - - - - - @@ -137,11 +105,23 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/

Satoshi Namai

- + + - + + - + + + - - - - - -
- - - -

Manu Wallner

-
- - - -

Jan Piotrowski

-
- - + + + -

Manish Rathi

+

Danielle Tomlinson

@@ -59,37 +47,31 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/

Łukasz Grabowski

- - - -

Kohki Miki

-
- - + + + -

Jimmy Dee

+

Josh Holtz

- - + + + -

Aaron Brager

+

Stefan Natchev

- - + + + -

Max Ott

+

Daniel Jankowski

- - +
+ + -

Felix Krause

+

Roger Oba

@@ -97,37 +79,23 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/

Iulian Onofrei

- - - -

Jérôme Lacoste

-
- - - -

Josh Holtz

-
- - + + + -

Matthew Ellis

+

Fumiya Nakamura

- - + + + -

Maksym Grebenets

+

Jan Piotrowski

- - + + + -

Daniel Jankowski

+

Luka Mirosevic

- - + + + -

Luka Mirosevic

+

Jérôme Lacoste

+
+ + + +

Joshua Liebowitz

+
+ + + +

Andrew McBurney

@@ -149,57 +129,77 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/

Olivier Halligon

- - +
+ + -

Jorge Revuelta H

+

Helmut Januschka

- - + + + -

Fumiya Nakamura

+

Aaron Brager

+
+ + + +

Felix Krause

+
+ + + +

Maksym Grebenets

+
+ + + +

Max Ott

- - + + + -

Danielle Tomlinson

+

Manish Rathi

- - + + + -

Andrew McBurney

+

Jorge Revuelta H

- - + + + -

Stefan Natchev

+

Manu Wallner

- - + + + -

Joshua Liebowitz

+

Matthew Ellis

- - + + + -

Helmut Januschka

+

Kohki Miki

- - + + + -

Roger Oba

+

Jimmy Dee

diff --git a/fastlane.gemspec b/fastlane.gemspec index 250a6962b37..d8fa99af06b 100644 --- a/fastlane.gemspec +++ b/fastlane.gemspec @@ -26,32 +26,32 @@ Gem::Specification.new do |spec| spec.name = "fastlane" spec.version = Fastlane::VERSION # list of authors is regenerated and resorted on each release - spec.authors = ["Satoshi Namai", - "Felix Krause", - "Matthew Ellis", - "Manish Rathi", - "Aaron Brager", - "Jimmy Dee", - "Iulian Onofrei", - "Fumiya Nakamura", - "Andrew McBurney", - "Joshua Liebowitz", - "Jérôme Lacoste", - "Josh Holtz", + spec.authors = ["Andrew McBurney", "Daniel Jankowski", - "Max Ott", + "Iulian Onofrei", + "Luka Mirosevic", + "Maksym Grebenets", "Helmut Januschka", - "Jorge Revuelta H", - "Łukasz Grabowski", + "Jimmy Dee", "Olivier Halligon", + "Kohki Miki", + "Satoshi Namai", + "Matthew Ellis", "Roger Oba", - "Luka Mirosevic", + "Joshua Liebowitz", + "Josh Holtz", + "Felix Krause", + "Jérôme Lacoste", + "Max Ott", + "Aaron Brager", "Manu Wallner", - "Danielle Tomlinson", + "Fumiya Nakamura", + "Manish Rathi", + "Łukasz Grabowski", + "Jorge Revuelta H", "Stefan Natchev", - "Maksym Grebenets", - "Jan Piotrowski", - "Kohki Miki"] + "Danielle Tomlinson", + "Jan Piotrowski"] spec.email = ["fastlane@krausefx.com"] spec.summary = Fastlane::DESCRIPTION diff --git a/fastlane/lib/fastlane/version.rb b/fastlane/lib/fastlane/version.rb index b650bc88234..487b749d5e5 100644 --- a/fastlane/lib/fastlane/version.rb +++ b/fastlane/lib/fastlane/version.rb @@ -1,5 +1,5 @@ module Fastlane - VERSION = '2.215.1'.freeze + VERSION = '2.216.0'.freeze DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze MINIMUM_XCODE_RELEASE = "7.0".freeze RUBOCOP_REQUIREMENT = '1.50.2'.freeze diff --git a/fastlane/swift/Deliverfile.swift b/fastlane/swift/Deliverfile.swift index ab151339724..a717d62eef1 100644 --- a/fastlane/swift/Deliverfile.swift +++ b/fastlane/swift/Deliverfile.swift @@ -17,4 +17,4 @@ public class Deliverfile: DeliverfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/DeliverfileProtocol.swift b/fastlane/swift/DeliverfileProtocol.swift index a87d787df25..9b5b330b30e 100644 --- a/fastlane/swift/DeliverfileProtocol.swift +++ b/fastlane/swift/DeliverfileProtocol.swift @@ -264,4 +264,4 @@ public extension DeliverfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.119] +// FastlaneRunnerAPIVersion [0.9.120] diff --git a/fastlane/swift/Fastlane.swift b/fastlane/swift/Fastlane.swift index 5b5f71cdf7e..0d323ebc3cb 100644 --- a/fastlane/swift/Fastlane.swift +++ b/fastlane/swift/Fastlane.swift @@ -6737,6 +6737,8 @@ public func makeChangelogFromJenkins(fallbackChangelog: String = "", - s3SkipEncryption: Skip encryption of all objects uploaded to S3. WARNING: only enable this on S3 buckets with sufficiently restricted permissions and server-side encryption enabled. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html - gitlabProject: GitLab Project Path (i.e. 'gitlab-org/gitlab') - gitlabHost: GitLab Host (i.e. 'https://gitlab.com') + - jobToken: GitLab CI_JOB_TOKEN + - privateToken: GitLab Access Token - keychainName: Keychain the items should be imported to - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password - force: Renew the provisioning profiles every time you run match @@ -6792,6 +6794,8 @@ public func match(type: String = matchfile.type, s3SkipEncryption: OptionalConfigValue = .fastlaneDefault(matchfile.s3SkipEncryption), gitlabProject: OptionalConfigValue = .fastlaneDefault(matchfile.gitlabProject), gitlabHost: String = matchfile.gitlabHost, + jobToken: OptionalConfigValue = .fastlaneDefault(matchfile.jobToken), + privateToken: OptionalConfigValue = .fastlaneDefault(matchfile.privateToken), keychainName: String = matchfile.keychainName, keychainPassword: OptionalConfigValue = .fastlaneDefault(matchfile.keychainPassword), force: OptionalConfigValue = .fastlaneDefault(matchfile.force), @@ -6845,6 +6849,8 @@ public func match(type: String = matchfile.type, let s3SkipEncryptionArg = s3SkipEncryption.asRubyArgument(name: "s3_skip_encryption", type: nil) let gitlabProjectArg = gitlabProject.asRubyArgument(name: "gitlab_project", type: nil) let gitlabHostArg = RubyCommand.Argument(name: "gitlab_host", value: gitlabHost, type: nil) + let jobTokenArg = jobToken.asRubyArgument(name: "job_token", type: nil) + let privateTokenArg = privateToken.asRubyArgument(name: "private_token", type: nil) let keychainNameArg = RubyCommand.Argument(name: "keychain_name", value: keychainName, type: nil) let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil) let forceArg = force.asRubyArgument(name: "force", type: nil) @@ -6897,6 +6903,8 @@ public func match(type: String = matchfile.type, s3SkipEncryptionArg, gitlabProjectArg, gitlabHostArg, + jobTokenArg, + privateTokenArg, keychainNameArg, keychainPasswordArg, forceArg, @@ -6960,6 +6968,8 @@ public func match(type: String = matchfile.type, - s3SkipEncryption: Skip encryption of all objects uploaded to S3. WARNING: only enable this on S3 buckets with sufficiently restricted permissions and server-side encryption enabled. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html - gitlabProject: GitLab Project Path (i.e. 'gitlab-org/gitlab') - gitlabHost: GitLab Host (i.e. 'https://gitlab.com') + - jobToken: GitLab CI_JOB_TOKEN + - privateToken: GitLab Access Token - keychainName: Keychain the items should be imported to - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password - force: Renew the provisioning profiles every time you run match @@ -7019,6 +7029,8 @@ public func matchNuke(type: String = "development", s3SkipEncryption: OptionalConfigValue = .fastlaneDefault(false), gitlabProject: OptionalConfigValue = .fastlaneDefault(nil), gitlabHost: String = "https://gitlab.com", + jobToken: OptionalConfigValue = .fastlaneDefault(nil), + privateToken: OptionalConfigValue = .fastlaneDefault(nil), keychainName: String = "login.keychain", keychainPassword: OptionalConfigValue = .fastlaneDefault(nil), force: OptionalConfigValue = .fastlaneDefault(false), @@ -7072,6 +7084,8 @@ public func matchNuke(type: String = "development", let s3SkipEncryptionArg = s3SkipEncryption.asRubyArgument(name: "s3_skip_encryption", type: nil) let gitlabProjectArg = gitlabProject.asRubyArgument(name: "gitlab_project", type: nil) let gitlabHostArg = RubyCommand.Argument(name: "gitlab_host", value: gitlabHost, type: nil) + let jobTokenArg = jobToken.asRubyArgument(name: "job_token", type: nil) + let privateTokenArg = privateToken.asRubyArgument(name: "private_token", type: nil) let keychainNameArg = RubyCommand.Argument(name: "keychain_name", value: keychainName, type: nil) let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil) let forceArg = force.asRubyArgument(name: "force", type: nil) @@ -7124,6 +7138,8 @@ public func matchNuke(type: String = "development", s3SkipEncryptionArg, gitlabProjectArg, gitlabHostArg, + jobTokenArg, + privateTokenArg, keychainNameArg, keychainPasswordArg, forceArg, @@ -11206,6 +11222,8 @@ public func swiftlint(mode: String = "lint", - s3SkipEncryption: Skip encryption of all objects uploaded to S3. WARNING: only enable this on S3 buckets with sufficiently restricted permissions and server-side encryption enabled. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html - gitlabProject: GitLab Project Path (i.e. 'gitlab-org/gitlab') - gitlabHost: GitLab Host (i.e. 'https://gitlab.com') + - jobToken: GitLab CI_JOB_TOKEN + - privateToken: GitLab Access Token - keychainName: Keychain the items should be imported to - keychainPassword: This might be required the first time you access certificates on a new mac. For the login/default keychain this is your macOS account password - force: Renew the provisioning profiles every time you run match @@ -11261,6 +11279,8 @@ public func syncCodeSigning(type: String = "development", s3SkipEncryption: OptionalConfigValue = .fastlaneDefault(false), gitlabProject: OptionalConfigValue = .fastlaneDefault(nil), gitlabHost: String = "https://gitlab.com", + jobToken: OptionalConfigValue = .fastlaneDefault(nil), + privateToken: OptionalConfigValue = .fastlaneDefault(nil), keychainName: String = "login.keychain", keychainPassword: OptionalConfigValue = .fastlaneDefault(nil), force: OptionalConfigValue = .fastlaneDefault(false), @@ -11314,6 +11334,8 @@ public func syncCodeSigning(type: String = "development", let s3SkipEncryptionArg = s3SkipEncryption.asRubyArgument(name: "s3_skip_encryption", type: nil) let gitlabProjectArg = gitlabProject.asRubyArgument(name: "gitlab_project", type: nil) let gitlabHostArg = RubyCommand.Argument(name: "gitlab_host", value: gitlabHost, type: nil) + let jobTokenArg = jobToken.asRubyArgument(name: "job_token", type: nil) + let privateTokenArg = privateToken.asRubyArgument(name: "private_token", type: nil) let keychainNameArg = RubyCommand.Argument(name: "keychain_name", value: keychainName, type: nil) let keychainPasswordArg = keychainPassword.asRubyArgument(name: "keychain_password", type: nil) let forceArg = force.asRubyArgument(name: "force", type: nil) @@ -11366,6 +11388,8 @@ public func syncCodeSigning(type: String = "development", s3SkipEncryptionArg, gitlabProjectArg, gitlabHostArg, + jobTokenArg, + privateTokenArg, keychainNameArg, keychainPasswordArg, forceArg, @@ -13672,4 +13696,4 @@ public let snapshotfile: Snapshotfile = .init() // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.172] +// FastlaneRunnerAPIVersion [0.9.173] diff --git a/fastlane/swift/Gymfile.swift b/fastlane/swift/Gymfile.swift index 610d7a0fa90..f16f0082b48 100644 --- a/fastlane/swift/Gymfile.swift +++ b/fastlane/swift/Gymfile.swift @@ -17,4 +17,4 @@ public class Gymfile: GymfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/GymfileProtocol.swift b/fastlane/swift/GymfileProtocol.swift index 60f5b4958cb..1c549752d55 100644 --- a/fastlane/swift/GymfileProtocol.swift +++ b/fastlane/swift/GymfileProtocol.swift @@ -208,4 +208,4 @@ public extension GymfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.122] +// FastlaneRunnerAPIVersion [0.9.123] diff --git a/fastlane/swift/Matchfile.swift b/fastlane/swift/Matchfile.swift index 3b88d81637d..5b6c541e946 100644 --- a/fastlane/swift/Matchfile.swift +++ b/fastlane/swift/Matchfile.swift @@ -17,4 +17,4 @@ public class Matchfile: MatchfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/MatchfileProtocol.swift b/fastlane/swift/MatchfileProtocol.swift index 9376aa222b3..d9bd3a9123f 100644 --- a/fastlane/swift/MatchfileProtocol.swift +++ b/fastlane/swift/MatchfileProtocol.swift @@ -101,6 +101,12 @@ public protocol MatchfileProtocol: AnyObject { /// GitLab Host (i.e. 'https://gitlab.com') var gitlabHost: String { get } + /// GitLab CI_JOB_TOKEN + var jobToken: String? { get } + + /// GitLab Access Token + var privateToken: String? { get } + /// Keychain the items should be imported to var keychainName: String { get } @@ -193,6 +199,8 @@ public extension MatchfileProtocol { var s3SkipEncryption: Bool { return false } var gitlabProject: String? { return nil } var gitlabHost: String { return "https://gitlab.com" } + var jobToken: String? { return nil } + var privateToken: String? { return nil } var keychainName: String { return "login.keychain" } var keychainPassword: String? { return nil } var force: Bool { return false } @@ -216,4 +224,4 @@ public extension MatchfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.116] +// FastlaneRunnerAPIVersion [0.9.117] diff --git a/fastlane/swift/Precheckfile.swift b/fastlane/swift/Precheckfile.swift index aa7348c0188..8c14d9d3f60 100644 --- a/fastlane/swift/Precheckfile.swift +++ b/fastlane/swift/Precheckfile.swift @@ -17,4 +17,4 @@ public class Precheckfile: PrecheckfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/PrecheckfileProtocol.swift b/fastlane/swift/PrecheckfileProtocol.swift index 45a6366d55c..84747e00af7 100644 --- a/fastlane/swift/PrecheckfileProtocol.swift +++ b/fastlane/swift/PrecheckfileProtocol.swift @@ -52,4 +52,4 @@ public extension PrecheckfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.115] +// FastlaneRunnerAPIVersion [0.9.116] diff --git a/fastlane/swift/Scanfile.swift b/fastlane/swift/Scanfile.swift index 46cfbda7c12..a08ca04f452 100644 --- a/fastlane/swift/Scanfile.swift +++ b/fastlane/swift/Scanfile.swift @@ -17,4 +17,4 @@ public class Scanfile: ScanfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/ScanfileProtocol.swift b/fastlane/swift/ScanfileProtocol.swift index dfe95b05f84..a284308e911 100644 --- a/fastlane/swift/ScanfileProtocol.swift +++ b/fastlane/swift/ScanfileProtocol.swift @@ -320,4 +320,4 @@ public extension ScanfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.127] +// FastlaneRunnerAPIVersion [0.9.128] diff --git a/fastlane/swift/Screengrabfile.swift b/fastlane/swift/Screengrabfile.swift index 70286929284..1d38a627291 100644 --- a/fastlane/swift/Screengrabfile.swift +++ b/fastlane/swift/Screengrabfile.swift @@ -17,4 +17,4 @@ public class Screengrabfile: ScreengrabfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/ScreengrabfileProtocol.swift b/fastlane/swift/ScreengrabfileProtocol.swift index 85fcc077153..cecc8a16d9e 100644 --- a/fastlane/swift/ScreengrabfileProtocol.swift +++ b/fastlane/swift/ScreengrabfileProtocol.swift @@ -96,4 +96,4 @@ public extension ScreengrabfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.117] +// FastlaneRunnerAPIVersion [0.9.118] diff --git a/fastlane/swift/Snapshotfile.swift b/fastlane/swift/Snapshotfile.swift index 737b4ca7b11..5530432635c 100644 --- a/fastlane/swift/Snapshotfile.swift +++ b/fastlane/swift/Snapshotfile.swift @@ -17,4 +17,4 @@ public class Snapshotfile: SnapshotfileProtocol { // during the `init` process, and you won't see this message } -// Generated with fastlane 2.215.1 +// Generated with fastlane 2.216.0 diff --git a/fastlane/swift/SnapshotfileProtocol.swift b/fastlane/swift/SnapshotfileProtocol.swift index 25844522798..335c431ca52 100644 --- a/fastlane/swift/SnapshotfileProtocol.swift +++ b/fastlane/swift/SnapshotfileProtocol.swift @@ -204,4 +204,4 @@ public extension SnapshotfileProtocol { // Please don't remove the lines below // They are used to detect outdated files -// FastlaneRunnerAPIVersion [0.9.111] +// FastlaneRunnerAPIVersion [0.9.112] diff --git a/fastlane/swift/formatting/Brewfile.lock.json b/fastlane/swift/formatting/Brewfile.lock.json index 491d1441e2e..616210c41d1 100644 --- a/fastlane/swift/formatting/Brewfile.lock.json +++ b/fastlane/swift/formatting/Brewfile.lock.json @@ -2,55 +2,55 @@ "entries": { "brew": { "swiftformat": { - "version": "0.52.3", + "version": "0.52.4", "bottle": { "rebuild": 0, "root_url": "https://ghcr.io/v2/homebrew/core", "files": { "arm64_sonoma": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:a5ea23d7a08c20b20981a23f1ebc3221ca5796408934c412c2518598e00eb50f", - "sha256": "a5ea23d7a08c20b20981a23f1ebc3221ca5796408934c412c2518598e00eb50f" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:211b2c1465afea2476d380c4af2999bdd16dd2d9f62d174f797f83af257706f7", + "sha256": "211b2c1465afea2476d380c4af2999bdd16dd2d9f62d174f797f83af257706f7" }, "arm64_ventura": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:4c60e18bc44c0781d97a96c536aa8bb6e762b79008927c5e7307dcf2c69b6058", - "sha256": "4c60e18bc44c0781d97a96c536aa8bb6e762b79008927c5e7307dcf2c69b6058" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:e590260ea2cc8857e807f044d2c438445c75837154a3e6ae8be5999b239bcf85", + "sha256": "e590260ea2cc8857e807f044d2c438445c75837154a3e6ae8be5999b239bcf85" }, "arm64_monterey": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:d63d1affcfba1ea8b6bf035d4abd834bf2effe0c0cf385ba608f98341da1c837", - "sha256": "d63d1affcfba1ea8b6bf035d4abd834bf2effe0c0cf385ba608f98341da1c837" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:fb05650b13b66370e72593f46cc764c46abc956c81aed4c627beeb788dde96f8", + "sha256": "fb05650b13b66370e72593f46cc764c46abc956c81aed4c627beeb788dde96f8" }, "arm64_big_sur": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:d80ec81a9140159181b77145d2dfdcd38488b23b262ef1bd74ab7163d0cbebae", - "sha256": "d80ec81a9140159181b77145d2dfdcd38488b23b262ef1bd74ab7163d0cbebae" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:aa49d987ffd2f32284fd422f1038f5a17584655be5cbfc3bb3726752fd00a6c5", + "sha256": "aa49d987ffd2f32284fd422f1038f5a17584655be5cbfc3bb3726752fd00a6c5" }, "sonoma": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:1aa6efde9ecda9e98c1b852192e0230b2e84055861382660e93c50e59a80487f", - "sha256": "1aa6efde9ecda9e98c1b852192e0230b2e84055861382660e93c50e59a80487f" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:85a95d6bedc08f25f232b7d5adbaa99662060a2579cc702685343b3ab9c8b87d", + "sha256": "85a95d6bedc08f25f232b7d5adbaa99662060a2579cc702685343b3ab9c8b87d" }, "ventura": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:274da364741558f1f52780e9a92354db212a803cf5d84c2ca9ff632d94ada47d", - "sha256": "274da364741558f1f52780e9a92354db212a803cf5d84c2ca9ff632d94ada47d" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:6686712b546ae867ec07561ced1c215eb5d93a4f54852f3348a66e52f249f644", + "sha256": "6686712b546ae867ec07561ced1c215eb5d93a4f54852f3348a66e52f249f644" }, "monterey": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:b53d82e6f2d42bf1e6fa799983fdfae934b483bc916c34436184fcb7e407f896", - "sha256": "b53d82e6f2d42bf1e6fa799983fdfae934b483bc916c34436184fcb7e407f896" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:ed379b65cc248b290cf833ce2a088bfb280276de94bedee6b4c56e21bec36a72", + "sha256": "ed379b65cc248b290cf833ce2a088bfb280276de94bedee6b4c56e21bec36a72" }, "big_sur": { "cellar": ":any_skip_relocation", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:9bd117c9e2f92bde0f59a4106748a56e57687a1716627ef601e63b15a383ea35", - "sha256": "9bd117c9e2f92bde0f59a4106748a56e57687a1716627ef601e63b15a383ea35" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:492b417360077a31d5c78cfa173526fb8219430e84d01f24f9402ca1d97a63f0", + "sha256": "492b417360077a31d5c78cfa173526fb8219430e84d01f24f9402ca1d97a63f0" }, "x86_64_linux": { "cellar": "/home/linuxbrew/.linuxbrew/Cellar", - "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:384fee82f88b4bf8b30cfe9cec946ebd9127a4741b28e06cec42fc0d9b70c0f6", - "sha256": "384fee82f88b4bf8b30cfe9cec946ebd9127a4741b28e06cec42fc0d9b70c0f6" + "url": "https://ghcr.io/v2/homebrew/core/swiftformat/blobs/sha256:c6e703b2b48601787c1cd4f68adfea340e7ab0f4d9e2ddb3d15e6f38a9d50502", + "sha256": "c6e703b2b48601787c1cd4f68adfea340e7ab0f4d9e2ddb3d15e6f38a9d50502" } } }