From: Luiz Angelo Daros de Luca Date: Sun, 20 Oct 2024 02:56:22 +0000 (-0300) Subject: ruby: update to 3.3.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=857efd12c319ca9557639b9f39bb98eb8aac74a9;p=openwrt-packages.git ruby: update to 3.3.5 This release is a routine update that includes minor bug fixes. Link: https://www.ruby-lang.org/en/news/2024/09/03/3-3-5-released/ Signed-off-by: Luiz Angelo Daros de Luca --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 704046c6a..5c5717ca7 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby -PKG_VERSION:=3.3.4 +PKG_VERSION:=3.3.5 PKG_RELEASE:=1 # First two numbes @@ -19,7 +19,7 @@ PKG_ABI_VERSION:=$(subst $(space),.,$(wordlist 1, 2, $(subst .,$(space),$(PKG_VE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://cache.ruby-lang.org/pub/ruby/$(PKG_ABI_VERSION)/ -PKG_HASH:=fe6a30f97d54e029768f2ddf4923699c416cdbc3a6e96db3e2d5716c7db96a34 +PKG_HASH:=3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196 PKG_MAINTAINER:=Luiz Angelo Daros de Luca PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=COPYING