summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Sprunk2023-01-30 15:00:28 +0100
committerRobert Sprunk2023-01-30 15:00:28 +0100
commitd14f24a981db5107fa826922ef2b68ba401b4f92 (patch)
tree2f7fe92778e6c6b651a42821943099b45523cad7
parent18445d08df10b53963a44e150038fed1154030db (diff)
downloadaur-d14f24a981db5107fa826922ef2b68ba401b4f92.tar.gz
Update to version 0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8deaa22f9783..a7c0d3eebd49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supysonic
pkgdesc = A Python implementation of the Subsonic server API.
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = https://github.com/spl0k/supysonic
install = supysonic.install
@@ -26,13 +26,13 @@ pkgbase = supysonic
optdepends = python-waitress: pure-Python WSGI server
optdepends = gunicorn: WSGI HTTP Server
backup = etc/supysonic
- source = supysonic-0.7.3.tar.gz::https://github.com/spl0k/supysonic/archive/0.7.3.tar.gz
+ source = supysonic-0.7.4.tar.gz::https://github.com/spl0k/supysonic/archive/0.7.4.tar.gz
source = supysonic.ini
source = supysonic.sysusers
source = supysonic.tmpfiles
source = supysonic-daemon.service
source = supysonic-waitress.service
- sha256sums = f5047b6a8085180999c3516df4f8e5f0cb8bc5310906e086337d54e9145d6570
+ sha256sums = 8c39b2f4e20428599d4dcc101c6997b5fb18ff32112574aa030b84b2bdd03bd5
sha256sums = e8a10b2be1c3b6757cee8928f2e585351da9e9b6eadfa68c8905913108a26b80
sha256sums = b4b723d30fb45f86a15ec218910cd3935aac4546d5e2f9a1e1bc79cccfb98480
sha256sums = 430eba10de5381a425074b89d0a46fb770be5112b26e81ac6a2b55765675cb13
diff --git a/PKGBUILD b/PKGBUILD
index 6125edf17128..a2a83d89dae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bryn Edwards <bryn.edwards@gmail.com>
# Contributor: trap000d
pkgname=supysonic
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="A Python implementation of the Subsonic server API."
arch=('any')
@@ -37,7 +37,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/spl0k/$pkgname/archive/$pkg
"$pkgname.tmpfiles"
"$pkgname-daemon.service"
"$pkgname-waitress.service")
-sha256sums=('f5047b6a8085180999c3516df4f8e5f0cb8bc5310906e086337d54e9145d6570'
+sha256sums=('8c39b2f4e20428599d4dcc101c6997b5fb18ff32112574aa030b84b2bdd03bd5'
'e8a10b2be1c3b6757cee8928f2e585351da9e9b6eadfa68c8905913108a26b80'
'b4b723d30fb45f86a15ec218910cd3935aac4546d5e2f9a1e1bc79cccfb98480'
'430eba10de5381a425074b89d0a46fb770be5112b26e81ac6a2b55765675cb13'