Skip to content

Commit 2e82ceb

Browse files
Firefox Sync Engineeringlinabutler
authored andcommitted
Nightly auto-update (132.0.0)
1 parent f6d394d commit 2e82ceb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.4
22
import PackageDescription
33

4-
let checksum = "39c6226eee512236f6a450eb88b0688b0c9cf9d0f73da0832f2adc10d9af3b54"
5-
let version = "132.0.20240927050313"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240927050313/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "5569c3305bee1079cf72ba35547db7635a82308f0296713e5e27bdcd134026fb"
5+
let version = "132.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/132.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "7c79b67873c1e170c6881327c839fd22485cef0a091353ebd9241f3274244ba1"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.132.20240927050313/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "507e480719ed27e773d28606e8b434ad47b23af01514aa7122a92852ebe4ead0"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/132.0/FocusRustComponents.xcframework.zip"
1111
let package = Package(
1212
name: "MozillaRustComponentsSwift",
1313
platforms: [.iOS(.v14)],

swift-source/all/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 27, hour: 5, minute: 15, second: 9))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 30, hour: 13, minute: 45, second: 16))
2727
}
2828

2929
enum NimbusEvents {

swift-source/focus/Generated/Metrics/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension GleanMetrics {
2323
// Intentionally left private, no external user can instantiate a new global object.
2424
}
2525

26-
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 27, hour: 5, minute: 15, second: 11))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 9, day: 30, hour: 13, minute: 45, second: 18))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)