chore: bump version to 0.2.1

This commit is contained in:
SunBK201 2023-12-30 01:48:36 +08:00
parent 88b3796d74
commit 2d58e697f1
27 changed files with 20 additions and 16 deletions

View File

@ -1,11 +1,11 @@
ee23bc2fc33ac5c1ba4d91447c6c84cb ./ua3f-0.2.0-386.tar.gz dfacd1bf12e36b8ba947e25336573ef4 ./ua3f-0.2.1-386.tar.gz
c22d458fcf160a19b9d5f489493a6b39 ./ua3f-0.2.0-amd64.tar.gz 85a0e70f311f1ac75bbee244a6312725 ./ua3f-0.2.1-amd64.tar.gz
ea16c1519785b3ee30532d353faa79db ./ua3f-0.2.0-arm.tar.gz ef1622efc0f1673bb89a65a1fa349b78 ./ua3f-0.2.1-arm.tar.gz
2d8ec50f95034ff24394091c4168b4ea ./ua3f-0.2.0-arm64.tar.gz 8d3b02bc8daa35f7522e00229ae59dc3 ./ua3f-0.2.1-arm64.tar.gz
ea58d239024d702f425e5488c472371f ./ua3f-0.2.0-armv7.tar.gz b9c1f279ed6631826150f270c72edf5e ./ua3f-0.2.1-armv7.tar.gz
2d8ec50f95034ff24394091c4168b4ea ./ua3f-0.2.0-armv8.tar.gz 8d3b02bc8daa35f7522e00229ae59dc3 ./ua3f-0.2.1-armv8.tar.gz
cf08e38dcfb4714a388d6e16ef46e49b ./ua3f-0.2.0-mips64.tar.gz 3795643a6ff96dbbe99cff782a2fe1cf ./ua3f-0.2.1-mips64.tar.gz
60c0c5986db371fc29048cb3f03f8f5c ./ua3f-0.2.0-mipsle-hardfloat.tar.gz 0018c14130e6cb19f3d53a15607354ff ./ua3f-0.2.1-mipsle-hardfloat.tar.gz
d0ccbbf8412c60b477a80215da2ddda6 ./ua3f-0.2.0-mipsle-softfloat.tar.gz 88a3de34bd9fe35c2ec3e9e1508954e9 ./ua3f-0.2.1-mipsle-softfloat.tar.gz
d07dc973c3c117c10ec11b5268b12e0c ./ua3f-0.2.0-mipsle.tar.gz 1020ee319ddd68d02496c76801b85007 ./ua3f-0.2.1-mipsle.tar.gz
d3057cc82cb5e65b3e30aef059d29a31 ./ua3f-0.2.0-riscv64.tar.gz d4d35416960adab899211e21a0dd30e1 ./ua3f-0.2.1-riscv64.tar.gz

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/ua3f-0.2.1-386.tar.gz Normal file

Binary file not shown.

BIN
bin/ua3f-0.2.1-amd64.tar.gz Normal file

Binary file not shown.

BIN
bin/ua3f-0.2.1-arm.tar.gz Normal file

Binary file not shown.

BIN
bin/ua3f-0.2.1-arm64.tar.gz Normal file

Binary file not shown.

BIN
bin/ua3f-0.2.1-armv7.tar.gz Normal file

Binary file not shown.

BIN
bin/ua3f-0.2.1-armv8.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
project_name="ua3f" project_name="ua3f"
release_version="0.2.0" release_version="0.2.1"
target=cmd/ua3f.go target=cmd/ua3f.go
release_dir=./bin release_dir=./bin

View File

@ -17,7 +17,7 @@ import (
"github.com/sirupsen/logrus" "github.com/sirupsen/logrus"
) )
var version = "0.2.0" var version = "0.2.1"
var payloadByte []byte var payloadByte []byte
var cache *expirable.LRU[string, string] var cache *expirable.LRU[string, string]
var HTTP_METHOD = []string{"GET", "POST", "HEAD", "PUT", "DELETE", "OPTIONS", "TRACE", "CONNECT"} var HTTP_METHOD = []string{"GET", "POST", "HEAD", "PUT", "DELETE", "OPTIONS", "TRACE", "CONNECT"}

View File

@ -13,10 +13,14 @@ getcpucore() {
fi fi
} }
ckcmd() {
command -v sh >/dev/null 2>&1 && command -v $1 >/dev/null 2>&1 || type $1 >/dev/null 2>&1
}
cd /root cd /root
getcpucore getcpucore
version=0.2.0 version=0.2.1
ua3f_tar=ua3f-$version-$cpucore.tar.gz ua3f_tar=ua3f-$version-$cpucore.tar.gz
if id -u shellclash >/dev/null 2>&1; then if id -u shellclash >/dev/null 2>&1; then
@ -86,4 +90,4 @@ rm /tmp/luci-indexcache* >/dev/null 2>&1
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
echo "Install UA3F Success." echo "Install UA3F Success."
fi fi

View File

@ -3,7 +3,7 @@ local uci = require("luci.model.uci").cursor()
ua3f = Map("ua3f", ua3f = Map("ua3f",
"UA3F", "UA3F",
[[ [[
<a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 0.2.0</a> <a href="https://github.com/SunBK201/UA3F" target="_blank">Version: 0.2.1</a>
<br> <br>
Across the Campus we can reach every corner in the world. Across the Campus we can reach every corner in the world.
]] ]]