bookstack: update to 23.02.1 [CI SKIP]
This commit is contained in:
parent
e5aa6aa420
commit
6df6e47d1d
2 changed files with 5 additions and 5 deletions
|
@ -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.02
|
pkgver = 23.02.1
|
||||||
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.02.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.02.tar.gz
|
source = bookstack-23.02.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.02.1.tar.gz
|
||||||
sha256sums = d5f952a191e2bbb5c18af41545e6e9818759af586f70faa5d5cede0baaaac6e1
|
sha256sums = ea9d33210f37ffed1a0fe179db547f0830166104ca592fb0be8c9ee3bcb7efaa
|
||||||
|
|
||||||
pkgname = bookstack
|
pkgname = bookstack
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
pkgname=bookstack
|
pkgname=bookstack
|
||||||
_camelname=BookStack
|
_camelname=BookStack
|
||||||
pkgver=23.02
|
pkgver=23.02.1
|
||||||
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=('d5f952a191e2bbb5c18af41545e6e9818759af586f70faa5d5cede0baaaac6e1')
|
sha256sums=('ea9d33210f37ffed1a0fe179db547f0830166104ca592fb0be8c9ee3bcb7efaa')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
backup=("etc/webapps/$pkgname/config.env")
|
backup=("etc/webapps/$pkgname/config.env")
|
||||||
install=bookstack.install
|
install=bookstack.install
|
||||||
|
|
Loading…
Add table
Reference in a new issue