summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-08-04 19:38:20 +0200
committerAlexander F. Rødseth2022-08-04 19:38:20 +0200
commitf3973d39f2bdb89cf330c9d2b4ab30e2fcf8e1bc (patch)
tree62a7a66b9ac5186860f82025cb8272a705ff45ff
parent433183fe699eada04ba2a5a22c4fc7efe6c8a320 (diff)
downloadaur-f3973d39f2bdb89cf330c9d2b4ab30e2fcf8e1bc.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 531d7a49104b..165142f0422e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = algernon
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
- pkgver = 1.13.0
+ pkgver = 1.14.0
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=9181256438b9a738127b9ac202ae03c2d8b50939
+ source = git+https://github.com/xyproto/algernon#commit=195ea285e297f0a3951598ebf878f1223c9fbf2d
b2sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 0a3bbf308610..ee1ab5e3154c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.13.0
+pkgver=1.14.0
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=9181256438b9a738127b9ac202ae03c2d8b50939")
+source=("git+https://github.com/xyproto/algernon#commit=195ea285e297f0a3951598ebf878f1223c9fbf2d") # tag: v1.14.0
b2sums=(SKIP)
prepare() {