Skip to content

Commit

Permalink
Generage checksums with a valid format
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Jul 8, 2015
1 parent f2ec10e commit c9dcc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opamRTcommon.ml
Expand Up @@ -261,7 +261,7 @@ module Packages = struct
| Some `local -> `local, (OpamFilename.Dir.to_string path, None)
| _ -> failwith "TODO" in
let url = URL.create kind path in
let checksum = Printf.sprintf "checksum-%d" i in
let checksum = Printf.sprintf "%032d" i in
Some (URL.with_checksum url checksum)

let descr = function
Expand Down

0 comments on commit c9dcc91

Please sign in to comment.