Browse Source

ruby: update to 2.2.1

For ruby changes since 2.2.0:
 http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog

No relevant changes for OpenWRT.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca 10 years ago
parent
commit
487d28d2a8
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      lang/ruby/Makefile

+ 3
- 3
lang/ruby/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2014 OpenWrt.org
2
+# Copyright (C) 2006-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -10,14 +10,14 @@
10 10
 include $(TOPDIR)/rules.mk
11 11
 
12 12
 PKG_NAME:=ruby
13
-PKG_VERSION:=2.2.0
13
+PKG_VERSION:=2.2.1
14 14
 PKG_RELEASE:=1
15 15
 
16 16
 PKG_LIBVER:=2.2
17 17
 
18 18
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
19 19
 PKG_SOURCE_URL:=http://cache.ruby-lang.org/pub/ruby/$(PKG_LIBVER)/
20
-PKG_MD5SUM:=d03cd4690fec1fff81d096d1c1255fde
20
+PKG_MD5SUM:=06973777736d8e6bdad8dcaa469a9da3
21 21
 PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>
22 22
 PKG_LICENSE:=BSD-2-Clause
23 23
 PKG_LICENSE_FILES:=COPYING