Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shards 0.18.0 #294

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion omnibus/config/software/shards.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SHARDS_VERSION = "0.17.4"
SHARDS_VERSION = "0.18.0"

name "shards"
default_version SHARDS_VERSION
Expand Down Expand Up @@ -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}"
Expand Down