mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
Testing (#32)
* Upgrade to version 10.6.0 * Update system config to latest version * fix startup of systemd service * update upstream version 10.6.1 (#29) * Remove comment + add new emplty line * Upgrade to 10.6.2
This commit is contained in:
parent
3e08f800a5
commit
7cc27f616c
4 changed files with 5 additions and 7 deletions
|
@ -16,7 +16,7 @@ If you have constrained bandwidth, you may set an upper limit for the bit rate o
|
|||
|
||||
In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes.
|
||||
|
||||
**Shipped version:** 10.6.1
|
||||
**Shipped version:** 10.6.2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/airsonic/airsonic/releases/download/v10.6.1/airsonic.war
|
||||
SOURCE_SUM=6b8bf98a5288fe982ead0c99489a66cbeb8b880fa2ab4fc86d9e07944e4cf335
|
||||
SOURCE_URL=https://github.com/airsonic/airsonic/releases/download/v10.6.2/airsonic.war
|
||||
SOURCE_SUM=94b17d6a7859a9c029dcbcdc672f4d49bd605bf46bdf74ac51ea0d593db67860
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=false
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Stream and manage your music collection",
|
||||
"fr": "Streamez et gérez votre collection de musique"
|
||||
},
|
||||
"version": "10.6.1~ynh1",
|
||||
"version": "10.6.2~ynh1",
|
||||
"url": "http://airsonic.github.io",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
|
@ -67,8 +67,6 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
|||
#=================================================
|
||||
ynh_script_progression --message="Installing dependencies..." --weight=43
|
||||
|
||||
# FIXME Should run "sudo update-alternatives --config java"
|
||||
# See https://airsonic.github.io/docs/install/prerequisites/
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
#=================================================
|
||||
|
@ -289,4 +287,4 @@ ynh_systemd_action --service_name=nginx --action=reload
|
|||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
ynh_script_progression --message="Installation of $app completed" --last
|
||||
|
|
Loading…
Reference in a new issue