ruby: update to 1.9.2p180.
This commit is contained in:
parent
52bdb12ffb
commit
79b8717756
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template build file for 'ruby'.
|
# Template build file for 'ruby'.
|
||||||
pkgname=ruby
|
pkgname=ruby
|
||||||
ruby_ver="1.9.2"
|
ruby_ver="1.9.2"
|
||||||
ruby_distpatchver="p136"
|
ruby_distpatchver="p180"
|
||||||
ruby_distver="${ruby_ver}-${ruby_distpatchver}"
|
ruby_distver="${ruby_ver}-${ruby_distpatchver}"
|
||||||
version=${ruby_ver}${ruby_distpatchver}
|
version=${ruby_ver}${ruby_distpatchver}
|
||||||
wrksrc="${pkgname}-${ruby_distver}"
|
wrksrc="${pkgname}-${ruby_distver}"
|
||||||
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz"
|
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$pkgname-${ruby_distver}.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-pthread --enable-shared --disable-rpath"
|
configure_args="--enable-shared --disable-rpath"
|
||||||
short_desc="Ruby programming language"
|
short_desc="Ruby programming language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=c4314df44f3ab81230685fb51c296ce21034f4c719e2fcc0baba221d19f28746
|
checksum=9027a5abaaadc2af85005ed74aeb628ce2326441874bf3d4f1a842663cde04f4
|
||||||
long_desc="
|
long_desc="
|
||||||
Ruby is the interpreted scripting language for quick and easy object
|
Ruby is the interpreted scripting language for quick and easy object
|
||||||
oriented programming. It has many features to process text files and to
|
oriented programming. It has many features to process text files and to
|
||||||
|
|
Loading…
Reference in a new issue