Skip to content

Commit 27d7a09

Browse files
committed
[toru] fix player package to allow for custom players which was broken by the latest changes to that package, you can now use something like: toru --player='kitty -e mpv --vo=kitty --vo-kitty-use-shm=yes {{.URL}}' latest
1 parent 6db1012 commit 27d7a09

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.goreleaser.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
77
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
88

9-
version: 1
9+
version: 2
1010

1111
before:
1212
hooks:
@@ -59,19 +59,19 @@ builds:
5959
# goarm: v1
6060
# env:
6161
# - CGO_ENABLED=1
62-
# - CC=arm-linux-gnueabi-gcc
62+
# - CC=arm-linux-gnueabi-gcc
6363
# - goos: android
6464
# goarch: amd64
6565
# goarm: v2
6666
# env:
6767
# - CGO_ENABLED=1
68-
# - CC=arm-linux-gnueabi-gcc
68+
# - CC=arm-linux-gnueabi-gcc
6969
# - goos: android
7070
# goarch: amd64
7171
# goarm: v3
7272
# env:
7373
# - CGO_ENABLED=1
74-
# - CC=arm-linux-gnueabi-gcc
74+
# - CC=arm-linux-gnueabi-gcc
7575

7676
# - goos: android
7777
# goarch: arm
@@ -85,27 +85,27 @@ builds:
8585
# goarm: 7
8686
# env:
8787
# - CGO_ENABLED=1
88-
# - CC=arm-linux-gnueabi-gcc
88+
# - CC=arm-linux-gnueabi-gcc
8989

9090
# - goos: android
9191
# goarch: arm64
9292
# goamd64: v1
9393
# env:
9494
# - CGO_ENABLED=1
95-
# - CC=arm-linux-gnueabi-gcc
95+
# - CC=arm-linux-gnueabi-gcc
9696
# - goos: android
9797
# goarch: arm64
9898
# goamd64: v2
9999
# env:
100100
# - CGO_ENABLED=1
101-
# - CC=arm-linux-gnueabi-gcc
101+
# - CC=arm-linux-gnueabi-gcc
102102

103103
# - goos: android
104104
# goarch: arm64
105105
# goamd64: v3
106106
# env:
107107
# - CGO_ENABLED=1
108-
# - CC=arm-linux-gnueabi-gcc
108+
# - CC=arm-linux-gnueabi-gcc
109109

110110
archives:
111111
- format: tar.gz
@@ -134,4 +134,3 @@ upx:
134134
compress: best
135135
lzma: true
136136
brute: true
137-

0 commit comments

Comments
 (0)