summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-09-12 14:41:14 +0200
committerMartin Rys2023-09-12 14:41:14 +0200
commit32e7811f2f97a54381b82a8de1b4547e4d67e7fd (patch)
tree79f02e8b8dfc03cdd9eff99aceb67e5aa3fc1e6a /PKGBUILD
parentf0b93b26887644d02f78139504b7e987050682da (diff)
downloadaur-32e7811f2f97a54381b82a8de1b4547e4d67e7fd.tar.gz
Bump to 23.08.02
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 529d250efaeb..d82991f50238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.08
+pkgver=23.08.02
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=('47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d')
+sha256sums=('e367751d4337bd0105c1ace6f0f425a0cf04aa86636c9c43e4784ab95fc37446')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")