update version to 3.0
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# 3.0 (2017-08-xx)
|
||||
# 3.0 (2017-08-29)
|
||||
|
||||
## Breaking Changes
|
||||
* switched to C++11 compiler
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Contributor: Milan Knizek <knizek volny cz>
|
||||
# Usage: makepkg
|
||||
pkgname=ebusd
|
||||
pkgver=2.4
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Usage: makepkg -p PKGBUILD.git
|
||||
pkgname=ebusd-git
|
||||
_gitname=ebusd
|
||||
pkgver=2.4
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
||||
|
||||
LABEL maintainer "ebusd@ebusd.eu"
|
||||
|
||||
ENV EBUSD_VERSION 2.4
|
||||
ENV EBUSD_VERSION 3.0
|
||||
ENV EBUSD_ARCH amd64
|
||||
|
||||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user