File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
APP =gif
4
4
NAME := yeetgif
5
5
REPOSITORY := quay.io/sergey_grebenshchikov/$(NAME )
6
- VERSION := 1.13 .0
6
+ VERSION := 1.14 .0
7
7
VERSION_COMMIT := $(VERSION ) -$(shell printf "% s" "$$(git rev-parse HEAD ) " | cut -c 1-8)
8
8
9
9
PACKAGES := $(shell go list -f {{.Dir}} ./...)
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro
41
41
42
42
``` sh
43
43
# Linux
44
- curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13 .0/gif_1.13 .0_linux_x86_64.tar.gz | tar xz
44
+ curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14 .0/gif_1.14 .0_linux_x86_64.tar.gz | tar xz
45
45
46
46
# OS X
47
- curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13 .0/gif_1.13 .0_osx_x86_64.tar.gz | tar xz
47
+ curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14 .0/gif_1.14 .0_osx_x86_64.tar.gz | tar xz
48
48
49
49
# Windows
50
- curl -LO https://github.com/sgreben/yeetgif/releases/download/1.13 .0/gif_1.13 .0_windows_x86_64.zip
51
- unzip gif_1.13 .0_windows_x86_64.zip
50
+ curl -LO https://github.com/sgreben/yeetgif/releases/download/1.14 .0/gif_1.14 .0_windows_x86_64.zip
51
+ unzip gif_1.14 .0_windows_x86_64.zip
52
52
```
53
53
54
54
** NOTE** : To use the ` optimize ` command, you'll also need the [ ` giflossy ` ] ( https://github.com/kornelski/giflossy ) fork of ` gifsicle ` installed:
@@ -181,9 +181,9 @@ Usage: gif shake [OPTIONS]
181
181
˵(˵ ͡⚆ ͜ʖ ͡⚆˵)˵
182
182
183
183
Options:
184
- -f, --frequency (default 1 )
185
- -a, --amplitude (default 8 )
186
- -r, --random 🌀 (default 0.5 )
184
+ -f, --frequency (default [1] )
185
+ -a, --amplitude (default [7] )
186
+ -r, --random 🌀 (default 0.75 )
187
187
```
188
188
189
189
### woke
You can’t perform that action at this time.
0 commit comments