bookstack: update to 25.02 [CI SKIP]
Some checks failed
ci/woodpecker/cron/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/cron/woodpecker Pipeline failed
This commit is contained in:
parent
c1d1a73930
commit
b255e99467
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 = 24.12.1
|
||||
pkgver = 25.02
|
||||
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-24.12.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.12.1.tar.gz
|
||||
sha256sums = 94303fbe47e202225c22ec45d67617cf9de0a17a576f973426435cd73cc4e64d
|
||||
source = bookstack-25.02.tar.gz::https://github.com/BookStackApp/BookStack/archive/v25.02.tar.gz
|
||||
sha256sums = b6d9ba927ca4c797484152f35ccd40ad06952f0f0437311f7f6660f879d08613
|
||||
|
||||
pkgname = bookstack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=24.12.1
|
||||
pkgver=25.02
|
||||
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=('94303fbe47e202225c22ec45d67617cf9de0a17a576f973426435cd73cc4e64d')
|
||||
sha256sums=('b6d9ba927ca4c797484152f35ccd40ad06952f0f0437311f7f6660f879d08613')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue