Skip to content

Commit 2f82add

Browse files
committed
Update to Final Release 2.3.0
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: @cniweb)
1 parent 39d9b58 commit 2f82add

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package="openHAB"
2-
version="2.3.0.001-SNAPSHOT"
2+
version="2.3.0.002"
33
maintainer="openHAB.org"
44
maintainer_url="http://openhab.org/"
55
distributor="cniweb, tim, dieter, dominic, schoppax"
@@ -14,4 +14,4 @@ helpurl="https://community.openhab.org/"
1414
package_icon="PACKAGE_ICON.PNG"
1515
package_icon_120="PACKAGE_ICON_120.PNG"
1616
startable="yes"
17-
changelog="2.3.0.001-SNAPSHOT 18.12.2017: Update to new openHAB Verson 2.3.0-SNAPSHOT"
17+
changelog="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"

scripts/installer.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ echo "$(date +%Y-%m-%d:%H:%M:%S)" >>$LOG
1111
echo "" >>$LOG
1212

1313
echo "Set instance variables..." >>$LOG
14-
DOWNLOAD_PATH="https://openhab.ci.cloudbees.com/job/openHAB-Distribution/lastSuccessfulBuild/artifact/distributions/openhab/target"
15-
DOWNLOAD_FILE1="openhab-2.3.0-SNAPSHOT.zip"
14+
DOWNLOAD_PATH="https://bintray.com/openhab/mvn/download_file?file_path=org/openhab/distro/openhab/2.3.0"
15+
DOWNLOAD_FILE1="openhab-2.3.0.zip"
1616

1717
# Add more files by separating them using spaces
1818
INSTALL_FILES="${DOWNLOAD_PATH}/${DOWNLOAD_FILE1}"
1919

20-
EXTRACTED_FOLDER="openHAB-2.3.0-SNAPSHOT"
20+
EXTRACTED_FOLDER="openHAB-2.3.0"
2121

2222
DAEMON_USER="$(echo ${SYNOPKG_PKGNAME} | awk {'print tolower($_)'})"
2323
DAEMON_PASS="$(openssl rand 12 -base64 2>null)"

0 commit comments

Comments
 (0)