From 43a0d13878eda44caf726475642b3471c00a5429 Mon Sep 17 00:00:00 2001 From: gSpot Date: Thu, 13 Jun 2024 19:03:35 +0300 Subject: [PATCH] Makefiles. --- autoinstall/current/autoinstall.sh | 6 +++--- luci-app-ruantiblock/Makefile | 2 +- ruantiblock-mod-lua/Makefile | 4 ++-- ruantiblock-mod-py/Makefile | 4 ++-- ruantiblock/Makefile | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/autoinstall/current/autoinstall.sh b/autoinstall/current/autoinstall.sh index 5657b82..49ce115 100755 --- a/autoinstall/current/autoinstall.sh +++ b/autoinstall/current/autoinstall.sh @@ -9,9 +9,9 @@ LUA_MODULE=0 LUCI_APP=1 OWRT_VERSION="current" -RUAB_VERSION="1.5-1" -RUAB_MOD_LUA_VERSION="1.5-0" -RUAB_LUCI_APP_VERSION="1.5-1" +RUAB_VERSION="1.5.0-1" +RUAB_MOD_LUA_VERSION="1.5.0-1" +RUAB_LUCI_APP_VERSION="1.5.0-r1" BASE_URL="https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master" PKG_DIR="/tmp" diff --git a/luci-app-ruantiblock/Makefile b/luci-app-ruantiblock/Makefile index caba127..5cd34c0 100644 --- a/luci-app-ruantiblock/Makefile +++ b/luci-app-ruantiblock/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk -PKG_VERSION:=1.5-1 +PKG_VERSION:=1.5.0-r1 LUCI_TITLE:=LuCI support for ruantiblock LUCI_DEPENDS:=+ruantiblock LUCI_PKGARCH:=all diff --git a/ruantiblock-mod-lua/Makefile b/ruantiblock-mod-lua/Makefile index f6e40e4..e2a062d 100644 --- a/ruantiblock-mod-lua/Makefile +++ b/ruantiblock-mod-lua/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruantiblock-mod-lua -PKG_VERSION:=1.5 -PKG_RELEASE:=0 +PKG_VERSION:=1.5.0 +PKG_RELEASE:=1 PKG_MAINTAINER:=gSpot include $(INCLUDE_DIR)/package.mk diff --git a/ruantiblock-mod-py/Makefile b/ruantiblock-mod-py/Makefile index 527eefe..2c81aec 100644 --- a/ruantiblock-mod-py/Makefile +++ b/ruantiblock-mod-py/Makefile @@ -5,8 +5,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruantiblock-mod-py -PKG_VERSION:=1.5 -PKG_RELEASE:=0 +PKG_VERSION:=1.5.0 +PKG_RELEASE:=1 PKG_MAINTAINER:=gSpot include $(INCLUDE_DIR)/package.mk diff --git a/ruantiblock/Makefile b/ruantiblock/Makefile index 8ecb44a..2127305 100644 --- a/ruantiblock/Makefile +++ b/ruantiblock/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruantiblock -PKG_VERSION:=1.5 +PKG_VERSION:=1.5.0 PKG_RELEASE:=1 PKG_MAINTAINER:=gSpot