diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-29 19:31:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 19:31:39 +0000 |
commit | 6f9f35ca5e6f2fe17c9d6fd87666fce74d19ab02 (patch) | |
tree | 0d067ee3f6b2bde87a7ab91e36fb6629a4c04322 /ansible/roles/download_civetweb | |
parent | 2a03d55cb04027de507c47eed36577de41a869c7 (diff) | |
parent | 2482d4953bcbede14079525b73b323b27a6c72ae (diff) |
Merge "Change CivetWeb download URL"
Diffstat (limited to 'ansible/roles/download_civetweb')
-rw-r--r-- | ansible/roles/download_civetweb/defaults/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/download_civetweb/defaults/main.yml b/ansible/roles/download_civetweb/defaults/main.yml index 5efc9bb56..289e52ce8 100644 --- a/ansible/roles/download_civetweb/defaults/main.yml +++ b/ansible/roles/download_civetweb/defaults/main.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. --- -civetweb_url: https://sourceforge.net/projects/civetweb/files/1.9/CivetWeb_V1.9.zip +civetweb_url: https://iweb.dl.sourceforge.net/project/civetweb/1.9.1/CivetWeb_V1.9.1.zip civetweb_file: "{{ civetweb_url|basename }}" civetweb_dest: "{{ clone_dest }}/civetweb" -civetweb_sha256s: "sha256:947a546bfccd733c79dff9565227fa74f4d17750650ff49312ef4b2d032fa8c8" +civetweb_sha256s: "sha256:69a82f042eae0197fb50b09861a8e2c5fff2871c196a21edd122bb8ce34ca0f3" |