Skip to content

Commit e01503e

Browse files
committed
fix goreleaser
1 parent 92b2e0b commit e01503e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.goreleaser.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ builds:
1111
goarch:
1212
- amd64
1313
archive:
14-
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
15-
files:
16-
- none*
17-
replacements:
18-
darwin: Darwin
19-
linux: Linux
20-
windows: Windows
21-
amd64: x86_64
14+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
15+
files:
16+
- none*
17+
replacements:
18+
darwin: Darwin
19+
linux: Linux
20+
windows: Windows
21+
amd64: x86_64
2222
checksum:
2323
name_template: 'checksums.txt'
2424
snapshot:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
### Download compiled binary
1010

11-
[Linux](https://github.com/mxssl/dns/releases/download/0.0.3/dns_Linux_x86_64.tar.gz)
11+
[Linux](https://github.com/mxssl/dns/releases/download/0.0.4/dns_Linux_x86_64.tar.gz)
1212

13-
[Windows](https://github.com/mxssl/dns/releases/download/0.0.3/dns_Windows_x86_64.tar.gz)
13+
[Windows](https://github.com/mxssl/dns/releases/download/0.0.4/dns_Windows_x86_64.tar.gz)
1414

15-
[MacOS](https://github.com/mxssl/dns/releases/download/0.0.3/dns_Darwin_x86_64.tar.gz)
15+
[MacOS](https://github.com/mxssl/dns/releases/download/0.0.4/dns_Darwin_x86_64.tar.gz)
1616

1717
### Examples
1818

1919
Linux:
2020

2121
```bash
22-
wget https://github.com/mxssl/dns/releases/download/0.0.3/dns_Linux_x86_64.tar.gz
22+
wget https://github.com/mxssl/dns/releases/download/0.0.4/dns_Linux_x86_64.tar.gz
2323
tar zvxf dns_Linux_x86_64.tar.gz
2424
cp dns /usr/local/bin/dns
2525
chmod +x /usr/local/bin/dns
@@ -28,7 +28,7 @@ chmod +x /usr/local/bin/dns
2828
MacOS
2929

3030
```bash
31-
wget https://github.com/mxssl/dns/releases/download/0.0.3/dns_Darwin_x86_64.tar.gz
31+
wget https://github.com/mxssl/dns/releases/download/0.0.4/dns_Darwin_x86_64.tar.gz
3232
tar zvxf dns_Darwin_x86_64.tar.gz
3333
cp dns /usr/local/bin/dns
3434
chmod +x /usr/local/bin/dns
@@ -156,6 +156,6 @@ dns -r cloudflare a golang.com
156156
docker container \
157157
run \
158158
--rm \
159-
mxssl/dns:0.0.3 \
159+
mxssl/dns:0.0.4 \
160160
dns a golang.com
161161
```

0 commit comments

Comments
 (0)