Skip to content

Commit c1d47c9

Browse files
Updates for v0.8.0: Makefile, and patches.
1 parent 5d43d69 commit c1d47c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/sound/librespot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=librespot
8-
PKG_VERSION:=0.7.1
8+
PKG_VERSION:=0.8.0
99
PKG_RELEASE:=1
1010

1111
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1212
PKG_SOURCE_URL:=https://codeload.github.com/librespot-org/librespot/tar.gz/v$(PKG_VERSION)?
13-
PKG_HASH:=1d09cf7a9b05663bc74806dc729dba818f2f1108728b60ccaac42bb54bf46864
13+
PKG_HASH:=0e4922997e1c67d27b3f50dcc388ecb8a3c08eba23b764879071f6e9e8c07ec7
1414

1515
PKG_MAINTAINER:=Leonardo
1616
PKG_LICENSE:=MIT

packages/sound/librespot/patches/010-use_rustls-tls-webpki-roots_and_alsa-backend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/Cargo.toml
22
+++ b/Cargo.toml
3-
@@ -37,7 +37,7 @@ repository = "https://github.com/libresp
3+
@@ -36,7 +36,7 @@ repository = "https://github.com/libresp
44
edition = "2024"
55

66
[features]

0 commit comments

Comments
 (0)