summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Rys2023-05-03 12:25:20 +0200
committerMartin Rys2023-05-03 12:25:20 +0200
commita977cefb5f4eac7b67aad3cba12aee70521fb053 (patch)
tree55e04ac5be329351e0e28d39b652ca420defae73 /PKGBUILD
parentee1d406ee13f981c1e6ae6fdf9dda70df540cb2e (diff)
downloadaur-a977cefb5f4eac7b67aad3cba12aee70521fb053.tar.gz
Bump to 23.05
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 866171a76768..e5cb8673a9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.02.3
+pkgver=23.05
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=('cee038fa07be867019a342de4a36ed6c8cc84bfa8683b19680b64e89a0c689bc')
+sha256sums=('dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")