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

Commit 52d210e

Browse files
committed
Prepare Version 2.1.0
1 parent 1395a42 commit 52d210e

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Formula/reception.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class Reception < Formula
1313

1414
bottle do
1515
cellar :any
16-
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.0.0_3"
17-
sha256 "c899d65c03ec0c228dc4af52c35cd816cb3e1ad4771919b6f32128def3541b66" => :high_sierra
16+
root_url "https://github.com/nxt-engineering/homebrew-reception/releases/download/v2.1.0_0"
17+
sha256 "28b73ddf0187d25e5d57c844f877be16f0fd626efad6f52d6c272b1c90db8a25" => :mojave
1818
end
1919

2020
def install

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
[Homebrew](https://brew.sh) tap for [reception](https://github.com/ninech/reception).
1+
# [Homebrew 🍺](https://brew.sh) tap for [reception](https://github.com/nxt-engineering/reception).
22

33
## Usage
44

5-
brew tap ninech/homebrew-reception
6-
brew install reception
5+
```bash
6+
brew tap nxt-engineering/homebrew-reception
7+
brew install reception
8+
```
79

810
## How to bottle
911

10-
brew install --build-bottle reception
11-
brew bottle reception
12+
```
13+
brew uninstall reception
14+
brew install --build-bottle reception
15+
brew bottle reception
16+
```
1217

1318
1. Copy the output to `Formula/reception.rb`.
1419
2. Commit & Push the change.
@@ -18,6 +23,4 @@
1823

1924
## About
2025

21-
This tap is currently maintained and funded by [nine](https://nine.ch).
22-
23-
[![logo of the company 'nine'](https://logo.apps.at-nine.ch/Dmqied_eSaoBMQwk3vVgn4UIgDo=/trim/500x0/logo_claim.png)](https://www.nine.ch)
26+
This tap is currently maintained and funded by [nxt](https://nxt.engineering/en/).

0 commit comments

Comments
 (0)