File tree Expand file tree Collapse file tree 4 files changed +24
-27
lines changed Expand file tree Collapse file tree 4 files changed +24
-27
lines changed Original file line number Diff line number Diff line change @@ -4,34 +4,31 @@ release:
44 owner : alecthomas
55 name : chroma
66brews :
7- -
8- install : bin.install "chroma"
7+ - install : bin.install "chroma"
98env :
109 - CGO_ENABLED=0
1110builds :
12- - goos :
13- - linux
14- - darwin
15- - windows
16- goarch :
17- - arm64
18- - amd64
19- - " 386"
20- goarm :
21- - " 6"
22- dir : ./cmd/chroma
23- main : .
24- ldflags : -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
25- binary : chroma
11+ - goos :
12+ - linux
13+ - darwin
14+ - windows
15+ goarch :
16+ - arm64
17+ - amd64
18+ - " 386"
19+ goarm :
20+ - " 6"
21+ dir : ./cmd/chroma
22+ main : .
23+ ldflags : -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
24+ binary : chroma
2625archives :
27- -
28- format : tar.gz
29- name_template : ' {{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{
30- .Arm }}{{ end }}'
26+ - format : tar.gz
27+ name_template : " {{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
3128 files :
3229 - COPYING
3330 - README*
3431snapshot :
3532 name_template : SNAPSHOT-{{ .Commit }}
3633checksum :
37- name_template : ' {{ .ProjectName }}-{{ .Version }}-checksums.txt'
34+ name_template : " {{ .ProjectName }}-{{ .Version }}-checksums.txt"
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- (cd cmd/chroma ; go build -o $TMPDIR /chroma .) && exec $TMPDIR /chroma " $@ "
5+ go build -C cmd/chroma -o $TMPDIR /chroma . && exec $TMPDIR /chroma " $@ "
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- (cd cmd/chromad ; go build -o $TMPDIR /chromad .) && exec $TMPDIR /chromad " $@ "
5+ go build -C cmd/chromad -o $TMPDIR /chromad . && exec $TMPDIR /chromad " $@ "
Original file line number Diff line number Diff line change 2525 {{ .CSRFField }}
2626
2727 <nav class="level">
28-
28+
2929 <div class="level-left">
3030 <div class="level-item">
3131 <div class="label">Code</div>
9191<script type="module">
9292{{JS "index.js"}}
9393</script>
94- <script type="module" src="https://
unpkg.com /
[email protected] /dist/ionicons/ionicons.esm.js"></script>
95- <script nomodule src="https://
unpkg.com /
[email protected] /dist/ionicons/ionicons.js"></script>
94+ <script type="module" src="https://
cdn.jsdelivr.net/npm /
[email protected] /dist/ionicons/ionicons.esm.js"></script>
95+ <script nomodule src="https://
cdn.jsdelivr.net/npm /
[email protected] /dist/ionicons/ionicons.js"></script>
9696</body>
97- </html>
97+ </html>
You can’t perform that action at this time.
0 commit comments