Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify-player: update to 0.20.0 #52867

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/spotify-player/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'spotify-player'
pkgname=spotify-player
version=0.19.1
version=0.20.3
revision=1
build_style=cargo
make_install_args="--path spotify_player"
Expand All @@ -11,7 +11,7 @@ maintainer="Rodrigo Oliveira <[email protected]>"
license="MIT"
homepage="https://github.com/aome510/spotify-player"
distfiles="https://github.com/aome510/spotify-player/archive/refs/tags/v${version}.tar.gz"
checksum=bd516ed91cee0a96444797c2b99f3775efea84c252f79f7bc7de4cdb33dbd52c
checksum=4c012dd5c7f0b1aded454fc16414ca20a6a1fadca2757e699e2addb845eb2ba6

post_install() {
vlicense LICENSE
Expand Down
Loading