From: Hannu Nyman Date: Sat, 23 Nov 2024 08:05:29 +0000 (+0200) Subject: qcsuper: Make version apk compatible X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6ed915b06067e0a5c37d6bada2869f07d98cb300;p=openwrt-packages.git qcsuper: Make version apk compatible Adjust versioning to match apk's semantic rules. Signed-off-by: Hannu Nyman --- diff --git a/net/qcsuper/Makefile b/net/qcsuper/Makefile index 9467fa633..872d9a869 100644 --- a/net/qcsuper/Makefile +++ b/net/qcsuper/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qcsuper -PKG_VERSION:=2022-08-11 -PKG_RELEASE:=1 +PKG_VERSION:=2022.08.11 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/P1sec/QCSuper.git PKG_SOURCE_VERSION:=5c4e5295bf336bcce63c8ad7112ac04dee4b04fd -PKG_MIRROR_HASH:=70776fa5cc69673d786fae5082e667aadaa1e39e4fabfce77dc369967cc7c9d6 +PKG_MIRROR_HASH:=ad376816025864b6b39bc44e72ac7cdfd603926cf0e53e557b190eb92c96b217 PKG_MAINTAINER:=David Bauer PKG_LICENSE:=GPL-3.0