Skip to content

Commit

Permalink
bump version v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed May 5, 2023
1 parent d993d04 commit 9125cd7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- id: "upx"
main: ./cmd/
env:
- CGO_ENABLED=0
binary: upx
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

### 可执行程序二进制下载地址

- [Windows x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_Windows_x86_64.zip)
- [Windows i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_Windows_i386.zip)
- [Mac x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_Darwin_x86_64.tar.gz)
- [Linux x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_linux_x86_64.tar.gz)
- [Linux i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_linux_i386.tar.gz)
- [Linux arm64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_linux_arm64.tar.gz)
- [Linux armv6](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_linux_armv6.tar.gz)
- [Linux armv7](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.7_linux_armv7.tar.gz)
- [Windows x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Windows_x86_64.zip)
- [Windows i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Windows_i386.zip)
- [Mac x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_Darwin_x86_64.tar.gz)
- [Linux x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_x86_64.tar.gz)
- [Linux i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_i386.tar.gz)
- [Linux arm64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_arm64.tar.gz)
- [Linux armv6](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_armv6.tar.gz)
- [Linux armv7](https://collection.b0.upaiyun.com/softwares/upx/upx_0.3.8_linux_armv7.tar.gz)

### 源码编译

Expand All @@ -46,7 +46,7 @@ $ cd upx && make
or

```
$ GO111MODULE=on go get -u github.com/upyun/[email protected].7
$ go get -u github.com/upyun/[email protected].8
```

### Windows
Expand Down Expand Up @@ -216,7 +216,7 @@ upx ls [options...] [remote-path]

查看根目录下的文件
```bash
upx ls /
upx ls /
```

只查看根目录下的目录
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.7
v0.3.8
2 changes: 1 addition & 1 deletion upx.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const VERSION = "v0.3.7"
const VERSION = "v0.3.8"

func CreateUpxApp() *cli.App {
app := cli.NewApp()
Expand Down

0 comments on commit 9125cd7

Please sign in to comment.