File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 19
19
PREVIOUS_CRYSTAL_RELEASE_LINUX64_TARGZ ?= # # url to crystal-{version}-{package}-linux-x86_64.tar.gz
20
20
PREVIOUS_CRYSTAL_RELEASE_LINUX32_TARGZ ?= # # url to crystal-{version}-{package}-linux-i686.tar.gz
21
21
22
- SHARDS_VERSION = v0.12 .0
22
+ SHARDS_VERSION = v0.13 .0
23
23
GC_VERSION = v8.0.4
24
24
LIBATOMIC_OPS_VERSION = v7.6.10
25
25
Original file line number Diff line number Diff line change 1
- SHARDS_VERSION = "0.12 .0"
1
+ SHARDS_VERSION = "0.13 .0"
2
2
3
3
name "shards"
4
4
default_version SHARDS_VERSION
34
34
source md5 : "c65327561cfbb0c465ec4bd945423fe9"
35
35
end
36
36
37
+ version "0.13.0" do
38
+ source md5 : "a66b767ad9914472c23e1cb76446fead"
39
+ end
40
+
37
41
source url : "https://github.com/crystal-lang/shards/archive/v#{ version } .tar.gz"
38
42
39
43
relative_path "shards-#{ version } "
40
44
env = with_standard_compiler_flags ( with_embedded_path )
41
45
42
46
build do
43
- command "make lib" , env : env
44
-
45
- command "#{ install_dir } /bin/crystal" \
46
- " build" \
47
- " -o #{ install_dir } /embedded/bin/shards" \
48
- " src/shards.cr" \
49
- " --no-debug" \
50
- " --release " , env : env
47
+ make "bin/shards SHARDS=false CRYSTAL=#{ install_dir } /bin/crystal FLAGS='--no-debug --release'" , env : env
48
+ command "cp bin/shards #{ install_dir } /embedded/bin/shards"
51
49
end
You can’t perform that action at this time.
0 commit comments