[arch-commits] Commit in vagrant-substrate/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Mar 4 13:05:45 UTC 2016


    Date: Friday, March 4, 2016 @ 14:05:44
  Author: bpiotrowski
Revision: 164771

Use Ruby 2.2.4 instead of 2.3.3

Modified:
  vagrant-substrate/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-04 12:52:40 UTC (rev 164770)
+++ PKGBUILD	2016-03-04 13:05:44 UTC (rev 164771)
@@ -37,6 +37,10 @@
   sed -i 's/openssl-1.0.2e.tar.gz/openssl-1.0.2g.tar.gz/' \
     modules/openssl/manifests/init.pp
 
+  # use latest ruby 2.2
+  sed -i 's/ruby-2.2.3/ruby-2.2.4/' \
+    modules/ruby/manifests/source.pp
+    
   # Don't create a zip of the substrate
   sed -i '48,50d' modules/vagrant_substrate/manifests/init.pp
 



More information about the arch-commits mailing list