summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-05-18 01:55:10 +0200
committerAlexander F. Rødseth2023-05-18 01:55:10 +0200
commitd2b1919bf209d8003cb14ad91c070aaaecdf0a16 (patch)
treee7efa0b289bf4e0503bd0a7e3d2ba1e071ee9e37
parentf3973d39f2bdb89cf330c9d2b4ab30e2fcf8e1bc (diff)
downloadaur-d2b1919bf209d8003cb14ad91c070aaaecdf0a16.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165142f0422e..93b4c18d97f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = algernon
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 = x86_64
@@ -9,7 +9,7 @@ pkgbase = algernon
optdepends = mariadb: For using the MariaDB/MySQL database backend
optdepends = postgresql: For using the PostgreSQL database backend
optdepends = redis: For using the Redis database backend
- source = git+https://github.com/xyproto/algernon#commit=195ea285e297f0a3951598ebf878f1223c9fbf2d
+ source = git+https://github.com/xyproto/algernon#commit=a759b348260c3bdc9108d73847d7d03b8f6ca2d5
b2sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index ee1ab5e3154c..9b92bffa678e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.14.0
+pkgver=1.15.1
pkgrel=1
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(x86_64)
@@ -11,7 +11,7 @@ makedepends=(go)
optdepends=('mariadb: For using the MariaDB/MySQL database backend'
'postgresql: For using the PostgreSQL database backend'
'redis: For using the Redis database backend')
-source=("git+https://github.com/xyproto/algernon#commit=195ea285e297f0a3951598ebf878f1223c9fbf2d") # tag: v1.14.0
+source=("git+https://github.com/xyproto/algernon#commit=a759b348260c3bdc9108d73847d7d03b8f6ca2d5") # tag: v1.15.1
b2sums=(SKIP)
prepare() {