summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-05-23 14:22:36 +0200
committerMartin Rys2023-05-23 14:22:36 +0200
commit02d0de5fae4f3c962fc7e5087af54b22e7b8f794 (patch)
tree5abca2390ac20ffd80f9a5d1a5dacc320a2e8534 /PKGBUILD
parent45fa378d87fda26ff10dc696904f9f1b851d4435 (diff)
downloadaur-02d0de5fae4f3c962fc7e5087af54b22e7b8f794.tar.gz
Bump to 23.05.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21067b8c9a59..78e9f4278316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.05.1
+pkgver=23.05.2
pkgrel=1
pkgdesc='A simple, self-hosted, easy-to-use platform for organising and storing information'
arch=('any')
@@ -15,7 +15,7 @@ depends=(
)
makedepends=('composer')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BookStackApp/BookStack/archive/v${pkgver}.tar.gz")
-sha256sums=('f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42')
+sha256sums=('8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")