Skip to content

Commit

Permalink
replicated version v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jul 14, 2017
1 parent b139505 commit 1a9b0a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions replicated.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Replicated < Formula
desc "Manage your app's channels and releases from the command line"
homepage "https://replicated.com"
url "https://github.com/replicatedhq/replicated/releases/download/v0.1.1/replicated_0.1.1_darwin_amd64.tar.gz"
version "0.1.1"
sha256 "ccda0dbf9da532fbfb339cc4fbfd2c113adda00f58cb712a139482a305e9be51"

def install
bin.install "replicated"
end
end

0 comments on commit 1a9b0a6

Please sign in to comment.