algernon, caddy: Rebuild with Go 1.19.5

Due to static linking nature, bug fixes in Go stdlib do not propagate to
individual executables unless they are rebuilt.

Go 1.19.4 includes security fixes and packages should be rebuilt with it
or with some newer version of Go.
This commit is contained in:
Tee KOBAYASHI 2023-02-04 04:59:48 +09:00 committed by xtkoba
parent 613c1ad64d
commit 40ac9ec3b4
2 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://algernon.roboticoverlords.org/
TERMUX_PKG_DESCRIPTION="Small self-contained web server with Lua, Markdown, QUIC, Redis and PostgreSQL support"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.14.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://github.com/xyproto/algernon/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=2d30fe7a3f7c9b985f5fde7d6035888ad0c31ae4342fb38a96404de320ccd883
TERMUX_PKG_AUTO_UPDATE=true

View File

@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Fast, cross-platform HTTP/2 web server"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.6.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/caddyserver/caddy/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=563d027a78919f859188fb894ae5f3669508a3430db347aa726cd73c19fb7038
TERMUX_PKG_AUTO_UPDATE=true