Skip to content

Commit 99ad155

Browse files
committed
resolve goreleaser deprecations
1 parent d0d658d commit 99ad155

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.goreleaser.yml

+13-17
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ builds:
1313
goarch:
1414
- amd64
1515
archives:
16-
- replacements:
17-
darwin: Darwin
18-
linux: Linux
19-
windows: Windows
20-
386: i386
21-
amd64: x86_64
16+
- id: default
2217
checksum:
2318
name_template: 'checksums.txt'
2419
snapshot:
@@ -39,22 +34,23 @@ release:
3934
## Homebrew
4035
brews:
4136
- name: crab
42-
tap:
37+
repository:
4338
owner: atomicptr
4439
name: homebrew-tools
45-
folder: Formula
40+
directory: Formula
4641
homepage: "https://github.com/atomicptr/crab"
4742
description: |
4843
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
4944
## Scoop
50-
scoop:
51-
bucket:
52-
owner: atomicptr
53-
name: scoop-bucket
54-
homepage: "https://github.com/atomicptr/crab"
55-
description: |
56-
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
57-
license: MIT
45+
scoops:
46+
- name: crab
47+
repository:
48+
owner: atomicptr
49+
name: scoop-bucket
50+
homepage: "https://github.com/atomicptr/crab"
51+
description: |
52+
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
53+
license: MIT
5854
## Docker
5955
dockers:
6056
- dockerfile: Dockerfile
@@ -74,4 +70,4 @@ nfpms:
7470
license: MIT
7571
formats:
7672
- deb
77-
- rpm
73+
- rpm

0 commit comments

Comments
 (0)