Merge pull request #57 from ninxsoft/hotfix-http-https

Replace HTTP URLs with HTTPS
This commit is contained in:
Nindi Gill 2023-06-15 19:05:55 +10:00 committed by GitHub
commit e34b59a7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ struct Installer: Decodable, Hashable, Identifiable {
distributionSize: 0, distributionSize: 0,
packages: [ packages: [
Package( Package(
url: "http://updates-http.cdn-apple.com/2019/cert/061-39476-20191023-48f365f4-0015-4c41-9f44-39d3d2aca067/InstallOS.dmg", url: "https://updates.cdn-apple.com/2019/cert/061-39476-20191023-48f365f4-0015-4c41-9f44-39d3d2aca067/InstallOS.dmg",
size: 5_007_882_126, size: 5_007_882_126,
integrityDataURL: nil, integrityDataURL: nil,
integrityDataSize: nil integrityDataSize: nil
@ -243,7 +243,7 @@ struct Installer: Decodable, Hashable, Identifiable {
distributionSize: 0, distributionSize: 0,
packages: [ packages: [
Package( Package(
url: "http://updates-http.cdn-apple.com/2019/cert/061-41424-20191024-218af9ec-cf50-4516-9011-228c78eda3d2/InstallMacOSX.dmg", url: "https://updates.cdn-apple.com/2019/cert/061-41424-20191024-218af9ec-cf50-4516-9011-228c78eda3d2/InstallMacOSX.dmg",
size: 6_204_629_298, size: 6_204_629_298,
integrityDataURL: nil, integrityDataURL: nil,
integrityDataSize: nil integrityDataSize: nil
@ -351,7 +351,7 @@ struct Installer: Decodable, Hashable, Identifiable {
distributionSize: 0, distributionSize: 0,
packages: [ packages: [
Package( Package(
url: "http://updates-http.cdn-apple.com/2019/cert/061-41343-20191023-02465f92-3ab5-4c92-bfe2-b725447a070d/InstallMacOSX.dmg", url: "https://updates.cdn-apple.com/2019/cert/061-41343-20191023-02465f92-3ab5-4c92-bfe2-b725447a070d/InstallMacOSX.dmg",
size: 5_718_074_248, size: 5_718_074_248,
integrityDataURL: nil, integrityDataURL: nil,
integrityDataSize: nil integrityDataSize: nil