[arch-commits] Commit in ruby/repos/extra-i686 (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Jun 14 07:41:41 UTC 2009
Date: Sunday, June 14, 2009 @ 03:41:41
Author: allan
Revision: 42425
update ruby-1.8 in [extra] to fix DoS (FS#15047) until 1.9 is ready to leave [testing]
Modified:
ruby/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-14 05:06:40 UTC (rev 42424)
+++ PKGBUILD 2009-06-14 07:41:41 UTC (rev 42425)
@@ -4,8 +4,8 @@
# Contributor: Jeramy Rutley <jrutley at gmail.com>
pkgname=ruby
-pkgver=1.8.7_p160
-_pkgver=1.8.7-p160
+pkgver=1.8.7_p173
+_pkgver=1.8.7-p173
pkgrel=1
pkgdesc="An object-oriented language for quick and easy programming"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
makedepends=('tk>=8.5')
source=(ftp://ftp.ruby-lang.org/pub/ruby/stable/${pkgname}-${_pkgver}.tar.bz2)
options=('!emptydirs')
-md5sums=('f8ddb886b8a81cf005f53e9a9541091d')
+md5sums=('bf297efaa24ec6cdb74963c0f608f6f1')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"
More information about the arch-commits
mailing list