Skip to content

Commit eb799b7

Browse files
author
Brian J. Cardiff
authored
Update shards v0.12.0 (#73)
1 parent cb8f2c5 commit eb799b7

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.11.1
22+
SHARDS_VERSION = v0.12.0
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.11.1"
1+
SHARDS_VERSION = "0.12.0"
22

33
name "shards"
44
default_version SHARDS_VERSION
@@ -30,6 +30,10 @@
3030
source md5: "6924888dffc158e2e1a10f8ec9c65cb0"
3131
end
3232

33+
version "0.12.0" do
34+
source md5: "c65327561cfbb0c465ec4bd945423fe9"
35+
end
36+
3337
source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"
3438

3539
relative_path "shards-#{version}"

0 commit comments

Comments
 (0)