summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-08-04 19:50:19 +0200
committerAlexander F. Rødseth2022-08-04 19:50:19 +0200
commita2df6d080a984bebb2ed46005a07e82204cc463f (patch)
tree540e72f504b533a0e392b690897bfb6b502b7b93
parent4b68a82e7faa5dc42b4579510e5b8a487dc10f6d (diff)
downloadaur-a2df6d080a984bebb2ed46005a07e82204cc463f.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e6068dbc39e..4397f8a72a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = algernon-bin
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support
- pkgver = 1.13.0
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = aarch64
arch = armv6
@@ -14,7 +14,7 @@ pkgbase = algernon-bin
optdepends = redis: For using the Redis database backend
conflicts = algernon
replaces = algernon
- source = algernon-1.13.0.tar.gz::https://github.com/xyproto/algernon/releases/download/v1.13.0/algernon-1.13.0-linux_x86_64_static.tar.xz
- b2sums = bd2a56b01850c1040ef1f63dd4fcc0b3b0c45dbac9251f3864d2cc9b9c3bc8b8fe8905e180274105c7bd9f5004a7d37a1627d60ddd33fa3f10e67b76f81422b1
+ 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
pkgname = algernon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f89e1b2bdaf..5065ef700500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=algernon-bin
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(aarch64 armv6 armv7 x86_64)
url='https://algernon.roboticoverlords.org/'
@@ -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=('bd2a56b01850c1040ef1f63dd4fcc0b3b0c45dbac9251f3864d2cc9b9c3bc8b8fe8905e180274105c7bd9f5004a7d37a1627d60ddd33fa3f10e67b76f81422b1')
+b2sums=('d904c37d67c76038967ee6babd166b5aa76d829e328d9e41d571dcf27ac83d2c386b1ed7b708f2f3d2d43285e9671717d55b6af9a32e5013d4b35267ff53435a')
package() {
cd algernon-${pkgver}-linux_${CARCH}_static