Skip to content

Commit 3dd3fe9

Browse files
author
Brian J. Cardiff
authored
Merge pull request #83 from crystal-lang/alpine-3.12
Update shards to 0.14.1
2 parents 79a18ae + 4caf7cd commit 3dd3fe9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

linux/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PACKAGE_MAINTAINER = Crystal Team <[email protected]>
1919
PREVIOUS_CRYSTAL_RELEASE_LINUX64_TARGZ ?= ## url to crystal-{version}-{package}-linux-x86_64.tar.gz
2020
PREVIOUS_CRYSTAL_RELEASE_LINUX32_TARGZ ?= ## url to crystal-{version}-{package}-linux-i686.tar.gz
2121

22-
SHARDS_VERSION = v0.13.0
22+
SHARDS_VERSION = v0.14.1
2323
GC_VERSION = v8.0.4
2424
LIBATOMIC_OPS_VERSION = v7.6.10
2525

omnibus/config/software/shards.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHARDS_VERSION = "0.13.0"
1+
SHARDS_VERSION = "0.14.1"
22

33
name "shards"
44
default_version SHARDS_VERSION
@@ -38,6 +38,10 @@
3838
source md5: "a66b767ad9914472c23e1cb76446fead"
3939
end
4040

41+
version "0.14.1" do
42+
source md5: "d7bdd10bb096b71428b06fc93097b3cc"
43+
end
44+
4145
source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"
4246

4347
relative_path "shards-#{version}"

0 commit comments

Comments
 (0)