Commit a1af7dd4ac426b64d108a5c2173c70d759e7c5af
1 parent
957bc89c
Exists in
master
and in
13 other branches
Update the Curl CA certificates
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/software/cacerts.rb
... | ... | @@ -16,10 +16,10 @@ |
16 | 16 | # |
17 | 17 | |
18 | 18 | name "cacerts" |
19 | -default_version "2014.01.28" # date of the file is in a comment at the start, or in the changelog | |
19 | +default_version "2014.04.23" # date of the file is in a comment at the start, or in the changelog | |
20 | 20 | |
21 | 21 | source :url => "http://curl.haxx.se/ca/cacert.pem", |
22 | - :md5 => '5d108f8ab86afacc6663aafca8604dd3' | |
22 | + :md5 => '9f92a0d9f605e227ae068e605f4c86fa' | |
23 | 23 | |
24 | 24 | relative_path "cacerts-#{version}" |
25 | 25 | ... | ... |