]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/recipes/dump.rb
Merge remote-tracking branch 'github/pull/324'
[chef.git] / cookbooks / planet / recipes / dump.rb
index 94fd04e937a6e768240b9dd438ea8b4ff63ce03a..f7274caa7b2495b1d692182795d8e4aff30a11f4 100644 (file)
@@ -29,9 +29,11 @@ include_recipe "incron"
 
 package %w[
   gcc
+  g++
   make
   autoconf
   automake
+  pkg-config
   libxml2-dev
   libboost-dev
   libboost-program-options-dev
@@ -56,7 +58,7 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "https://github.com/zerebubuth/planet-dump-ng.git"
-  revision "v1.1.6"
+  revision "v1.1.8"
   depth 1
   user "root"
   group "root"