File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- VERSION = 1.6.0
1+ VERSION = 1.6.1
22
33APP := http-file-server
44PACKAGES := $(shell go list -f {{.Dir}} ./...)
Original file line number Diff line number Diff line change @@ -95,14 +95,14 @@ Or [download a binary](https://github.com/sgreben/http-file-server/releases/late
9595
9696``` sh
9797# Linux
98- curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_linux_x86_64 .tar.gz | tar xz
98+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_linux_x86_64 .tar.gz | tar xz
9999
100100# OS X
101- curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_osx_x86_64 .tar.gz | tar xz
101+ curl -L https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_osx_x86_64 .tar.gz | tar xz
102102
103103# Windows
104- curl -LO https://github.com/sgreben/http-file-server/releases/download/1.6.0 /http-file-server_1.6.0_windows_x86_64 .zip
105- unzip http-file-server_1.6.0_windows_x86_64 .zip
104+ curl -LO https://github.com/sgreben/http-file-server/releases/download/1.6.1 /http-file-server_1.6.1_windows_x86_64 .zip
105+ unzip http-file-server_1.6.1_windows_x86_64 .zip
106106```
107107
108108## Use it
You can’t perform that action at this time.
0 commit comments