summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Kaushan (GutHub Actions)2023-12-19 01:30:36 +0000
committerVadim Kaushan (GutHub Actions)2023-12-19 01:30:36 +0000
commit18f18341693a65d217d09988ecf0067be096407e (patch)
tree65c9d46db5766a97b80d4265502879fab549e848
parentad424ba238f929e19864323c05d39591c6c120df (diff)
downloadaur-18f18341693a65d217d09988ecf0067be096407e.tar.gz
Update to 3.46.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9bae24b52f4..84c49b8ebcc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lms
pkgdesc = Lightweight Music Server. Access your self-hosted music using a web interface
- pkgver = 3.45.2
+ pkgver = 3.46.0
pkgrel = 1
url = https://github.com/epoupon/lms
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = lms
depends = taglib
depends = wt
backup = etc/lms.conf
- source = lms-3.45.2.tar.xz::https://github.com/epoupon/lms/archive/v3.45.2.tar.gz
+ source = lms-3.46.0.tar.xz::https://github.com/epoupon/lms/archive/v3.46.0.tar.gz
source = lms.sysusers
source = lms.tmpfiles
- sha256sums = c6dc20d90e167d6f3d61a7def09cb03fcd7ca325d3bd9bd92358ae0036d3c1e9
+ sha256sums = 57ee51eae11c62974db41caa804d6021552a5f7c32a816eb644a1fa18c65d1c8
sha256sums = 9d26489cb828576c8c2296821d52f3a453b2c9d63cdace425e3f312e190601d6
sha256sums = 32f537bf3480fbe55d0a9929ba633718fbc16887a68e0ba1a2b3b265c400ed41
diff --git a/PKGBUILD b/PKGBUILD
index e3a5ac15d117..7d4c61e13539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=lms
-pkgver=3.45.2
+pkgver=3.46.0
pkgrel=1
pkgdesc='Lightweight Music Server. Access your self-hosted music using a web interface'
arch=('x86_64')
@@ -20,7 +20,7 @@ makedepends=('cmake'
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/epoupon/lms/archive/v${pkgver}.tar.gz"
"lms.sysusers"
"lms.tmpfiles")
-sha256sums=('c6dc20d90e167d6f3d61a7def09cb03fcd7ca325d3bd9bd92358ae0036d3c1e9'
+sha256sums=('57ee51eae11c62974db41caa804d6021552a5f7c32a816eb644a1fa18c65d1c8'
'9d26489cb828576c8c2296821d52f3a453b2c9d63cdace425e3f312e190601d6'
'32f537bf3480fbe55d0a9929ba633718fbc16887a68e0ba1a2b3b265c400ed41')
backup=("etc/lms.conf")