Skip to content

Commit

Permalink
Merge pull request #1845 from metasoarous/vega-updates
Browse files Browse the repository at this point in the history
[vega] update vega version to 5.3.2-0
  • Loading branch information
Deraen committed Mar 27, 2019
2 parents 76bf5e8 + c8eebce commit 0f8b416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vega/boot-cljsjs-checksums.edn
@@ -1,2 +1,2 @@
{"cljsjs/development/vega.inc.js" "3476C1A0E3760C07E24E82C8023124E3",
"cljsjs/production/vega.min.inc.js" "41748BD2AA71E63E29307965FBC21F26"}
{"cljsjs/development/vega.inc.js" "A830568F8B8AE48C0A7A884E14D751D8",
"cljsjs/production/vega.min.inc.js" "C6F9ECFD22214D3413E3454D1075987D"}
6 changes: 3 additions & 3 deletions vega/build.boot
Expand Up @@ -4,7 +4,7 @@

(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "5.3.1")
(def +lib-version+ "5.3.2")
(def +version+ (str +lib-version+ "-0"))

(task-options!
Expand All @@ -18,10 +18,10 @@
(comp
(download
:url (format "https://unpkg.com/vega@%s/build/vega.js" +lib-version+)
:checksum "3476c1a0e3760c07e24e82c8023124e3")
:checksum "a830568f8b8ae48c0a7a884e14d751d8")
(download
:url (format "https://unpkg.com/vega@%s/build/vega.min.js" +lib-version+)
:checksum "41748bd2aa71e63e29307965fbc21f26")
:checksum "c6f9ecfd22214d3413e3454d1075987d")
(sift :move {(re-pattern "^vega.js$") "cljsjs/development/vega.inc.js"
(re-pattern "^vega.min.js$") "cljsjs/production/vega.min.inc.js"})
(sift :include #{#"^cljsjs"})
Expand Down

0 comments on commit 0f8b416

Please sign in to comment.