bookstack: update to 24.10.1 [CI SKIP]
This commit is contained in:
parent
385ebc63b0
commit
be36ab8db2
@ -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 = 24.10
|
pkgver = 24.10.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-24.10.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.10.tar.gz
|
source = bookstack-24.10.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.10.1.tar.gz
|
||||||
sha256sums = 11f010509798e0da0861c032b7b5cfe5595ebca9ee4eae56eb57425bc49e8798
|
sha256sums = cac6ec0c3957434ab4edafb3b70cc1d8cd7ff02936110d0570ae83701eb22575
|
||||||
|
|
||||||
pkgname = bookstack
|
pkgname = bookstack
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=bookstack
|
pkgname=bookstack
|
||||||
_camelname=BookStack
|
_camelname=BookStack
|
||||||
pkgver=24.10
|
pkgver=24.10.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=('11f010509798e0da0861c032b7b5cfe5595ebca9ee4eae56eb57425bc49e8798')
|
sha256sums=('cac6ec0c3957434ab4edafb3b70cc1d8cd7ff02936110d0570ae83701eb22575')
|
||||||
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