Skip to content

Commit

Permalink
[c3] update checksum; closes cljsjs#202
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Fehling authored and martinklepsch committed Aug 28, 2015
1 parent 297fab8 commit bd327a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c3/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(deftask package []
(comp
(download :url "https://github.com/masayuki0812/c3/archive/0.4.10.zip"
:checksum "5d9d5f126b14c55ad4603edd30f2c998"
:checksum "86E26485D03248E7D989B4FBD8A63ECD"
:unzip true)
(sift :move {#"^c3-([\d\.]*)/c3\.js" "cljsjs/c3/development/c3.inc.js"
#"^c3-([\d\.]*)/c3\.min\.js" "cljsjs/c3/production/c3.min.inc.js"
Expand Down

0 comments on commit bd327a4

Please sign in to comment.