bump to v2.15.1
This commit is contained in:
parent
a970d1b576
commit
7334189a1e
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = audiobookshelf
|
||||
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
|
||||
pkgver = v2.15.0
|
||||
pkgver = v2.15.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/advplyr/audiobookshelf
|
||||
arch = x86_64
|
||||
@ -12,13 +12,13 @@ pkgbase = audiobookshelf
|
||||
options = !debug
|
||||
options = !strip
|
||||
backup = etc/conf.d/audiobookshelf
|
||||
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.15.0
|
||||
source = git+https://github.com/advplyr/audiobookshelf#tag=v2.15.1
|
||||
source = audiobookshelf.conf
|
||||
source = audiobookshelf.hook
|
||||
source = audiobookshelf.service
|
||||
source = audiobookshelf.sysusers
|
||||
source = audiobookshelf.tmpfiles
|
||||
sha256sums = 76e4c884ffc40c7bcb84318d44ca6f5a26b9da2020b368bfb2f063a32847752e
|
||||
sha256sums = 4e3ecd32a359f558b4251567d50770e400fd4c7c38807db03cb1dc6397bd7437
|
||||
sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a
|
||||
sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b
|
||||
sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
||||
# Maintainer: jason.nader@protonmail.com
|
||||
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
|
||||
pkgname=audiobookshelf
|
||||
pkgver=v2.15.0
|
||||
pkgver=v2.15.1
|
||||
pkgrel=1
|
||||
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
|
||||
arch=('x86_64')
|
||||
@ -21,7 +21,7 @@ source=(
|
||||
'audiobookshelf.tmpfiles'
|
||||
)
|
||||
|
||||
sha256sums=('76e4c884ffc40c7bcb84318d44ca6f5a26b9da2020b368bfb2f063a32847752e'
|
||||
sha256sums=('4e3ecd32a359f558b4251567d50770e400fd4c7c38807db03cb1dc6397bd7437'
|
||||
'839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a'
|
||||
'91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b'
|
||||
'4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d'
|
||||
|
Loading…
x
Reference in New Issue
Block a user