diff --git a/.SRCINFO b/.SRCINFO index 225b3ba..19d292f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = audiobookshelf pkgdesc = Self-hosted audiobook server for managing and playing audiobooks - pkgver = v2.17.1 + pkgver = v2.17.2 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.17.1 + source = git+https://github.com/advplyr/audiobookshelf#tag=v2.17.2 source = audiobookshelf.conf source = audiobookshelf.hook source = audiobookshelf.service source = audiobookshelf.sysusers source = audiobookshelf.tmpfiles - sha256sums = 653017c8d6c2dcde9f71179a00c06f100ea8808cbc6e0aaa081e66ccd7d82499 + sha256sums = 5a71c09b2c9cfad5fd3dced78a24aced46cc0b80adb31deb6d0dfd8813fa7919 sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d diff --git a/PKGBUILD b/PKGBUILD index e149229..170dbd8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jason.nader@protonmail.com # Based on PKGBUILD by Kevin S pkgname=audiobookshelf -pkgver=v2.17.1 +pkgver=v2.17.2 pkgrel=1 pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" arch=('x86_64') @@ -21,7 +21,7 @@ source=( 'audiobookshelf.tmpfiles' ) -sha256sums=('653017c8d6c2dcde9f71179a00c06f100ea8808cbc6e0aaa081e66ccd7d82499' +sha256sums=('5a71c09b2c9cfad5fd3dced78a24aced46cc0b80adb31deb6d0dfd8813fa7919' '839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a' '91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b' '4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d'