Browse Source

update to latest upstream version

Waldemar Brodkorb 10 years ago
parent
commit
3e02bf7124
1 changed files with 3 additions and 5 deletions
  1. 3 5
      package/ruby/Makefile

+ 3 - 5
package/ruby/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		ruby
-PKG_VERSION:=		2.1.1
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		e57fdbb8ed56e70c43f39c79da1654b2
+PKG_VERSION:=		2.1.4
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		89b2f4a197621346f6724a3c35535b19
 PKG_DESCR:=		ruby scripting language
 PKG_SECTION:=		dev/lang
 PKG_DEPENDS:=		librt libpthread
@@ -18,8 +18,6 @@ PKG_NOPARALLEL:=	1
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 
-PKG_HOST_DEPENDS:=	!freebsd !cygwin
-
 include ${ADK_TOPDIR}/mk/host.mk
 include ${ADK_TOPDIR}/mk/package.mk