diff options
author | Martin Rys | 2024-05-23 08:37:46 +0200 |
---|---|---|
committer | Martin Rys | 2024-05-23 08:37:46 +0200 |
commit | 81c2be7095f792256b1d2681c538dcbe2d1fddbc (patch) | |
tree | 0f752e977048190777f161a88c4e63efe961990a | |
parent | ec10f90e9b0b7ed342b13566e7b175bd336b9c46 (diff) | |
download | aur-81c2be7095f792256b1d2681c538dcbe2d1fddbc.tar.gz |
Bump to 24.05.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = bookstack pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information - pkgver = 24.02.3 + pkgver = 24.05.1 pkgrel = 1 url = https://github.com/BookStackApp/BookStack arch = any @@ -14,9 +14,9 @@ pkgbase = bookstack optdepends = nginx: webserver options = !strip backup = etc/webapps/bookstack/config.env - source = bookstack-24.02.3.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.02.3.tar.gz + source = bookstack-24.05.1.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.05.1.tar.gz source = bookstack.conf - sha256sums = 55e11562e550722bbbf923fc4b80f185213c033a297a16d2037b793c73464980 + sha256sums = 64b484710a2683e75283497a566b4311d2df4d24ae11eccc87620940afe218c6 sha256sums = 82152fc91366d1bd623c559c03240f070e08d45a084a4c6e2e211f671bee8c78 pkgname = bookstack @@ -1,8 +1,8 @@ -# Maintainer: Martin Rys <rys.pw/contact> +# Maintainer: Martin Rys <rys.rs/contact> pkgname=bookstack _camelname=BookStack -pkgver=24.02.3 +pkgver=24.05.1 pkgrel=1 pkgdesc='A simple, self-hosted, easy-to-use platform for organising and storing information' arch=('any') @@ -24,7 +24,7 @@ source=( "$pkgname-$pkgver.tar.gz::https://github.com/BookStackApp/BookStack/archive/v${pkgver}.tar.gz" 'bookstack.conf' ) -sha256sums=('55e11562e550722bbbf923fc4b80f185213c033a297a16d2037b793c73464980' +sha256sums=('64b484710a2683e75283497a566b4311d2df4d24ae11eccc87620940afe218c6' '82152fc91366d1bd623c559c03240f070e08d45a084a4c6e2e211f671bee8c78') options=('!strip') backup=("etc/webapps/$pkgname/config.env") |