Skip to content

Commit

Permalink
Update shards 0.19.0 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Dec 18, 2024
1 parent 68a9512 commit 588099d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.18.0
SHARDS_VERSION = v0.19.0
GC_VERSION = v8.2.6
LIBPCRE2_VERSION = 10.44
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.18.0"
SHARDS_VERSION = "0.19.0"

name "shards"
default_version SHARDS_VERSION
Expand Down Expand Up @@ -75,6 +75,10 @@
source md5: "dbc0f55af7751e2ab231a9a441ff27d4"
end

version "0.19.0" do
source md5: "3546c3a716eda641e629441eb38eac43"
end

source url: "https://github.com/crystal-lang/shards/archive/v#{version}.tar.gz"

relative_path "shards-#{version}"
Expand Down

0 comments on commit 588099d

Please sign in to comment.