mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
spotify: update to 1.0.28 (#4112)
This commit is contained in:
parent
8df08b9f7c
commit
372d4a28b2
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'spotify'.
|
# Template build file for 'spotify'.
|
||||||
pkgname=spotify
|
pkgname=spotify
|
||||||
version=1.0.27
|
version=1.0.28
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Proprietary music streaming client"
|
short_desc="Proprietary music streaming client"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
|
@ -13,11 +13,11 @@ build_style=fetch
|
||||||
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
depends="binutils gtk+ nss GConf libXScrnSaver xz"
|
||||||
|
|
||||||
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
||||||
_sversion=".71.g0a26e3b2-9_amd64"
|
_sversion=".89.gf959d4ce-37_amd64"
|
||||||
_schecksum="82dc602ed17bbb9d0f2b161c69226f8a291f85d544fe4abffa347860374340e7"
|
_schecksum="c563f1c0cd7a632802431191714bd23be05009ce93d70571cc217e606575661b"
|
||||||
else
|
else
|
||||||
_sversion=".73.g602ced10-2_i386"
|
_sversion=".89.gf959d4ce-4_i386"
|
||||||
_schecksum="b7113e2aa305cd2389d8861c6212de05ed5a9cfaa2a85e8021b355a848634f34"
|
_schecksum="d79ffa8e1af22262ab52287a5d8538b74840d7f2f164776309d9f68a38ae0084"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue