X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=ruby%2FPkgfile;h=1fef378b79777d59aba4ca75a01df9ee7263ce88;hb=3eb9dd4947b6f2049968891f00addf135e5fc421;hp=65e027372df5b4ae23c0a23f4cdc1e1f9b550e77;hpb=a8d2bbbbcd7655b7f714d3b41dbc7565e8515f15;p=ports%2Fopt-arm.git diff --git a/ruby/Pkgfile b/ruby/Pkgfile index 65e0273..1fef378 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -5,16 +5,13 @@ # Depends on: gdbm ncurses openssl readline zlib libffi libyaml name=ruby -version=2.3.3 +version=3.0.4 release=1 -source=(http://cache.ruby-lang.org/pub/$name/2.3/$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 \