From 3508ddd8f807cdc4130981294d9781bc09922372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Thu, 28 Mar 2024 12:56:17 +0100 Subject: [PATCH] Update shards 0.18.0 --- linux/Makefile | 2 +- omnibus/config/software/shards.rb | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 2306b4ce..d79a5309 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -21,7 +21,7 @@ PREVIOUS_CRYSTAL_VERSION ?= ## Version of the bootstrap compiler PREVIOUS_CRYSTAL_PACKAGE_ITERATION ?= 1## Package iteration of the bootstrap compiler 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 -SHARDS_VERSION = v0.17.4 +SHARDS_VERSION = v0.18.0 GC_VERSION = v8.2.2 LIBPCRE2_VERSION = 10.42 LIBEVENT_VERSION = release-2.1.12-stable diff --git a/omnibus/config/software/shards.rb b/omnibus/config/software/shards.rb index 2b6448ad..8b33ac6b 100644 --- a/omnibus/config/software/shards.rb +++ b/omnibus/config/software/shards.rb @@ -1,4 +1,4 @@ -SHARDS_VERSION = "0.17.4" +SHARDS_VERSION = "0.18.0" name "shards" default_version SHARDS_VERSION @@ -71,6 +71,10 @@ source md5: "9215e617238ae297bedf639e574d28d5" end +version "0.18.0" do + source md5: "dbc0f55af7751e2ab231a9a441ff27d4" +end + source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz" relative_path "shards-#{version}"