diff --git a/cookbooks/embulk/attributes.rb b/cookbooks/embulk/attributes.rb index c6375ed..1545185 100644 --- a/cookbooks/embulk/attributes.rb +++ b/cookbooks/embulk/attributes.rb @@ -6,7 +6,7 @@ ipaddr = run_command(cmd).stdout.chomp node.reverse_merge!({ 'embulk' => { - 'base_binary_url' => 'https://dl.bintray.com/embulk/maven/embulk-', + 'base_binary_url' => 'https://github.com/embulk/embulk/releases/download/v', 'version' => '0.9.23', 'extension' => '.jar', 'install_path' => '/opt/embulk'