Skip to content

Commit c8495fb

Browse files
author
Brian J. Cardiff
authored
Update shards v0.11.0 (#70)
1 parent c48ffe9 commit c8495fb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.10.0
22+
SHARDS_VERSION = v0.11.1
2323
GC_VERSION = v8.0.4
2424
LIBATOMIC_OPS_VERSION = v7.6.10
2525

omnibus/config/software/shards.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHARDS_VERSION = "0.10.0"
1+
SHARDS_VERSION = "0.11.1"
22

33
name "shards"
44
default_version SHARDS_VERSION
@@ -22,6 +22,14 @@
2222
source md5: "f982f2dc0c796763205bd0de68e9f87e"
2323
end
2424

25+
version "0.11.0" do
26+
source md5: "a16d6580411152956363a766e1517c9d"
27+
end
28+
29+
version "0.11.1" do
30+
source md5: "6924888dffc158e2e1a10f8ec9c65cb0"
31+
end
32+
2533
source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"
2634

2735
relative_path "shards-#{version}"

0 commit comments

Comments
 (0)