Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Fix misunderstanding about revisions and how formulas work
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed Oct 5, 2019
1 parent 89ed88b commit 8bc3a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/reception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Reception < Formula
url "https://github.com/nxt-engineering/reception/archive/2.1.0.tar.gz"
sha256 "444dc4bee3967befa181eadd0574095dedb3de86cf85fbcad56df6d1a7cbe884"
head "https://github.com/nxt-engineering/reception.git"
revision 1
revision 0

depends_on "go" => :build
depends_on "git" => :build
Expand All @@ -13,7 +13,7 @@ class Reception < Formula

bottle do
cellar :any
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.1.0_1"
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.1.0"
sha256 "28b73ddf0187d25e5d57c844f877be16f0fd626efad6f52d6c272b1c90db8a25" => :mojave
sha256 "604dbb8596c93fc9d002f5f9e8f476287a71b5f23e87a8716f2638edefa39441" => :high_sierra
end
Expand Down

0 comments on commit 8bc3a18

Please sign in to comment.