Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
algernon
Commits:
538cca5e by Alexander F. Rødseth at 2023-12-06T10:25:24+01:00
upgpkg: 1.15.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = algernon
pkgdesc = Web server with Lua, Markdown, QUIC, Redis and PostgreSQL
support
- pkgver = 1.15.4
+ pkgver = 1.15.5
pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = x86_64
@@ -10,7 +10,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=7995f1328407604ca5f2837e63ec3970113c02b0
+ source =
git+https://github.com/xyproto/algernon#commit=bb6ed669e1330bc6ca9271c5a1129b9a1c052366
b2sums = SKIP
pkgname = algernon
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=algernon
-pkgver=1.15.4
+pkgver=1.15.5
pkgrel=1
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(x86_64)
@@ -11,7 +11,7 @@ makedepends=(git 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=7995f1328407604ca5f2837e63ec3970113c02b0")
# tag: v1.15.4
+source=("git+https://github.com/xyproto/algernon#commit=bb6ed669e1330bc6ca9271c5a1129b9a1c052366")
# tag: v1.15.5
b2sums=('SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/538cca5e5f23bff41e82e9e2be8ae6a97a6ecf1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/538cca5e5f23bff41e82e9e2be8ae6a97a6ecf1c
You're receiving this email because of your account on gitlab.archlinux.org.