diff --git a/INFO b/INFO index c6108e4..84371b4 100644 --- a/INFO +++ b/INFO @@ -1,5 +1,5 @@ package="openHAB" -version="2.3.0.003" +version="2.4.0.000" maintainer="openHAB.org" maintainer_url="http://openhab.org/" distributor="cniweb, tim, dieter, dominic, schoppax" @@ -14,4 +14,4 @@ helpurl="https://community.openhab.org/" package_icon="PACKAGE_ICON.PNG" package_icon_120="PACKAGE_ICON_120.PNG" startable="yes" -changelog="2.3.0.003 08.06.2018: Fix start/stop, 2.3.0.002 29.05.2018: Update to new openHAB Verson 2.3.0, 2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT" +changelog="2.4.0.000 08.01.2019: Update to new openHAB Verson 2.4.0, 2.3.0.003 08.06.2018: Fix start/stop, 2.3.0.002 29.05.2018: Update to new openHAB Verson 2.3.0, 2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT" diff --git a/scripts/installer.sh b/scripts/installer.sh index 94d6ddc..725f2e5 100644 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -11,13 +11,13 @@ echo "$(date +%Y-%m-%d:%H:%M:%S)" >>$LOG echo "" >>$LOG echo "Set instance variables..." >>$LOG -DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.3.0" -DOWNLOAD_FILE1="openhab-2.3.0.zip" +DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.4.0" +DOWNLOAD_FILE1="openhab-2.4.0.zip" # Add more files by separating them using spaces INSTALL_FILES="${DOWNLOAD_PATH}/${DOWNLOAD_FILE1}" -EXTRACTED_FOLDER="openHAB-2.3.0" +EXTRACTED_FOLDER="openHAB-2.4.0" DAEMON_USER="$(echo ${SYNOPKG_PKGNAME} | awk {'print tolower($_)'})" DAEMON_PASS="$(openssl rand 12 -base64 2>null)"