CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3-setuptools: updated to 42.0.2
[ports/opt-arm.git] / ruby / Pkgfile
index 8b88042b3b862aa886510330ec7804bd22c6ba25..308597ece07b1fff0367d2031fd32dee1b7158cb 100644 (file)
@@ -5,16 +5,13 @@
 # Depends on: gdbm ncurses openssl readline zlib libffi libyaml
 
 name=ruby
-version=1.9.3-p484
+version=2.6.5
 release=1
-source=(ftp://ftp.ruby-lang.org/pub/$name/1.9/$name-$version.tar.bz2 \
-        $name-arch.patch)
+source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
 
-  patch -p0 -i $SRC/$name-arch.patch
-
   ./configure --prefix=/usr \
               --mandir=/usr/man \
               --enable-shared \