diff options
Diffstat (limited to 'patches/ruby/ruby.mkbuild')
-rw-r--r-- | patches/ruby/ruby.mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/ruby/ruby.mkbuild b/patches/ruby/ruby.mkbuild index b0169f7..3f777c0 100644 --- a/patches/ruby/ruby.mkbuild +++ b/patches/ruby/ruby.mkbuild @@ -28,7 +28,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p129.tar.gz" +[[DOWNLOAD FOLDER URL]]="ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -46,7 +46,7 @@ # # Package version. Null ("") to auto-set. # Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[VERSION]]="1.9.1-p129" +[[VERSION]]="1.9.1-p243" # # Package extension. Null ("") to auto-set |