File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- VERSION = 1.4.2
1
+ VERSION = 1.5.0
2
2
3
3
APP := http-file-server
4
4
PACKAGES := $(shell go list -f {{.Dir}} ./...)
Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late
60
60
61
61
``` sh
62
62
# Linux
63
- curl -L https://github.com/sgreben/http-file-server/releases/download/1.4.2 /http-file-server_1.4.2_linux_x86_64 .tar.gz | tar xz
63
+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.0 /http-file-server_1.5.0_linux_x86_64 .tar.gz | tar xz
64
64
65
65
# OS X
66
- curl -L https://github.com/sgreben/http-file-server/releases/download/1.4.2 /http-file-server_1.4.2_osx_x86_64 .tar.gz | tar xz
66
+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.5.0 /http-file-server_1.5.0_osx_x86_64 .tar.gz | tar xz
67
67
68
68
# Windows
69
- curl -LO https://github.com/sgreben/http-file-server/releases/download/1.4.2 /http-file-server_1.4.2_windows_x86_64 .zip
70
- unzip http-file-server_1.4.2_windows_x86_64 .zip
69
+ curl -LO https://github.com/sgreben/http-file-server/releases/download/1.5.0 /http-file-server_1.5.0_windows_x86_64 .zip
70
+ unzip http-file-server_1.5.0_windows_x86_64 .zip
71
71
```
72
72
73
73
## Use it
You can’t perform that action at this time.
0 commit comments