bookstack: update to 23.06 [CI SKIP]
This commit is contained in:
parent
6e249758e0
commit
84a9166bca
@ -1,6 +1,6 @@
|
|||||||
pkgbase = bookstack
|
pkgbase = bookstack
|
||||||
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
||||||
pkgver = 23.05.2
|
pkgver = 23.06
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/BookStackApp/BookStack
|
url = https://github.com/BookStackApp/BookStack
|
||||||
install = bookstack.install
|
install = bookstack.install
|
||||||
@ -12,7 +12,7 @@ pkgbase = bookstack
|
|||||||
depends = php-fpm
|
depends = php-fpm
|
||||||
options = !strip
|
options = !strip
|
||||||
backup = etc/webapps/bookstack/config.env
|
backup = etc/webapps/bookstack/config.env
|
||||||
source = bookstack-23.05.2.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.05.2.tar.gz
|
source = bookstack-23.06.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.06.tar.gz
|
||||||
sha256sums = 8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04
|
sha256sums = 2d4462cc40ca715aed132fcb6b50f982cb9b2744c9c1ae2c2e0abc80477e3235
|
||||||
|
|
||||||
pkgname = bookstack
|
pkgname = bookstack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=bookstack
|
pkgname=bookstack
|
||||||
_camelname=BookStack
|
_camelname=BookStack
|
||||||
pkgver=23.05.2
|
pkgver=23.06
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A simple, self-hosted, easy-to-use platform for organising and storing information'
|
pkgdesc='A simple, self-hosted, easy-to-use platform for organising and storing information'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -15,7 +15,7 @@ depends=(
|
|||||||
)
|
)
|
||||||
makedepends=('composer')
|
makedepends=('composer')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/BookStackApp/BookStack/archive/v${pkgver}.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/BookStackApp/BookStack/archive/v${pkgver}.tar.gz")
|
||||||
sha256sums=('8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04')
|
sha256sums=('2d4462cc40ca715aed132fcb6b50f982cb9b2744c9c1ae2c2e0abc80477e3235')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
backup=("etc/webapps/$pkgname/config.env")
|
backup=("etc/webapps/$pkgname/config.env")
|
||||||
install=bookstack.install
|
install=bookstack.install
|
||||||
|
Loading…
Reference in New Issue
Block a user