wok rev 4797

Fix: ruby version and URL.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Jan 17 09:04:32 2010 +0100 (2010-01-17)
parents 249e38964ceb
children 9c9ff61b8c74
files ruby/receipt
line diff
     1.1 --- a/ruby/receipt	Sun Jan 17 09:00:19 2010 +0100
     1.2 +++ b/ruby/receipt	Sun Jan 17 09:04:32 2010 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ruby"
     1.7 -VERSION="1.98.7-p72"
     1.8 +VERSION="1.8.7-p72"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Dynamic programming language focused on simplicity and productivity."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13  WEB_SITE="http://www.ruby-lang.org/"
    1.14 -WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.9/$TARBALL"
    1.15 +WGET_URL="ftp://ftp.ruby-lang.org/pub/ruby/1.8/$TARBALL"
    1.16  DEPENDS="libdb ncurses openssl readline zlib"
    1.17  
    1.18  # Rules to configure and make the package.