diff options
author | pin <pin@pkgsrc.org> | 2021-10-11 08:59:48 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2021-10-11 08:59:48 +0000 |
commit | b25165fe0c00ed5092e019fe701c9b66ccf3736d (patch) | |
tree | 4dc8a1fef3e2dd1e17eda9f13d215c302a794038 /audio | |
parent | 5608f0526938d2b5e06665ce8d452b0d7cc10530 (diff) | |
download | pkgsrc-b25165fe0c00ed5092e019fe701c9b66ccf3736d.tar.gz |
audio/spotify-player: update to 0.3.0
There are many changes in spotify-player v0.3.0 compared to version v0.2.0.
The most notable change is adding Spotify Search API integration (#8).
Brief description of major changes:
-allow client to handle multiple requests at once by creating a new handling
thread for each request (#9)
-integrate Spotify Search APIs (#8)
-add scroll shortcuts for command help popup (#11)
-refactor terminal event handling codes (#12)
-improve application and code documentations
-and other small bug fixes, refactors, etc
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spotify-player/Makefile | 4 | ||||
-rw-r--r-- | audio/spotify-player/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 7f191b8c303..3bb59627ea2 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/09/08 10:42:54 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/10/11 08:59:48 pin Exp $ -DISTNAME= spotify-player-0.2.0 +DISTNAME= spotify-player-0.3.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/audio/spotify-player/distinfo b/audio/spotify-player/distinfo index cc418cfde5e..cafeb2f0800 100644 --- a/audio/spotify-player/distinfo +++ b/audio/spotify-player/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2021/10/07 13:10:01 nia Exp $ +$NetBSD: distinfo,v 1.3 2021/10/11 08:59:48 pin Exp $ RMD160 (addr2line-0.16.0.crate) = b8b4ae9268f1532e2338c21d0fa8e7ce3a6e1f6d SHA512 (addr2line-0.16.0.crate) = 7ea8fffcdff7f8f25c0a588fe2ee652053988ab2e1d39ac740f5199d6e7d30beed0272403d04b86ec5de6ad5459698cdf28f8efd5caab7b6693102df7ec4889c @@ -867,9 +867,9 @@ Size (socket2-0.3.19.crate) = 33782 bytes RMD160 (socket2-0.4.1.crate) = e9fc3d1143c2054839bd1eaff38c73d1adb8e103 SHA512 (socket2-0.4.1.crate) = 71eb3e8d15cf4e88f801d740230710b5b52ff1434526c0e61e950168979ee715dd8acec217d1a5d6f50fa49536558ef94115902f936302d81737eb163db4b8c4 Size (socket2-0.4.1.crate) = 41364 bytes -RMD160 (spotify-player-0.2.0.tar.gz) = 30f3389d03d708b34d8961f8b6e3ed001bd7d2e2 -SHA512 (spotify-player-0.2.0.tar.gz) = 4d9e00da2e7efa401fc5482b52abb1be72a09612a13d03da3c89d88938ce4bc8f7e7c6b44b2cf9b2acfa85c0bb3d10db7eb875468a29209184cc8187ca6bc888 -Size (spotify-player-0.2.0.tar.gz) = 516450 bytes +RMD160 (spotify-player-0.3.0.tar.gz) = 916847796db4777e67bec45933c82dcce90ee9a4 +SHA512 (spotify-player-0.3.0.tar.gz) = b892009ecdde03df21c5e06a5af435e4a199919d748b6f86a0860195adc02ea0a070302b8db8b6204f022426906d3f16c6d5afc36a9f890c64fd4551e015ebc2 +Size (spotify-player-0.3.0.tar.gz) = 1424111 bytes RMD160 (stdweb-0.1.3.crate) = fd28f9df50b298e37f26ddec310f316b1bb55d8c SHA512 (stdweb-0.1.3.crate) = d7119427aae5d37336b8cf0002bae9c0d76a87a6865dbc9cc4c1f9abe64efe8d861c149b3975c6b3481a804e20be4fa28619257c233d3ea3d550ebd550ca5fa6 Size (stdweb-0.1.3.crate) = 90221 bytes |