File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ builds:
1111 goarch :
1212 - amd64
1313archive :
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
2222checksum :
2323 name_template : ' checksums.txt'
2424snapshot :
Original file line number Diff line number Diff line change 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
1919Linux:
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
2323tar zvxf dns_Linux_x86_64.tar.gz
2424cp dns /usr/local/bin/dns
2525chmod +x /usr/local/bin/dns
@@ -28,7 +28,7 @@ chmod +x /usr/local/bin/dns
2828MacOS
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
3232tar zvxf dns_Darwin_x86_64.tar.gz
3333cp dns /usr/local/bin/dns
3434chmod +x /usr/local/bin/dns
@@ -156,6 +156,6 @@ dns -r cloudflare a golang.com
156156docker container \
157157 run \
158158 --rm \
159- mxssl/dns:0.0.3 \
159+ mxssl/dns:0.0.4 \
160160 dns a golang.com
161161```
You can’t perform that action at this time.
0 commit comments