summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-07-22 13:02:20 +0200
committerMartin Rys2023-07-22 13:02:20 +0200
commit38d4b2d87c75fee04a5e02932ca7d1b3a6dc5e84 (patch)
treeb37a7ca5a3cf58b2f955e7b447ad1d9522516e4d /PKGBUILD
parentcf58d363224f0a1549b540c4c5e18e126a7aab96 (diff)
downloadaur-38d4b2d87c75fee04a5e02932ca7d1b3a6dc5e84.tar.gz
Bump to 23.06.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12124d221740..be6ed421a957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.06.1
+pkgver=23.06.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=('4f22cb92f5ea74192c8b1e29d86e5ef08e23a33f4a0f70cd75fa64b3a834d5e9')
+sha256sums=('5035add6d4dce199beff8cfde5b7ea57664cd761eb5b9062ddb9a36525cb076b')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")