bookstack: update to 23.10.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
b6cddf4a7c
commit
67e7bdc7dc
@ -1,6 +1,6 @@
|
||||
pkgbase = bookstack
|
||||
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
||||
pkgver = 23.10
|
||||
pkgver = 23.10.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.10.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.10.tar.gz
|
||||
sha256sums = 793be0bea3fd18b8be397bb5b7dd12bbe1e3f0a91c40de757efae2993118ed2b
|
||||
source = bookstack-23.10.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.10.1.tar.gz
|
||||
sha256sums = 817663a26a62cd55e9c6d4f2d69ba1427bc2d3de98b69de9b3eba5f710c24cc8
|
||||
|
||||
pkgname = bookstack
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=23.10
|
||||
pkgver=23.10.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=('793be0bea3fd18b8be397bb5b7dd12bbe1e3f0a91c40de757efae2993118ed2b')
|
||||
sha256sums=('817663a26a62cd55e9c6d4f2d69ba1427bc2d3de98b69de9b3eba5f710c24cc8')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
Loading…
Reference in New Issue
Block a user