From 6fd7271edb15403b77c68b2fb7fe7ebe0d1938c6 Mon Sep 17 00:00:00 2001 From: Daniel Nilsson Date: Sat, 16 Nov 2024 00:07:08 +0100 Subject: [PATCH] test invalid apk version without V=s --- .github/workflows/build.yml | 1 - applications/luci-app-adblock-fast/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68ca564baeae..49d55742345f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,6 @@ jobs: env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci - V: s - name: Move created packages to project dir run: cp bin/packages/${{ matrix.arch }}/packages_ci/* . || true diff --git a/applications/luci-app-adblock-fast/Makefile b/applications/luci-app-adblock-fast/Makefile index aecc7767343e..bf39955dc3c1 100644 --- a/applications/luci-app-adblock-fast/Makefile +++ b/applications/luci-app-adblock-fast/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-adblock-fast PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin -PKG_VERSION:=1.1.2 +PKG_VERSION:=invalid PKG_RELEASE:=10 LUCI_TITLE:=AdBlock-Fast Web UI