bookstack: update to 23.05.1 [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
bdf1972f26
commit
2c3299066e
@ -1,6 +1,6 @@
|
||||
pkgbase = bookstack
|
||||
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
||||
pkgver = 23.05
|
||||
pkgver = 23.05.1
|
||||
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.05.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.05.tar.gz
|
||||
sha256sums = dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c
|
||||
source = bookstack-23.05.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.05.1.tar.gz
|
||||
sha256sums = f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42
|
||||
|
||||
pkgname = bookstack
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=23.05
|
||||
pkgver=23.05.1
|
||||
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=('dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c')
|
||||
sha256sums=('f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
Loading…
Reference in New Issue
Block a user