Skip to content

Commit

Permalink
zlib 1.2.13 is gone from zlib.net
Browse files Browse the repository at this point in the history
  • Loading branch information
unak committed Aug 22, 2023
1 parent bdfe195 commit 4a8d724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ext/zlib/extlibs
@@ -1,6 +1,6 @@
ver = 1.2.13
pkg = zlib-$(ver)

https://zlib.net/$(pkg).tar.gz \
https://github.com/madler/zlib/releases/download/v$(ver)/$(pkg).tar.gz \
sha256:b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30 \
#
6 changes: 3 additions & 3 deletions version.h
Expand Up @@ -12,11 +12,11 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 6
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
#define RUBY_PATCHLEVEL 216
#define RUBY_PATCHLEVEL 217

#define RUBY_RELEASE_YEAR 2023
#define RUBY_RELEASE_MONTH 6
#define RUBY_RELEASE_DAY 29
#define RUBY_RELEASE_MONTH 8
#define RUBY_RELEASE_DAY 22

#include "ruby/version.h"

Expand Down

0 comments on commit 4a8d724

Please sign in to comment.