bookstack: update to 23.02.3 [CI SKIP]
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
This commit is contained in:
parent
99c25e21aa
commit
2d61203a51
@ -1,6 +1,6 @@
|
||||
pkgbase = bookstack
|
||||
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
||||
pkgver = 23.02.2
|
||||
pkgver = 23.02.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/BookStackApp/BookStack
|
||||
install = bookstack.install
|
||||
@ -12,7 +12,7 @@ pkgbase = bookstack
|
||||
depends = php-fpm
|
||||
options = !strip
|
||||
backup = etc/webapps/bookstack/config.env
|
||||
source = bookstack-23.02.2.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.02.2.tar.gz
|
||||
sha256sums = 7f5dc7643480fd0f0584e1ed8436ad8fc67350f8dae7a3ef59fa442c05f5be4c
|
||||
source = bookstack-23.02.3.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.02.3.tar.gz
|
||||
sha256sums = cee038fa07be867019a342de4a36ed6c8cc84bfa8683b19680b64e89a0c689bc
|
||||
|
||||
pkgname = bookstack
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=23.02.2
|
||||
pkgver=23.02.3
|
||||
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=('7f5dc7643480fd0f0584e1ed8436ad8fc67350f8dae7a3ef59fa442c05f5be4c')
|
||||
sha256sums=('cee038fa07be867019a342de4a36ed6c8cc84bfa8683b19680b64e89a0c689bc')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
Loading…
Reference in New Issue
Block a user