update version to 21.3

This commit is contained in:
john30
2021-11-07 15:06:26 +01:00
parent 5f59ab9860
commit 06606775f1
14 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 21.3 (tbd) # 21.3 (2021-11-07)
## Bug Fixes ## Bug Fixes
* fix for escaping double quote in CSV format * fix for escaping double quote in CSV format
+1 -1
View File
@@ -1 +1 @@
21.2 21.3
+1 -1
View File
@@ -2,7 +2,7 @@
# Contributor: Milan Knizek <knizek volny cz> # Contributor: Milan Knizek <knizek volny cz>
# Usage: makepkg # Usage: makepkg
pkgname=ebusd pkgname=ebusd
pkgver=21.2 pkgver=21.3
pkgrel=1 pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems." pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+1 -1
View File
@@ -3,7 +3,7 @@
# Usage: makepkg -p PKGBUILD.git # Usage: makepkg -p PKGBUILD.git
pkgname=ebusd-git pkgname=ebusd-git
_gitname=ebusd _gitname=ebusd
pkgver=21.2 pkgver=21.3
pkgrel=1 pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems." pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm32v5 ENV EBUSD_ARCH arm32v5
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v5 ENV EBUSD_ARCH arm32v5
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm32v7 ENV EBUSD_ARCH arm32v7
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v7 ENV EBUSD_ARCH arm32v7
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm64v8 ENV EBUSD_ARCH arm64v8
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm64v8 ENV EBUSD_ARCH arm64v8
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH i386 ENV EBUSD_ARCH i386
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH i386 ENV EBUSD_ARCH i386
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm32v5 ENV EBUSD_ARCH arm32v5
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v5 ENV EBUSD_ARCH arm32v5
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm32v7 ENV EBUSD_ARCH arm32v7
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm32v7 ENV EBUSD_ARCH arm32v7
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH arm64v8 ENV EBUSD_ARCH arm64v8
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH arm64v8 ENV EBUSD_ARCH arm64v8
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
+2 -2
View File
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
WORKDIR /build WORKDIR /build
ENV EBUSD_ARCH i386 ENV EBUSD_ARCH i386
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
RUN git clone https://github.com/john30/ebusd.git /build \ RUN git clone https://github.com/john30/ebusd.git /build \
&& ./make_debian.sh && ./make_debian.sh
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 21.2 ENV EBUSD_VERSION 21.3
ENV EBUSD_ARCH i386 ENV EBUSD_ARCH i386
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"