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-tui: update to 0.22.0. #25399

Merged
merged 1 commit into from
Oct 7, 2020
Merged
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-tui/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'spotify-tui'
pkgname=spotify-tui
version=0.21.0
version=0.22.0
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
Expand All @@ -10,7 +10,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://github.com/Rigellute/spotify-tui"
distfiles="https://github.com/Rigellute/spotify-tui/archive/v${version}.tar.gz"
checksum=f12103c592c49857ea97f78079a30f38c97d449879a9b71801ce406f2df67fee
checksum=3bac0ca34db6b71721af66ba423cea59780c43410bfb52d870198facc6a6a906

pre_build() {
cargo update --package openssl-sys --precise 0.9.58
Expand Down