X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9504c62303d2a0f8c831b183f27b7cb072faccab..d6926141516aec91694ef42d1027cfc8042266d2:/cookbooks/planet/recipes/dump.rb diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 94fd04e93..f7274caa7 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -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"