Skip to content

Commit

Permalink
Brew formula update for ecs-agent-updater version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Feb 9, 2020
1 parent 176d5f7 commit d831e1e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ecs-agent-updater.rb
@@ -0,0 +1,21 @@
# This file was generated by GoReleaser. DO NOT EDIT.
class EcsAgentUpdater < Formula
desc "update ECS agent with CLI."
homepage "https://github.com/reiki4040/ecs-agent-updater"
version "0.1.3"
bottle :unneeded

if OS.mac?
url "https://github.com/reiki4040/ecs-agent-updater/releases/download/v0.1.3/ecs-agent-updater_darwin_x86_64.tar.gz"
sha256 "0eb33cbf954beda275e3846a55b1f23bf4ee46f4644c3031a559cfe1082f3b60"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/reiki4040/ecs-agent-updater/releases/download/v0.1.3/ecs-agent-updater_linux_x86_64.tar.gz"
sha256 "737826dc68db1ec342a14446ec4760dc19451b814a547475962d976781f6c20e"
end
end

def install
bin.install "ecs-agent-updater"
end
end

0 comments on commit d831e1e

Please sign in to comment.