summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2024-04-12 13:17:03 +0200
committerMartin Rys2024-04-12 13:17:03 +0200
commitec10f90e9b0b7ed342b13566e7b175bd336b9c46 (patch)
treeacd5d9a047ae5afb7d5c483b46a379e50cb7de6b
parente44c9ca3ef21aa110a3a89ad744b8362494533a9 (diff)
downloadaur-ec10f90e9b0b7ed342b13566e7b175bd336b9c46.tar.gz
Bump to 24.02.3, delete gitignore
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ca6d416a0c..aa0832c16975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bookstack
pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information
- pkgver = 24.02.2
+ pkgver = 24.02.3
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.2.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.02.2.tar.gz
+ source = bookstack-24.02.3.tar.gz::https://github.com/BookStackApp/BookStack/archive/v24.02.3.tar.gz
source = bookstack.conf
- sha256sums = 962f6b7477c4799b7499d5fc9475bb5c51143d8332e77cb1d2f820a6581ca141
+ sha256sums = 55e11562e550722bbbf923fc4b80f185213c033a297a16d2037b793c73464980
sha256sums = 82152fc91366d1bd623c559c03240f070e08d45a084a4c6e2e211f671bee8c78
pkgname = bookstack
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f5ff780358b6..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-*
-!PKGBUILD
-!.SRCINFO
-!.gitignore
-!bookstack.conf
diff --git a/PKGBUILD b/PKGBUILD
index 6956edd65ed4..fb4df5b6ad67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bookstack
_camelname=BookStack
-pkgver=24.02.2
+pkgver=24.02.3
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=('962f6b7477c4799b7499d5fc9475bb5c51143d8332e77cb1d2f820a6581ca141'
+sha256sums=('55e11562e550722bbbf923fc4b80f185213c033a297a16d2037b793c73464980'
'82152fc91366d1bd623c559c03240f070e08d45a084a4c6e2e211f671bee8c78')
options=('!strip')
backup=("etc/webapps/$pkgname/config.env")