mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/varnish-modules: upgrade to 0.24.0
This commit is contained in:
parent
794ccfc1c7
commit
86b20a3fc9
@ -1,19 +1,23 @@
|
|||||||
# Contributor: Guillaume Quintard <guillaume.quintard@gmail.com>
|
# Contributor: Guillaume Quintard <guillaume.quintard@gmail.com>
|
||||||
# Maintainer: Guillaume Quintard <guillaume.quintard@gmail.com>
|
# Maintainer: Guillaume Quintard <guillaume.quintard@gmail.com>
|
||||||
pkgname=varnish-modules
|
pkgname=varnish-modules
|
||||||
pkgver=0.23.0
|
pkgver=0.24.0
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="collection of modules for varnish"
|
pkgdesc="collection of modules for varnish"
|
||||||
url="https://github.com/varnish/varnish-modules"
|
url="https://github.com/varnish/varnish-modules"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
_vversion="7.4.2"
|
_vversion="7.5.0"
|
||||||
makedepends="autoconf automake gcc libtool make py3-docutils python3
|
makedepends="autoconf automake gcc libtool make py3-docutils python3
|
||||||
varnish-dev~=$_vversion"
|
varnish-dev~=$_vversion"
|
||||||
depends="varnish~=$_vversion"
|
depends="varnish~=$_vversion"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/varnish/varnish-modules/releases/download/$pkgver/varnish-modules-$pkgver.tar.gz"
|
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() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
@ -35,5 +39,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
913cba864261141cd38bae258960699b29e89e4a67025397b92a37d2677872305738a78bb14fe245517da3fd987613e68a41481e968565dd6da1ee2d85eca726 $pkgname-$pkgver.tar.gz
|
fd1b1b7ff61654e568df208229eb1af0086c98726592d1269ca5e13b24ce292a4ec6aeea52a5469f465ca426019629ef5db5a54dfed7f1fd2f0a4b50c92503a6 varnish-modules-0.24.0.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user