ruby: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 17:26:19 +03:00
parent fa7a3a5eb6
commit a1acf01c2c
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Dynamic programming language with a focus on simplicity
TERMUX_PKG_LICENSE="BSD 2-Clause"
_MAJOR_VERSION=2.6
TERMUX_PKG_VERSION=${_MAJOR_VERSION}.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1
TERMUX_PKG_SRCURL=https://cache.ruby-lang.org/pub/ruby/${_MAJOR_VERSION}/ruby-${TERMUX_PKG_VERSION}.tar.xz
# libbffi is used by the fiddle extension module:

View File

@ -1,4 +1,3 @@
TERMUX_SUBPKG_INCLUDE="share/ri share/man/man1/ri.1.gz bin/ri"
TERMUX_SUBPKG_DESCRIPTION="Ruby documentation index"
TERMUX_SUBPKG_DEPENDS="ruby"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true