git » librespot.git » commit b626593

Update to 0.3.1

author Philip Goto
2021-11-01 12:17:51 UTC
committer Philip Goto
2021-11-01 12:17:51 UTC
parent c9feb86f3e640fb7eeaa4626be9ea701de9134e8

Update to 0.3.1

.SRCINFO +4 -4
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index ee666ec..521eabb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = librespot
 	pkgdesc = Open source client library for Spotify
-	pkgver = 0.3.0
-	pkgrel = 2
+	pkgver = 0.3.1
+	pkgrel = 1
 	url = https://github.com/librespot-org/librespot
 	arch = x86_64
 	arch = aarch64
@@ -14,7 +14,7 @@ pkgbase = librespot
 	depends = gst-plugins-base-libs
 	depends = portaudio
 	depends = sdl2
-	source = librespot-0.3.0.tar.gz::https://github.com/librespot-org/librespot/archive/v0.3.0.tar.gz
-	sha256sums = 3ae67ac39606d049a26ee9e4b59f932222aac0098845ce3e1ef33c1b98080454
+	source = librespot-0.3.1.tar.gz::https://github.com/librespot-org/librespot/archive/v0.3.1.tar.gz
+	sha256sums = d360eaf61ad4216ee2c4a4d583d61c8ec7367b5efbe512011d049f73e4f24952
 
 pkgname = librespot
diff --git a/PKGBUILD b/PKGBUILD
index 748424f..dad71ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Philip Goto <philip.goto@gmail.com>
 
 pkgname=librespot
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
 pkgdesc='Open source client library for Spotify'
 arch=(x86_64 aarch64)
 url='https://github.com/librespot-org/librespot'
@@ -20,7 +20,7 @@ makedepends=(
 	cargo
 )
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('3ae67ac39606d049a26ee9e4b59f932222aac0098845ce3e1ef33c1b98080454')
+sha256sums=('d360eaf61ad4216ee2c4a4d583d61c8ec7367b5efbe512011d049f73e4f24952')
 
 build() {
 	return 0