summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-05-18 02:08:07 +0200
committerAlexander F. Rødseth2023-05-18 02:08:07 +0200
commit38d721a358fa2d94ecfbd7adac65f3eb379c37d1 (patch)
treef51545022756ce87b29f646a2cb4d3769b7f9f27
parenta2df6d080a984bebb2ed46005a07e82204cc463f (diff)
downloadaur-algernon-bin.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4397f8a72a1b..39109f1b7677 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = algernon-bin
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
- pkgver = 1.14.0
+ pkgver = 1.15.1
pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = aarch64
@@ -14,7 +14,7 @@ pkgbase = algernon-bin
optdepends = redis: For using the Redis database backend
conflicts = algernon
replaces = algernon
- source = algernon-1.14.0.tar.gz::https://github.com/xyproto/algernon/releases/download/v1.14.0/algernon-1.14.0-linux_x86_64_static.tar.xz
- b2sums = d904c37d67c76038967ee6babd166b5aa76d829e328d9e41d571dcf27ac83d2c386b1ed7b708f2f3d2d43285e9671717d55b6af9a32e5013d4b35267ff53435a
+ source = algernon-1.15.1.tar.gz::https://github.com/xyproto/algernon/releases/download/v1.15.1/algernon-1.15.1-linux_x86_64_static.tar.xz
+ b2sums = a1018c5b047cf90511ec5fe0724d7751defd66bd7fae148c04d3774d16da3224b67ec8c75fb9b1b8803c94185246e82170affcbab1829656dab5740d87229561
pkgname = algernon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5065ef700500..e957ced03d4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon-bin
-pkgver=1.14.0
+pkgver=1.15.1
pkgrel=1
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(aarch64 armv6 armv7 x86_64)
@@ -14,7 +14,7 @@ optdepends=('mariadb: For using the MariaDB/MySQL database backend'
'postgresql: For using the PostgreSQL database backend'
'redis: For using the Redis database backend')
source=("algernon-$pkgver.tar.gz::https://github.com/xyproto/algernon/releases/download/v$pkgver/algernon-${pkgver}-linux_${CARCH}_static.tar.xz")
-b2sums=('d904c37d67c76038967ee6babd166b5aa76d829e328d9e41d571dcf27ac83d2c386b1ed7b708f2f3d2d43285e9671717d55b6af9a32e5013d4b35267ff53435a')
+b2sums=('a1018c5b047cf90511ec5fe0724d7751defd66bd7fae148c04d3774d16da3224b67ec8c75fb9b1b8803c94185246e82170affcbab1829656dab5740d87229561')
package() {
cd algernon-${pkgver}-linux_${CARCH}_static