bookstack: update to 23.01.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
71ab5381f1
commit
d6d3d85c07
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = bookstack
|
||||
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
|
||||
pkgver = 22.11.1
|
||||
pkgver = 23.01.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-22.11.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v22.11.1.tar.gz
|
||||
sha256sums = b5110588684e8a0fdcca5bb08d7ae0558a73a2a3bf8abbbad2b947e6d2f3bc4c
|
||||
source = bookstack-23.01.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.01.1.tar.gz
|
||||
sha256sums = 6d765468cbbc1bc696ffd72fa9e029f4f5fdb7b307a38e596e7b732218ee93d4
|
||||
|
||||
pkgname = bookstack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=22.11.1
|
||||
pkgver=23.01.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=('b5110588684e8a0fdcca5bb08d7ae0558a73a2a3bf8abbbad2b947e6d2f3bc4c')
|
||||
sha256sums=('6d765468cbbc1bc696ffd72fa9e029f4f5fdb7b307a38e596e7b732218ee93d4')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
|
Loading…
Add table
Reference in a new issue