Skip to content

Commit

Permalink
resolve goreleaser deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed May 26, 2024
1 parent d0d658d commit 99ad155
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ builds:
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- id: default
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -39,22 +34,23 @@ release:
## Homebrew
brews:
- name: crab
tap:
repository:
owner: atomicptr
name: homebrew-tools
folder: Formula
directory: Formula
homepage: "https://github.com/atomicptr/crab"
description: |
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
## Scoop
scoop:
bucket:
owner: atomicptr
name: scoop-bucket
homepage: "https://github.com/atomicptr/crab"
description: |
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
license: MIT
scoops:
- name: crab
repository:
owner: atomicptr
name: scoop-bucket
homepage: "https://github.com/atomicptr/crab"
description: |
A versatile tool to crawl dozens of URLs from a given source, like a sitemap or an URL list.
license: MIT
## Docker
dockers:
- dockerfile: Dockerfile
Expand All @@ -74,4 +70,4 @@ nfpms:
license: MIT
formats:
- deb
- rpm
- rpm

0 comments on commit 99ad155

Please sign in to comment.