testing/varnish-modules: upgrade to 0.24.0

This commit is contained in:
zhaixiaojuan 2024-07-06 09:15:26 +00:00 committed by Celeste
parent 794ccfc1c7
commit 86b20a3fc9

View File

@ -1,19 +1,23 @@
# Contributor: Guillaume Quintard <guillaume.quintard@gmail.com>
# Maintainer: Guillaume Quintard <guillaume.quintard@gmail.com>
pkgname=varnish-modules
pkgver=0.23.0
pkgrel=1
pkgver=0.24.0
pkgrel=0
pkgdesc="collection of modules for varnish"
url="https://github.com/varnish/varnish-modules"
arch="all"
license="BSD-2-Clause"
_vversion="7.4.2"
_vversion="7.5.0"
makedepends="autoconf automake gcc libtool make py3-docutils python3
varnish-dev~=$_vversion"
depends="varnish~=$_vversion"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/varnish/varnish-modules/releases/download/$pkgver/varnish-modules-$pkgver.tar.gz"
case "$CARCH" in
loongarch64) options="$options !check";;
esac
build() {
./configure \
--build=$CBUILD \
@ -35,5 +39,5 @@ package() {
}
sha512sums="
913cba864261141cd38bae258960699b29e89e4a67025397b92a37d2677872305738a78bb14fe245517da3fd987613e68a41481e968565dd6da1ee2d85eca726 $pkgname-$pkgver.tar.gz
fd1b1b7ff61654e568df208229eb1af0086c98726592d1269ca5e13b24ce292a4ec6aeea52a5469f465ca426019629ef5db5a54dfed7f1fd2f0a4b50c92503a6 varnish-modules-0.24.0.tar.gz
"