serra rename in goreleaser
This commit is contained in:
parent
7fcea98e44
commit
2deb4f4da3
@ -34,7 +34,7 @@ brews:
|
|||||||
-
|
-
|
||||||
# Name template of the recipe
|
# Name template of the recipe
|
||||||
# Default to project name
|
# Default to project name
|
||||||
name: archivar
|
name: serra
|
||||||
|
|
||||||
# GOARM to specify which 32-bit arm version to use if there are multiple versions
|
# GOARM to specify which 32-bit arm version to use if there are multiple versions
|
||||||
# from the build section. Brew formulas support atm only one 32-bit version.
|
# from the build section. Brew formulas support atm only one 32-bit version.
|
||||||
@ -69,11 +69,11 @@ brews:
|
|||||||
|
|
||||||
# Your app's homepage.
|
# Your app's homepage.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
homepage: "https://github.com/noqqe/archivar"
|
homepage: "https://github.com/noqqe/serra"
|
||||||
|
|
||||||
# Your app's description.
|
# Your app's description.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
description: "archivar - I wrote a typing trainer to get into my ortholinear keyboard"
|
description: "serra - I wrote a typing trainer to get into my ortholinear keyboard"
|
||||||
|
|
||||||
# SPDX identifier of your app's license.
|
# SPDX identifier of your app's license.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
@ -82,10 +82,10 @@ brews:
|
|||||||
# So you can `brew test` your formula.
|
# So you can `brew test` your formula.
|
||||||
# Default is empty.
|
# Default is empty.
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/archivar --version"
|
system "#{bin}/serra --version"
|
||||||
|
|
||||||
# Custom install script for brew.
|
# Custom install script for brew.
|
||||||
# Default is 'bin.install "program"'.
|
# Default is 'bin.install "program"'.
|
||||||
install: |
|
install: |
|
||||||
bin.install "archivar"
|
bin.install "serra"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user