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 @@ -21,7 +21,7 @@ PREVIOUS_CRYSTAL_VERSION ?= ## Version of the bootstrap compiler
21
21
PREVIOUS_CRYSTAL_PACKAGE_ITERATION ?= 1# # Package iteration of the bootstrap compiler
22
22
PREVIOUS_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
23
23
24
- SHARDS_VERSION = v0.18 .0
24
+ SHARDS_VERSION = v0.19 .0
25
25
GC_VERSION = v8.2.6
26
26
LIBPCRE2_VERSION = 10.44
27
27
LIBEVENT_VERSION = release-2.1.12-stable
Original file line number Diff line number Diff line change 1
- SHARDS_VERSION = "0.18 .0"
1
+ SHARDS_VERSION = "0.19 .0"
2
2
3
3
name "shards"
4
4
default_version SHARDS_VERSION
75
75
source md5 : "dbc0f55af7751e2ab231a9a441ff27d4"
76
76
end
77
77
78
+ version "0.19.0" do
79
+ source md5 : "3546c3a716eda641e629441eb38eac43"
80
+ end
81
+
78
82
source url : "https://github.com/crystal-lang/shards/archive/v#{ version } .tar.gz"
79
83
80
84
relative_path "shards-#{ version } "
You can’t perform that action at this time.
0 commit comments