Skip to content

Commit

Permalink
Merge pull request #499 from PBH-BTN/master
Browse files Browse the repository at this point in the history
v6.2.6
  • Loading branch information
Ghost-chu authored Sep 17, 2024
2 parents cf1f0e5 + 8b93cfa commit b47a3a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sed -i "s/<version>/${{ env.PBH_VERSION }}/g" pkg/deb/DEBIAN/control
mkdir -p pkg/deb/usr/lib/peerbanhelper
cp target/PeerBanHelper.jar pkg/deb/usr/lib/peerbanhelper/
cd pkg && dpkg -b deb PeerBanHelper_linux_${{ env.PBH_VERSION }}.deb
cd pkg && dpkg -b deb PeerBanHelper_linux_glibc_${{ env.PBH_VERSION }}.deb
# 上面那个文件名需要符合收集条件
env:
PBH_VERSION: ${{ steps.java_info.outputs.project_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Build_Installers:
needs: CI
uses: ./.github/workflows/build_installers.yml
secrets:
secrets: inherit
Build_SPK:
needs: CI
uses: ./.github/workflows/build_spk.yml
Expand Down
6 changes: 4 additions & 2 deletions pkg/synopkg/PeerBanHelperPackage/INFO.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ source /pkgscripts/include/pkg_util.sh
package="peerbanhelper"
version="@PBH_VERSION@"
displayname="PeerBanHelper"
os_min_ver="7.0-40000"
os_min_ver="7.2-64555"
maintainer="PBH-BTN"
thirdparty="yes"
beta="true"
#beta="no"
dsmappname="SYNO.SDS.peerbanhelper.Application"
install_dep_packages="ContainerManager>=20.10.23-1432:ContainerManager<24.0.2-1520"
#arch="$(pkg_get_platform)"
arch="noarch"
description="自动封禁不受欢迎、吸血和异常的 BT 客户端,并支持自定义规则。PeerId黑名单/UserAgent黑名单/IP CIDR/假进度/超量下载/进度回退/多播追猎/连锁封禁/伪装检测 支持 qBittorrent/Transmission/Deluge/BiglyBT/Vuze(Azureus)"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ghostchu.peerbanhelper</groupId>
<artifactId>peerbanhelper</artifactId>
<version>6.2.5</version>
<version>6.2.6</version>
<packaging>takari-jar</packaging>

<name>PeerBanHelper</name>
Expand Down

0 comments on commit b47a3a8

Please sign in to comment.