diff options
author | Martin Rys | 2023-09-12 14:43:13 +0200 |
---|---|---|
committer | Martin Rys | 2023-09-12 14:43:13 +0200 |
commit | c554e431684a4aa394325a6f31db7137827968e0 (patch) | |
tree | a96dfefe84993f44145a74993656f1800661fd8c /.SRCINFO | |
parent | 32e7811f2f97a54381b82a8de1b4547e4d67e7fd (diff) | |
download | aur-c554e431684a4aa394325a6f31db7137827968e0.tar.gz |
Fix a dumb typo
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = bookstack pkgdesc = A simple, self-hosted, easy-to-use platform for organising and storing information - pkgver = 23.08.02 - pkgrel = 1 + pkgver = 23.08.2 + pkgrel = 2 url = https://github.com/BookStackApp/BookStack arch = any license = MIT @@ -11,7 +11,7 @@ pkgbase = bookstack depends = php-fpm options = !strip backup = etc/webapps/bookstack/config.env - source = bookstack-23.08.02.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.08.02.tar.gz - sha256sums = e367751d4337bd0105c1ace6f0f425a0cf04aa86636c9c43e4784ab95fc37446 + source = bookstack-23.08.2.tar.gz::https://github.com/BookStackApp/BookStack/archive/v23.08.2.tar.gz + sha256sums = 48503ebeb3da21e25f60559b2ef73ca5c45c988eb1c25c83e08b289656e9461b pkgname = bookstack |