summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2022-12-01 21:30:21 +0100
committerMartin Rys2022-12-01 21:30:21 +0100
commit75f33fbfa7f44b66600d1ee90d2f7fc67959c428 (patch)
tree29ef88eeae0c5fad4c9f647d0588a280aedf158c /PKGBUILD
parentca97c5a4f178f3ab70f7a68c5b555e57d5ff18be (diff)
downloadaur-75f33fbfa7f44b66600d1ee90d2f7fc67959c428.tar.gz
Bump to 22.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cf057d20389..010f9c13198a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=22.10.2
-pkgrel=2
+pkgver=22.11
+pkgrel=1
pkgdesc='A simple, self-hosted, easy-to-use platform for organising and storing information'
arch=('any')
url="https://github.com/BookStackApp/BookStack"
@@ -15,7 +15,7 @@ depends=(
)
makedepends=('composer')
source=("$pkgname-$pkgver.tar.gz::https://github.com/BookStackApp/BookStack/archive/v${pkgver}.tar.gz")
-sha256sums=('0c24afd3cc2415eed0e0577c0b1fb906e951458a7301466f8df52a233f313e35')
+sha256sums=('e30c0ba0b7e5b25115ed99cae4eea669e2cba2d4605d2f6cfae6764517ea769b')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")