Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
algernon
Commits:
ff711cfe by Alexander F. Rødseth at 2024-07-13T14:57:02+02:00
upgpkg: 1.17.1-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.17.0
+ pkgver = 1.17.1
pkgrel = 1
url = https://algernon.roboticoverlords.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = algernon
optdepends = ollama: For using Ollama from Lua or .prompt files
optdepends = postgresql: For using the PostgreSQL database backend
optdepends = redis: For using the Redis database backend
- source =
git+https://github.com/xyproto/algernon#commit=e10e38c0d4f27af4e4bd37ebdaaa8da3c8d170b4
- b2sums = SKIP
+ source =
git+https://github.com/xyproto/algernon#commit=131aa2dbd8900dfe022576113572279ea31e9232
+ b2sums =
91fda070741d8c3ca3543015a7ae72376a413f502e479fc2d5af41f0322764ed794b2826478f8593c29628e70fc86bc78a4e51177427ea3ca0b65b58ac039587
pkgname = algernon
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=algernon
-pkgver=1.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc='Web server with Lua, Markdown, QUIC, Redis and PostgreSQL support'
arch=(x86_64)
@@ -12,8 +12,8 @@ optdepends=('mariadb: For using the MariaDB/MySQL database
backend'
'ollama: For using Ollama from Lua or .prompt files'
'postgresql: For using the PostgreSQL database backend'
'redis: For using the Redis database backend')
-source=("git+https://github.com/xyproto/algernon#commit=e10e38c0d4f27af4e4bd37ebdaaa8da3c8d170b4")
# tag: v1.17.0
-b2sums=('SKIP')
+source=("git+https://github.com/xyproto/algernon#commit=131aa2dbd8900dfe022576113572279ea31e9232")
# tag: v1.17.1
+b2sums=('91fda070741d8c3ca3543015a7ae72376a413f502e479fc2d5af41f0322764ed794b2826478f8593c29628e70fc86bc78a4e51177427ea3ca0b65b58ac039587')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/ff711cfe61992a92914a6ad5c2dc44d3bc9016ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/algernon/-/commit/ff711cfe61992a92914a6ad5c2dc44d3bc9016ce
You're receiving this email because of your account on gitlab.archlinux.org.