File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- VERSION = 0.0.1
1+ VERSION = 0.0.2
22
33APP := gopass-jsonapi-encode
44PACKAGES := $(shell go list -f {{.Dir}} ./...)
Original file line number Diff line number Diff line change 11# gopass-jsonapi-encode
22
3- Encode JSON as [ gopass] ( github.com/gopasspw/gopass ) JSONAPI messages.
3+ Encode JSON as [ gopass] ( https:// github.com/gopasspw/gopass) JSONAPI messages.
44
55` gopass-jsonapi-encode ` reads JSON on stdin and writes JSONAPI messages on stdout.
66
@@ -40,12 +40,12 @@ Or [download a binary](https://github.com/sgreben/gopass-jsonapi-encode/releases
4040
4141``` sh
4242# Linux
43- curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1 /gopass-jsonapi-encode_0.0.1_linux_x86_64 .tar.gz | tar xz
43+ curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2 /gopass-jsonapi-encode_0.0.2_linux_x86_64 .tar.gz | tar xz
4444
4545# OS X
46- curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1 /gopass-jsonapi-encode_0.0.1_osx_x86_64 .tar.gz | tar xz
46+ curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2 /gopass-jsonapi-encode_0.0.2_osx_x86_64 .tar.gz | tar xz
4747
4848# Windows
49- curl -LO https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1 /gopass-jsonapi-encode_0.0.1_windows_x86_64 .zip
50- unzip gopass-jsonapi-encode_0.0.1_windows_x86_64 .zip
49+ curl -LO https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2 /gopass-jsonapi-encode_0.0.2_windows_x86_64 .zip
50+ unzip gopass-jsonapi-encode_0.0.2_windows_x86_64 .zip
5151```
Original file line number Diff line number Diff line change 11# ${APP}
22
3- Encode JSON as [ gopass] ( github.com/gopasspw/gopass ) JSONAPI messages.
3+ Encode JSON as [ gopass] ( https:// github.com/gopasspw/gopass) JSONAPI messages.
44
55` ${APP} ` reads JSON on stdin and writes JSONAPI messages on stdout.
66
You can’t perform that action at this time.
0 commit comments