File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2626
2727### 可执行程序二进制下载地址
2828
29- - [ Windows x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Windows_x86_64 .zip )
30- - [ Windows i386] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Windows_i386 .zip )
31- - [ Mac x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Darwin_x86_64 .tar.gz )
32- - [ Linux x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_x86_64 .tar.gz )
33- - [ Linux i386] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_i386 .tar.gz )
34- - [ Linux arm64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_arm64 .tar.gz )
35- - [ Linux armv6] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_armv6 .tar.gz )
36- - [ Linux armv7] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_armv7 .tar.gz )
29+ - [ Windows x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_Windows_x86_64 .zip )
30+ - [ Windows i386] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_Windows_i386 .zip )
31+ - [ Mac x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_Darwin_x86_64 .tar.gz )
32+ - [ Linux x86_64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_linux_x86_64 .tar.gz )
33+ - [ Linux i386] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_linux_i386 .tar.gz )
34+ - [ Linux arm64] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_linux_arm64 .tar.gz )
35+ - [ Linux armv6] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_linux_armv6 .tar.gz )
36+ - [ Linux armv7] ( https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.0_linux_armv7 .tar.gz )
3737
3838### 源码编译
3939
@@ -46,7 +46,7 @@ $ cd upx && make
4646or
4747
4848```
49- $ go get -u github.com/upyun/upx@v0.3.8
49+ $ go get -u github.com/upyun/upx@v0.4.0
5050```
5151
5252### Windows
Original file line number Diff line number Diff line change 1- v0.3.8
1+ v0.4.0
Original file line number Diff line number Diff line change 88 "github.com/urfave/cli"
99)
1010
11- const VERSION = "v0.3.8 "
11+ const VERSION = "v0.4.0 "
1212
1313func CreateUpxApp () * cli.App {
1414 app := cli .NewApp ()
You can’t perform that action at this time.
0 commit comments