Skip to content

Commit

Permalink
feat: add homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Mar 3, 2021
1 parent cf4836d commit 2d2c598
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,16 @@ docker_manifests:
- "filebrowser/filebrowser:{{ .Major }}-amd64"
- "filebrowser/filebrowser:{{ .Major }}-arm64"
- "filebrowser/filebrowser:{{ .Major }}-armv6"
- "filebrowser/filebrowser:{{ .Major }}-armv7"
- "filebrowser/filebrowser:{{ .Major }}-armv7"
brews:
- name: filebrowser
tap:
owner: filebrowser
name: homebrew-tap
folder: Formula
homepage: https://filebrowser.org
commit_author:
name: FileBrowser Robot
email: [email protected]
description: File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface
license: "MIT"

0 comments on commit 2d2c598

Please sign in to comment.