Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

chore: remove homebrew builds #295

Merged
merged 1 commit into from
Sep 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,7 @@ checksum:
algorithm: sha256
snapshot:
name_template: "{{ incpatch .Version }}-next"
brews:
- tap:
owner: ublue-os
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
folder: Formula
goarm: "7"
homepage: https://getfleek.dev
description: Own your $HOME
license: Apache-2.0
test: |
system "#{bin}/fleek -v"
dependencies:
- name: go
type: optional
- name: git

install: |-
bin.install "fleek"
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
Expand Down