From 6f2cbbe5086377eb34ffee065a17b08c0e8e4a11 Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Tue, 29 Oct 2024 11:45:29 +0900 Subject: [PATCH] bump to v2.16.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fea2973..3f72ee0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = audiobookshelf pkgdesc = Self-hosted audiobook server for managing and playing audiobooks - pkgver = v2.16.0 + pkgver = v2.16.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.16.0 + source = git+https://github.com/advplyr/audiobookshelf#tag=v2.16.1 source = audiobookshelf.conf source = audiobookshelf.hook source = audiobookshelf.service source = audiobookshelf.sysusers source = audiobookshelf.tmpfiles - sha256sums = e48b07763670dedb139c37f90e290560e5dbf24b43ae3b0146abfb4fb37c2dfd + sha256sums = 016986c75eb850cfb2b37636f7dc3e6c1c2bc25a71bacce2629deeedf05dfa8d sha256sums = 839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a sha256sums = 91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b sha256sums = 4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d diff --git a/PKGBUILD b/PKGBUILD index 23bb3a0..74f00ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jason.nader@protonmail.com # Based on PKGBUILD by Kevin S pkgname=audiobookshelf -pkgver=v2.16.0 +pkgver=v2.16.1 pkgrel=1 pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" arch=('x86_64') @@ -21,7 +21,7 @@ source=( 'audiobookshelf.tmpfiles' ) -sha256sums=('e48b07763670dedb139c37f90e290560e5dbf24b43ae3b0146abfb4fb37c2dfd' +sha256sums=('016986c75eb850cfb2b37636f7dc3e6c1c2bc25a71bacce2629deeedf05dfa8d' '839c778b8ae951d82a602d370452d702ad9b1d8ab6844984c934a3d2af0b710a' '91d00bbc9800f80cde439fd9b5343cf031b6a09557f03172c92d40f2f0775c2b' '4f37d8e407eda555231dc23d1cd35d329075ae6686acbb89d0b4612a824d594d'