Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #276 from Wenzel/fix_download_links
Browse files Browse the repository at this point in the history
fix Microsoft download links pointing to care.dlservice
  • Loading branch information
joefitzgerald authored Feb 13, 2019
2 parents c4a111f + e1180e7 commit 491018a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion windows_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
}
],
"variables": {
"iso_url": "http://care.dlservice.microsoft.com/dl/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO",
"iso_url": "http://download.microsoft.com/download/C/3/9/C399EEA8-135D-4207-92C9-6AAB3259F6EF/10240.16384.150709-1700.TH1_CLIENTENTERPRISEEVAL_OEMRET_X64FRE_EN-US.ISO",
"iso_checksum_type": "sha1",
"iso_checksum": "56ab095075be28a90bc0b510835280975c6bb2ce",
"autounattend": "./answer_files/10/Autounattend.xml",
Expand Down
2 changes: 1 addition & 1 deletion windows_2012_r2_hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
],
"variables": {
"iso_url": "http://care.dlservice.microsoft.com/dl/download/F/7/D/F7DF966B-5C40-4674-9A32-D83D869A3244/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVERHYPERCORE_EN-US-IRM_SHV_X64FRE_EN-US_DV5.ISO",
"iso_url": "http://download.microsoft.com/download/F/7/D/F7DF966B-5C40-4674-9A32-D83D869A3244/9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVERHYPERCORE_EN-US-IRM_SHV_X64FRE_EN-US_DV5.ISO",
"iso_checksum_type": "md5",
"iso_checksum": "9c9e0d82cb6301a4b88fd2f4c35caf80",
"autounattend": "./answer_files/2012_r2_hyperv/Autounattend.xml",
Expand Down
2 changes: 1 addition & 1 deletion windows_2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
],
"variables": {
"iso_url": "http://care.dlservice.microsoft.com/dl/download/1/4/9/149D5452-9B29-4274-B6B3-5361DBDA30BC/14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO",
"iso_url": "http://download.microsoft.com/download/1/4/9/149D5452-9B29-4274-B6B3-5361DBDA30BC/14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO",
"iso_checksum_type": "md5",
"iso_checksum": "70721288bbcdfe3239d8f8c0fae55f1f",
"autounattend": "./answer_files/2016/Autounattend.xml"
Expand Down

0 comments on commit 491018a

Please sign in to comment.