ruby: update to 2.4.2.
Use HTTPS CDN.
This commit is contained in:
parent
14c0f08758
commit
3ebec6fc2c
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
_ruby_abiver=2.4.0
|
_ruby_abiver=2.4.0
|
||||||
|
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
version=2.4.1
|
version=2.4.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-shared --disable-rpath
|
configure_args="--enable-shared --disable-rpath
|
||||||
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
DOXYGEN=/usr/bin/doxygen DOT=/usr/bin/dot PKG_CONFIG=/usr/bin/pkg-config"
|
||||||
|
@ -12,8 +12,8 @@ short_desc="Ruby programming language"
|
||||||
homepage="http://www.ruby-lang.org/en/"
|
homepage="http://www.ruby-lang.org/en/"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://cache.ruby-lang.org/pub/ruby/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=ccfb2d0a61e2a9c374d51e099b0d833b09241ee78fc17e1fe38e3b282160237c
|
checksum=08e72d0cbe870ed1317493600fbbad5995ea3af2d0166585e7ecc85d04cc50dc
|
||||||
|
|
||||||
hostmakedepends="pkg-config bison groff doxygen graphviz"
|
hostmakedepends="pkg-config bison groff doxygen graphviz"
|
||||||
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
|
makedepends="zlib-devel readline-devel libffi-devel libressl-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue