summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/bind/Makefile4
-rw-r--r--package/ruby/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/package/bind/Makefile b/package/bind/Makefile
index 32eb0bbef..bdc75669e 100644
--- a/package/bind/Makefile
+++ b/package/bind/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= bind
-PKG_VERSION:= 9.18.33
+PKG_VERSION:= 9.18.43
PKG_RELEASE:= 1
-PKG_HASH:= fb373fac5ebbc41c645160afd5a9fb451918f6c0e69ab1d9474154e2b515de40
+PKG_HASH:= a8bda1d40a55f5c036de9b966e2bd49d7535a543fbb1a77e863dffefb9ab0a10
PKG_DESCR:= dns server
PKG_SECTION:= net/dns
PKG_DEPENDS:= libxml2 libopenssl libuv openssl-util
diff --git a/package/ruby/Makefile b/package/ruby/Makefile
index 8553eb5c5..9ab8088e2 100644
--- a/package/ruby/Makefile
+++ b/package/ruby/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= ruby
-PKG_VERSION:= 3.4.6
+PKG_VERSION:= 4.0.0
PKG_RELEASE:= 1
-PKG_HASH:= 804995bc22938aa475127000d3103cb133409ad3955edfc0e7412be66a4859b8
+PKG_HASH:= a72bacee9de07283ebc19baa4ac243b193129f21aa4e168c7186fb1fe7d07fe1
PKG_DESCR:= scripting language
PKG_SECTION:= dev/lang
PKG_DEPENDS:= libopenssl zlib
@@ -14,7 +14,7 @@ PKG_BUILDDEP:= ruby-host openssl zlib
HOST_BUILDDEP:= openssl-host yaml-host
PKG_NEEDS:= threads
PKG_URL:= http://www.ruby-lang.org/
-PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/3.4/
+PKG_SITES:= http://ftp.ruby-lang.org/pub/ruby/4.0/
include ${ADK_TOPDIR}/mk/host.mk
include ${ADK_TOPDIR}/mk/package.mk