Skip to content

Commit

Permalink
SPOCON-07-05-21 upgrade librespot-java to v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spocon committed May 7, 2021
1 parent 690f8c3 commit 2933ccd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Vagrant/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export UPLOAD=true
GPG_TTY=$(tty)
export GPG_TTY

ansible-playbook ../Ansible/start.yml -e lovspotify_version=1.5.4
ansible-playbook ../Ansible/start.yml -e lovspotify_version=1.5.5


10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation('org.springframework.boot:spring-boot-starter-web') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging'
}
implementation 'xyz.gianlu.librespot:librespot-player:1.5.3'
implementation 'xyz.gianlu.librespot:librespot-player:1.5.5'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.0'
implementation 'com.google.protobuf:protobuf-java-util:3.11.4'
implementation 'org.apache.logging.log4j:log4j-core:2.13.2'
Expand All @@ -34,12 +34,11 @@ task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
from sourceSets.main.allSource
}
/*
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
from javadoc.destinationDir
}
/*
artifacts {
archives sourcesJar
archives javadocJar
Expand Down Expand Up @@ -91,9 +90,10 @@ uploadArchives {
}
}
pom.version = "1.5.4"
pom.version = "1.5.5"
pom.artifactId = "lovspotify"
pom.groupId = "me.haga.librespot.spotifi"
}
}
}*/
}
*/
7 changes: 7 additions & 0 deletions template/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
lovspotify (1.5.5) bionic; urgency=medium

* Update to 1.5.5, for more information please see
https://github.com/spocon/lovspotify

-- Thorsten H <spocondeb@gmail.com> Fri, 07 May 2021 08:28:50 +0000

lovspotify (1.5.4) bionic; urgency=medium

* Update to 1.5.4, for more information please see
Expand Down

0 comments on commit 2933ccd

Please sign in to comment.