bookstack: update to 23.08.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
c802b1cb89
commit
8f952f93d9
@ -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.08
|
pkgver = 23.08.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.08.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.08.tar.gz
|
source = bookstack-23.08.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.08.1.tar.gz
|
||||||
sha256sums = 47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d
|
sha256sums = c8dffe68a0292bfa98715e6431a0e8693f420acc3a6bdcf9daddbc0357d23573
|
||||||
|
|
||||||
pkgname = bookstack
|
pkgname = bookstack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=bookstack
|
pkgname=bookstack
|
||||||
_camelname=BookStack
|
_camelname=BookStack
|
||||||
pkgver=23.08
|
pkgver=23.08.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=('47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d')
|
sha256sums=('c8dffe68a0292bfa98715e6431a0e8693f420acc3a6bdcf9daddbc0357d23573')
|
||||||
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