From a11427afe93de57573e1546c6d91f56221c196fc Mon Sep 17 00:00:00 2001 From: Vladimir Dubrovin <3proxy@3proxy.ru> Date: Mon, 24 Aug 2026 19:49:15 +0300 Subject: [PATCH] openwrt: version the package for the 0.9 branch PKG_VERSION and PKG_HASH were carried over from master, where the release is 1.0.0. Point them at the 0.9 release instead. --- scripts/openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/openwrt/Makefile b/scripts/openwrt/Makefile index a8ae354..e47d9fe 100644 --- a/scripts/openwrt/Makefile +++ b/scripts/openwrt/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=3proxy -PKG_VERSION:=1.0.0 +PKG_VERSION:=0.9.9.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz # A trailing ? tells the download helper the URL is complete and PKG_SOURCE # must not be appended to it. PKG_SOURCE_URL:=https://codeload.github.com/3proxy/3proxy/tar.gz/refs/tags/$(PKG_VERSION)? -PKG_HASH:=35b07de1046f3aaeac4a7085101b7e5c453efa3527cbdc42a84690366c7ecfa8 +PKG_HASH:=5af253fa734f61af6d5fe3790022130a14caf25bfce24a6aefd415797d351dd3 PKG_MAINTAINER:=Vladimir Dubrovin PKG_LICENSE:=BSD-3-Clause