File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PREVIOUS_CRYSTAL_VERSION ?= ## Version of the bootstrap compiler
2020PREVIOUS_CRYSTAL_PACKAGE_ITERATION ?= 1# # Package iteration of the bootstrap compiler
2121PREVIOUS_CRYSTAL_RELEASE_LINUX64_TARGZ ?= https://github.com/crystal-lang/crystal/releases/download/$(PREVIOUS_CRYSTAL_VERSION ) /crystal-$(PREVIOUS_CRYSTAL_VERSION ) -$(PREVIOUS_CRYSTAL_PACKAGE_ITERATION ) -linux-x86_64.tar.gz # # url to crystal-{version}-{package}-linux-x86_64.tar.gz
2222
23- SHARDS_VERSION = v0.17.3
23+ SHARDS_VERSION = v0.17.4
2424GC_VERSION = v8.2.2
2525LIBPCRE2_VERSION = 10.42
2626LIBEVENT_VERSION = release-2.1.12-stable
Original file line number Diff line number Diff line change 1- SHARDS_VERSION = "0.17.3 "
1+ SHARDS_VERSION = "0.17.4 "
22
33name "shards"
44default_version SHARDS_VERSION
6767 source md5 : "1fc2b19765e28a6bbf16291caf9cf62c"
6868end
6969
70+ version "0.17.4" do
71+ source md5 : "9215e617238ae297bedf639e574d28d5"
72+ end
73+
7074source url : "https://github.com/crystal-lang/shards/archive/v#{ version } .tar.gz"
7175
7276relative_path "shards-#{ version } "
You can’t perform that action at this time.
0 commit comments