Skip to content

Commit 0328eb5

Browse files
Update shards 0.17.3 (#240)
1 parent 117a49b commit 0328eb5

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
@@ -20,7 +20,7 @@ PREVIOUS_CRYSTAL_VERSION ?= ## Version of the bootstrap compiler
2020
PREVIOUS_CRYSTAL_PACKAGE_ITERATION ?= 1## Package iteration of the bootstrap compiler
2121
PREVIOUS_CRYSTAL_RELEASE_LINUX64_TARGZ ?= https://github.com/crystal-lang/crystal/releases/download/$(PREVIOUS_CRYSTAL_VERSION)/crystal-$(PREVIOUS_CRYSTAL_VERSION)-$(PREVIOUS_CRYSTAL_PACKAGE_ITERATION)-linux-x86_64.tar.gz ## url to crystal-{version}-{package}-linux-x86_64.tar.gz
2222

23-
SHARDS_VERSION = v0.17.2
23+
SHARDS_VERSION = v0.17.3
2424
GC_VERSION = v8.2.2
2525
LIBPCRE2_VERSION = 10.42
2626
LIBEVENT_VERSION = release-2.1.12-stable

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.17.2"
1+
SHARDS_VERSION = "0.17.3"
22

33
name "shards"
44
default_version SHARDS_VERSION
@@ -63,6 +63,10 @@
6363
source md5: "2f0ae55946c413bbbb4e4dce204a81e7"
6464
end
6565

66+
version "0.17.3" do
67+
source md5: "1fc2b19765e28a6bbf16291caf9cf62c"
68+
end
69+
6670
source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"
6771

6872
relative_path "shards-#{version}"

0 commit comments

Comments
 (0)