diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-20 11:26:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-20 11:26:17 +0000 |
commit | 2682265d50f160f1c1fc2130d7337a5292fa09da (patch) | |
tree | 119239b4ea8aefe2255ff4dd32e8d372a8ded062 /main/ruby | |
parent | 8581f5ac1cfd07ecbf161651e18b6dd95d82d264 (diff) | |
download | aports-2682265d50f160f1c1fc2130d7337a5292fa09da.tar.bz2 aports-2682265d50f160f1c1fc2130d7337a5292fa09da.tar.xz |
main/ruby: upgrade to 1.8.7_p352
Diffstat (limited to 'main/ruby')
-rw-r--r-- | main/ruby/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/main/ruby/APKBUILD b/main/ruby/APKBUILD index a7aabd9702..cbbe23984e 100644 --- a/main/ruby/APKBUILD +++ b/main/ruby/APKBUILD @@ -1,9 +1,9 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=ruby -pkgver=1.8.7_p299 -_pkgver=1.8.7-p299 -pkgrel=2 +pkgver=1.8.7_p352 +_pkgver=${pkgver/_/-} +pkgrel=0 pkgdesc="An object-oriented language for quick and easy programming" url="http://www.ruby-lang.org/en/" arch="all" @@ -33,6 +33,9 @@ build() { # http://bugs.alpinelinux.org/issues/show/1 export CC=gcc + # ruby saves path to install. we want use $PATH + export INSTALL=install + ./configure --build=${CHOST:-i486-alpine-linux-uclibc} \ --prefix=/usr \ --sysconfdir=/etc \ @@ -53,4 +56,4 @@ package() { } -md5sums="244439a87d75ab24170a9c2b451ce351 ruby-1.8.7-p299.tar.bz2" +md5sums="0c61ea41d1b1183b219b9afe97f18f52 ruby-1.8.7-p352.tar.bz2" |