Skip to content

Commit

Permalink
Merge pull request #194723 from calvinit/embulk-0.11.5
Browse files Browse the repository at this point in the history
embulk 0.11.5
  • Loading branch information
BrewTestBot authored Oct 17, 2024
2 parents 569bf99 + bcbca73 commit c51cf72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/e/embulk.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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,
Expand Down

0 comments on commit c51cf72

Please sign in to comment.