mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
BUILD: Changed the GitHub organisation from DNSControl
to StackExchange
.
This commit is contained in:
parent
554d1b40b7
commit
125c8bdada
2 changed files with 5 additions and 5 deletions
|
@ -157,7 +157,7 @@ homebrew_casks:
|
|||
-
|
||||
name: dnscontrol
|
||||
url:
|
||||
template: "https://github.com/DNSControl/dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
template: "https://github.com/StackExchange/dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
commit_author:
|
||||
name: goreleaserbot
|
||||
email: bot@goreleaser.com
|
||||
|
@ -169,7 +169,7 @@ homebrew_casks:
|
|||
conflicts:
|
||||
- formula: dnscontrol
|
||||
repository:
|
||||
owner: dnscontrol
|
||||
owner: StackExchange
|
||||
name: homebrew-tap
|
||||
branch: main
|
||||
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
|
||||
|
@ -192,7 +192,7 @@ release:
|
|||
##### Install with [Homebrew](https://brew.sh) (recommended)
|
||||
|
||||
```shell
|
||||
brew install dnscontrol/tap/dnscontrol
|
||||
brew install StackExchange/tap/dnscontrol
|
||||
```
|
||||
|
||||
##### Using with [Docker](https://www.docker.com)
|
||||
|
@ -220,7 +220,7 @@ release:
|
|||
#### Update with [Homebrew](https://brew.sh)
|
||||
|
||||
```shell
|
||||
brew upgrade dnscontrol/tap/dnscontrol
|
||||
brew upgrade StackExchange/tap/dnscontrol
|
||||
```
|
||||
|
||||
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
|
||||
|
|
|
@ -15,7 +15,7 @@ Choose one of the following installation methods:
|
|||
On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
|
||||
|
||||
```shell
|
||||
brew install dnscontrol/tap/dnscontrol
|
||||
brew install StackExchange/tap/dnscontrol
|
||||
```
|
||||
|
||||
### Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue