Skip to content

Commit 8bc01e2

Browse files
Upgrade to shards 0.15.0 (#101)
1 parent 6a032d0 commit 8bc01e2

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.14.1
22+
SHARDS_VERSION = v0.15.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.14.1"
1+
SHARDS_VERSION = "0.15.0"
22

33
name "shards"
44
default_version SHARDS_VERSION
@@ -42,6 +42,10 @@
4242
source md5: "d7bdd10bb096b71428b06fc93097b3cc"
4343
end
4444

45+
version "0.15.0" do
46+
source md5: "696525e924350a1270eee5c221eb6c80"
47+
end
48+
4549
source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"
4650

4751
relative_path "shards-#{version}"

0 commit comments

Comments
 (0)