Fix checksum of ubuntu iso
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 968ccfb..9a9581a 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -125,7 +125,7 @@
"output_directory": "images/{{ user `distro` }}-vbox-{{ timestamp }}",
"guest_os_type": "Ubuntu_64",
"http_directory": "http",
- "iso_checksum": "83aabd8dcf1e8f469f3c72fff2375195",
+ "iso_checksum": "9e5fecc94b3925bededed0fdca1bd417",
"iso_checksum_type": "md5",
"iso_url": "http://releases.ubuntu.mirror.dkm.cz/releases/14.04/ubuntu-14.04.3-server-amd64.iso",
"ssh_username": "{{user `user`}}",
@@ -177,7 +177,7 @@
"output_directory": "images/{{ user `distro` }}-vmware-{{ timestamp }}",
"guest_os_type": "linux",
"http_directory": "http",
- "iso_checksum": "83aabd8dcf1e8f469f3c72fff2375195",
+ "iso_checksum": "9e5fecc94b3925bededed0fdca1bd417",
"iso_checksum_type": "md5",
"iso_url": "http://releases.ubuntu.mirror.dkm.cz/releases/14.04/ubuntu-14.04.3-server-amd64.iso",
"ssh_username": "{{user `user`}}",
@@ -200,7 +200,7 @@
"disk_size": "{{ user `disk_size`}}",
"iso_url": "http://releases.ubuntu.mirror.dkm.cz/releases/14.04/ubuntu-14.04.3-server-amd64.iso",
"iso_checksum_type": "md5",
- "iso_checksum": "83aabd8dcf1e8f469f3c72fff2375195",
+ "iso_checksum": "9e5fecc94b3925bededed0fdca1bd417",
"http_directory": "http",
"headless": true,
"ssh_username": "{{user `user`}}",