diff --git a/conf/app.src b/conf/app.src index f0465b7..35f6cdc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.6.0-RC9/streama-1.6.0-RC9.war -SOURCE_SUM=0111f3280025e9f330481bb85fb2bb0cdacb63912663564fea7169b9afbe78839bc6a9202b1527f73a5d462be237195d85fa24175e045c3bf727b3e62ff47bc0 +SOURCE_URL=https://github.com/streamaserver/streama/releases/download/v1.6.0-FINAL/streama-1.6.0-FINAL.war +SOURCE_SUM=8cd7b8b0a7720040aea55fac8670839ef92c98a62def70cf1ed4ddc0299d591107659b49788889e4b13e6d0cc1f2250942541523dc224e5c25da2bcaf7cfaef0 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=war SOURCE_IN_SUBDIR=false SOURCE_EXTRACT=FALSE -SOURCE_FILENAME=streama-1.6.0-RC9.war \ No newline at end of file +SOURCE_FILENAME=streama-1.6.0-FINAL.war diff --git a/conf/streama.service b/conf/streama.service index a79bda3..32eb634 100644 --- a/conf/streama.service +++ b/conf/streama.service @@ -8,9 +8,9 @@ User=admin Group=users Type=simple UMask=000 -ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama-1.6.0-RC9.war +ExecStart=/usr/bin/java -Djava.awt.headless=true -jar streama-1.6.0-FINAL.war RestartSec=15 Restart=always [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target diff --git a/manifest.json b/manifest.json index db6eef9..d83bf9d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "StreamaServer package for YunoHost.", "fr": "StreamaServer pour YunoHost." }, - "version": "1.6.0-RC9", + "version": "1.6.0-FINAL", "url": "https://streamaserver.org/", "license": "free", "maintainer": { diff --git a/scripts/install b/scripts/install index bf46b20..70d5dd7 100644 --- a/scripts/install +++ b/scripts/install @@ -94,7 +94,7 @@ ynh_package_install openjdk-8-jre-headless ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" -chmod +x $final_path/streama-1.6.0-RC9.war +chmod +x $final_path/streama-1.6.0-FINAL.war #================================================= # NGINX CONFIGURATION