CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python3: updated to 3.7.4
[ports/opt-arm.git] / ruby / Pkgfile
index ded1ec357af03bbe25b3324f3cb4f2f36dcce399..bafecaadf09f84ef31f882bd3b21931c8690a334 100644 (file)
@@ -5,16 +5,13 @@
 # Depends on: gdbm ncurses openssl readline zlib libffi libyaml
 
 name=ruby
-version=2.4.0
+version=2.5.5
 release=1
-source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz
-        $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 \