summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2023-06-30 13:01:23 +0200
committerMartin Rys2023-06-30 13:01:23 +0200
commit4e48568fb8317e52f735fcda5162ed7285aa68df (patch)
tree4dd91b72681f430471377d548d7a9e8be48b9398
parent02d0de5fae4f3c962fc7e5087af54b22e7b8f794 (diff)
downloadaur-4e48568fb8317e52f735fcda5162ed7285aa68df.tar.gz
Bump to 23.06
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfcbe69745d8..f8cdccb26df5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bookstack
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
- pkgver = 23.05.2
+ pkgver = 23.06
pkgrel = 1
url = https://github.com/BookStackApp/BookStack
arch = any
@@ -11,7 +11,7 @@ pkgbase = bookstack
depends = php-fpm
options = !strip
backup = etc/webapps/bookstack/config.env
- source = bookstack-23.05.2.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.05.2.tar.gz
- sha256sums = 8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04
+ source = bookstack-23.06.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.06.tar.gz
+ sha256sums = 2d4462cc40ca715aed132fcb6b50f982cb9b2744c9c1ae2c2e0abc80477e3235
pkgname = bookstack
diff --git a/PKGBUILD b/PKGBUILD
index 78e9f4278316..e7a435b14461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=23.05.2
+pkgver=23.06
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=('8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04')
+sha256sums=('2d4462cc40ca715aed132fcb6b50f982cb9b2744c9c1ae2c2e0abc80477e3235')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")