Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
update to crystal 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foliea committed Dec 27, 2017
1 parent ef9a895 commit 1508578
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RUN pacman -Syu --noconfirm \

ENV APP=/firegrid PATH="/crystal/bin:$PATH" XDG_RUNTIME_DIR=/tmp/runtime-dev

RUN wget https://github.com/crystal-lang/crystal/releases/download/0.23.0/crystal-0.23.0-1-linux-x86_64.tar.gz && \
tar -xzvf crystal-0.23.0-1-linux-x86_64.tar.gz && \
mv crystal-0.23.0-1 /crystal && \
rm crystal-0.23.0-1-linux-x86_64.tar.gz
RUN wget https://github.com/crystal-lang/crystal/releases/download/v0.24.1/crystal-0.24.1-2-linux-x86_64.tar.gz && \
tar -xzvf crystal-0.24.1-2-linux-x86_64.tar.gz && \
mv crystal-0.24.1 /crystal && \
rm crystal-0.24.1-2-linux-x86_64.tar.gz

COPY shard.yml $APP/
COPY shard.lock $APP/
Expand Down
Empty file.
10 changes: 5 additions & 5 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ version: 1.0
shards:
bindgen:
github: Papierkorb/bindgen
commit: 8dbedf30efc93d9acc24c54813f4d5fcfbaac7c2
commit: 150396158bd9a3632a644b037ea7389e4d25449a

qt5:
github: Papierkorb/qt5.cr
commit: 6b2d1adfd1a571f999af5224fbdc1636b454c27e
commit: e9a0e8c129d72b5a1d4aca43113513606d6c61f4

toka:
github: Papierkorb/toka
version: 0.1.1
version: 0.1.2

toml:
github: manastech/crystal-toml
commit: 763da4033745ab7b39e7a0fe4a4b23f6dc8b7cc6
github: foliea/crystal-toml
commit: 63402133b1609741494ca90949c759452d9aa610

8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Firegrid
version: 0.2.0
version: 0.2.1

authors:
- Adrien Folie <[email protected]>

crystal: 0.23.0
crystal: 0.24.1

dependencies:
qt5:
github: Papierkorb/qt5.cr
branch: master-ready-to-use
toml:
github: manastech/crystal-toml
branch: master
github: foliea/crystal-toml
branch: cr-0.24.x

license: MIT

0 comments on commit 1508578

Please sign in to comment.