diff --git a/Formula/e/embulk.rb b/Formula/e/embulk.rb index 70f9395ee0bba..c1970359ea1e7 100644 --- a/Formula/e/embulk.rb +++ b/Formula/e/embulk.rb @@ -1,8 +1,8 @@ class Embulk < Formula desc "Data transfer between various databases, file formats and services" homepage "https://www.embulk.org/" - url "https://github.com/embulk/embulk/releases/download/v0.11.4/embulk-0.11.4.jar" - sha256 "5e8131a6ff199ad16129504cc6ff164ccdfde0a32e9cf38bdfd5eeb2417e404e" + url "https://github.com/embulk/embulk/releases/download/v0.11.5/embulk-0.11.5.jar" + sha256 "e2f298db60c2fe1cc17c377edf7215c7005b5d106d151b1a4278a508e4a32e47" license "Apache-2.0" version_scheme 1 @@ -12,7 +12,7 @@ class Embulk < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "64f6f68e909288834b86045fcec216d4cbeca9ca6a6576d354dbe5086cdf1f32" + sha256 cellar: :any_skip_relocation, all: "e63d641729a25c7885685cbbbf1152435987f88e63779a37743675030cf567af" end # From https://www.embulk.org,