We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95403c9 commit b36e5fdCopy full SHA for b36e5fd
Makefile.packaging
@@ -10,7 +10,7 @@ BINARY_PATH := $(BUILD_DIR)/$(BINARY_NAME)
10
GPG_PUBLIC_KEY := .key
11
PACKAGE_BUILD ?= 1
12
PACKAGE_VERSION := $(shell echo ${VERSION} | tr -d 'v')-$(PACKAGE_BUILD)
13
-APK_PACKAGE_VERSION := $(shell echo ${VERSION} | tr -d 'v')_$(PACKAGE_BUILD)
+APK_PACKAGE_VERSION := $(shell echo ${VERSION} | tr -d 'v').$(PACKAGE_BUILD)
14
TARBALL_NAME := $(PACKAGE_PREFIX)v3.tar.gz
15
16
DEB_DISTROS ?= ubuntu-noble-24.04 ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bookworm-12 debian-bullseye-11
0 commit comments