Update On Mon Sep 8 20:41:11 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-08 20:41:11 +02:00
parent 31ee540a0a
commit 74d2e7092c
127 changed files with 2387 additions and 1033 deletions

View File

@@ -32,7 +32,7 @@ PROJECT_NAME=$(shell basename "${ROOT}")
# - pkg/version/current.go
#
# Use `tools/bump_version.sh` script to change all those files at one shot.
VERSION="3.19.1"
VERSION="3.19.2"
# Build binaries and installation packages.
.PHONY: build

View File

@@ -1,5 +1,5 @@
Package: mieru
Version: 3.19.1
Version: 3.19.2
Section: net
Priority: optional
Architecture: amd64

View File

@@ -1,5 +1,5 @@
Name: mieru
Version: 3.19.1
Version: 3.19.2
Release: 1%{?dist}
Summary: Mieru proxy client
License: GPLv3+

View File

@@ -1,5 +1,5 @@
Package: mieru
Version: 3.19.1
Version: 3.19.2
Section: net
Priority: optional
Architecture: arm64

View File

@@ -1,5 +1,5 @@
Name: mieru
Version: 3.19.1
Version: 3.19.2
Release: 1%{?dist}
Summary: Mieru proxy client
License: GPLv3+

View File

@@ -1,5 +1,5 @@
Package: mita
Version: 3.19.1
Version: 3.19.2
Section: net
Priority: optional
Architecture: amd64

View File

@@ -1,5 +1,5 @@
Name: mita
Version: 3.19.1
Version: 3.19.2
Release: 1%{?dist}
Summary: Mieru proxy server
License: GPLv3+

View File

@@ -1,5 +1,5 @@
Package: mita
Version: 3.19.1
Version: 3.19.2
Section: net
Priority: optional
Architecture: arm64

View File

@@ -1,5 +1,5 @@
Name: mita
Version: 3.19.1
Version: 3.19.2
Release: 1%{?dist}
Summary: Mieru proxy server
License: GPLv3+

View File

@@ -18,32 +18,32 @@ Or you can manually install and configure proxy server using the steps below.
```sh
# Debian / Ubuntu - X86_64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita_3.19.1_amd64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita_3.19.2_amd64.deb
# Debian / Ubuntu - ARM 64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita_3.19.1_arm64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita_3.19.2_arm64.deb
# RedHat / CentOS / Rocky Linux - X86_64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita-3.19.1-1.x86_64.rpm
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita-3.19.2-1.x86_64.rpm
# RedHat / CentOS / Rocky Linux - ARM 64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita-3.19.1-1.aarch64.rpm
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita-3.19.2-1.aarch64.rpm
```
## Install mita package
```sh
# Debian / Ubuntu - X86_64
sudo dpkg -i mita_3.19.1_amd64.deb
sudo dpkg -i mita_3.19.2_amd64.deb
# Debian / Ubuntu - ARM 64
sudo dpkg -i mita_3.19.1_arm64.deb
sudo dpkg -i mita_3.19.2_arm64.deb
# RedHat / CentOS / Rocky Linux - X86_64
sudo rpm -Uvh --force mita-3.19.1-1.x86_64.rpm
sudo rpm -Uvh --force mita-3.19.2-1.x86_64.rpm
# RedHat / CentOS / Rocky Linux - ARM 64
sudo rpm -Uvh --force mita-3.19.1-1.aarch64.rpm
sudo rpm -Uvh --force mita-3.19.2-1.aarch64.rpm
```
Those instructions can also be used to upgrade the version of mita software package.

View File

@@ -18,32 +18,32 @@ sudo python3 setup.py --lang=zh
```sh
# Debian / Ubuntu - X86_64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita_3.19.1_amd64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita_3.19.2_amd64.deb
# Debian / Ubuntu - ARM 64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita_3.19.1_arm64.deb
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita_3.19.2_arm64.deb
# RedHat / CentOS / Rocky Linux - X86_64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita-3.19.1-1.x86_64.rpm
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita-3.19.2-1.x86_64.rpm
# RedHat / CentOS / Rocky Linux - ARM 64
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.1/mita-3.19.1-1.aarch64.rpm
curl -LSO https://github.com/enfein/mieru/releases/download/v3.19.2/mita-3.19.2-1.aarch64.rpm
```
## 安装 mita 软件包
```sh
# Debian / Ubuntu - X86_64
sudo dpkg -i mita_3.19.1_amd64.deb
sudo dpkg -i mita_3.19.2_amd64.deb
# Debian / Ubuntu - ARM 64
sudo dpkg -i mita_3.19.1_arm64.deb
sudo dpkg -i mita_3.19.2_arm64.deb
# RedHat / CentOS / Rocky Linux - X86_64
sudo rpm -Uvh --force mita-3.19.1-1.x86_64.rpm
sudo rpm -Uvh --force mita-3.19.2-1.x86_64.rpm
# RedHat / CentOS / Rocky Linux - ARM 64
sudo rpm -Uvh --force mita-3.19.1-1.aarch64.rpm
sudo rpm -Uvh --force mita-3.19.2-1.aarch64.rpm
```
上述指令也可以用来升级 mita 软件包的版本。

View File

@@ -16,5 +16,5 @@
package version
const (
AppVersion = "3.19.1"
AppVersion = "3.19.2"
)