Skip to content

Commit c1881f7

Browse files
skhamisFirefox Sync Engineering
andauthored
Cut v131.0.0 (#147)
Co-authored-by: Firefox Sync Engineering <[email protected]>
1 parent 2eb90d0 commit c1881f7

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 = "6d1e44d71ba4aa8cca8bfc463942555a1950263283a1252746458146a66a523a"
5-
let version = "131.0.20240830050346"
6-
let url = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.131.20240830050346/artifacts/public/build/MozillaRustComponents.xcframework.zip"
4+
let checksum = "5512ddf035a383e2677b44810b5dc146a19535caa10c6715f2724fdcf974d172"
5+
let version = "131.0.0"
6+
let url = "https://archive.mozilla.org/pub/app-services/releases/131.0/MozillaRustComponents.xcframework.zip"
77

88
// Focus xcframework
9-
let focusChecksum = "ce8031d79203a7c9b213838a0c432e6d2e1425c037d71453479f8a69eb0b885f"
10-
let focusUrl = "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.application-services.v2.swift.131.20240830050346/artifacts/public/build/FocusRustComponents.xcframework.zip"
9+
let focusChecksum = "86943c6a00b9a8b5b5823ce2db9f151c828fbccf0289c0ae6d793f4b73e13bf0"
10+
let focusUrl = "https://archive.mozilla.org/pub/app-services/releases/131.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: 8, day: 30, hour: 5, minute: 21, second: 49))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 8, day: 30, hour: 19, minute: 30, second: 9))
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: 8, day: 30, hour: 5, minute: 21, second: 51))
26+
public static let info = BuildInfo(buildDate: DateComponents(calendar: Calendar.current, timeZone: TimeZone(abbreviation: "UTC"), year: 2024, month: 8, day: 30, hour: 19, minute: 30, second: 12))
2727
}
2828

2929
enum NimbusEvents {

0 commit comments

Comments
 (0)