File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -77,23 +77,23 @@ nfpms:
77
77
{{- else }}{{ .Arch }}{{ end }}
78
78
{{- if .Arm }}v{{ .Arm }}{{ end }}
79
79
80
- brews :
81
- - name : litestream
82
- homepage : https://litestream.io
83
- description : Streaming replication for SQLite databases
84
- license : Apache-2.0
85
- repository :
86
- owner : benbjohnson
87
- name : homebrew-litestream
88
- branch : main
89
- install : |
90
- bin.install "litestream"
91
- etc.install "etc/litestream.yml" => "litestream.yml"
92
- test : |
93
- system "#{bin}/litestream", "version"
94
- commit_author :
95
- name : goreleaser
96
-
80
+ # brews:
81
+ # - name: litestream
82
+ # homepage: https://litestream.io
83
+ # description: Streaming replication for SQLite databases
84
+ # license: Apache-2.0
85
+ # repository:
86
+ # owner: benbjohnson
87
+ # name: homebrew-litestream
88
+ # branch: main
89
+ # install: |
90
+ # bin.install "litestream"
91
+ # etc.install "etc/litestream.yml" => "litestream.yml"
92
+ # test: |
93
+ # system "#{bin}/litestream", "version"
94
+ # commit_author:
95
+ # name: goreleaser
96
+
97
97
98
98
checksum :
99
99
name_template : ' checksums.txt'
You can’t perform that action at this time.
0 commit comments