bookstack: update to 25.02.1 [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
f9366bfb1a
commit
1523961665
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 = 25.02
|
||||
pkgver = 25.02.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-25.02.tar.gz::https://github.com/BookStackApp/BookStack/archive/v25.02.tar.gz
|
||||
sha256sums = b6d9ba927ca4c797484152f35ccd40ad06952f0f0437311f7f6660f879d08613
|
||||
source = bookstack-25.02.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v25.02.1.tar.gz
|
||||
sha256sums = 863e31725d7552d6328b1e5344caf2406808f1108b88f02308454719aa35ab22
|
||||
|
||||
pkgname = bookstack
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=bookstack
|
||||
_camelname=BookStack
|
||||
pkgver=25.02
|
||||
pkgver=25.02.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=('b6d9ba927ca4c797484152f35ccd40ad06952f0f0437311f7f6660f879d08613')
|
||||
sha256sums=('863e31725d7552d6328b1e5344caf2406808f1108b88f02308454719aa35ab22')
|
||||
options=('!strip')
|
||||
backup=("etc/webapps/$pkgname/config.env")
|
||||
install=bookstack.install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue