summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-10-30 14:41:15 +0100
committerMartin Rys2023-10-30 14:41:15 +0100
commitfec925ed6afe46436d904ab848d458bfef0fde49 (patch)
tree4e231fcfea03c73d8a06affc1f87461c91859080 /PKGBUILD
parentb27c3b7022f08cbb53c0a0a617be63f91d8e3121 (diff)
downloadaur-fec925ed6afe46436d904ab848d458bfef0fde49.tar.gz
Bump to 23.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 782a56f696ef..c138f2d84884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.08.3
+pkgver=23.10
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=('da665584507020a071d41c6fef5f3996254854e13700059d6e9ca18c3f29211e')
+sha256sums=('793be0bea3fd18b8be397bb5b7dd12bbe1e3f0a91c40de757efae2993118ed2b')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")