summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2022-12-31 00:01:11 +0100
committerMartin Rys2022-12-31 00:01:11 +0100
commite3873d3d5ab864fc51ab608620d8559b9028a18d (patch)
tree17ba6c2cfeb7e868f55cd4e9ebf2312c5b693766 /PKGBUILD
parent75f33fbfa7f44b66600d1ee90d2f7fc67959c428 (diff)
downloadaur-e3873d3d5ab864fc51ab608620d8559b9028a18d.tar.gz
Bump to 22.11.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 010f9c13198a..cc32c9f78d68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=22.11
+pkgver=22.11.1
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=('e30c0ba0b7e5b25115ed99cae4eea669e2cba2d4605d2f6cfae6764517ea769b')
+sha256sums=('b5110588684e8a0fdcca5bb08d7ae0558a73a2a3bf8abbbad2b947e6d2f3bc4c')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")