diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/unit/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index 48fbf1d2d8..0dbe196ac5 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -2,18 +2,14 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=unit -pkgver=1.11.0 +pkgver=1.12.0 pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" -# x86: tests fail (https://github.com/nginx/unit/issues/118) -# s390x: tests fail arch="all" license="Apache-2.0" _phpver=7 -# linux-headers package needed until fixed 1.12 - see comments on commit (Russian) -# https://github.com/nginx/unit/commit/c554941b4f826d83d92d5ca8d7713bea4167896e#comments -makedepends="linux-headers perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev" +makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev" install="$pkgname.pre-install" subpackages="$pkgname-openrc" source="https://unit.nginx.org/download/unit-$pkgver.tar.gz @@ -80,7 +76,7 @@ _module() { make $modname-install DESTDIR="$subpkgdir" } -sha512sums="894093385137bc188c50b86540182007bac1740a063359f494c1984687352eccb879f7d6b7b6623d5702cce3c793f12c60a2dfab94bcf9cb817b80a1577409d9 unit-1.11.0.tar.gz +sha512sums="a55a084ed6e1cd3f784bd81571772ca29ca9a0d19089c9bb74c88258d2e1ef872978219c47b6dc2610711ae1aa95ef68ddb77f45747a2eacdd9d92c6f8fee28b unit-1.12.0.tar.gz a835b83284d7bd4afb445dd93c84e2c6dd5906f137784ff3189edc82c3f14f07c5de00681125924138e3ac420cc849cc93e52cabbd6b550ded09d055d30e091c unit.initd f85112726dfcace2b6d94b10669615fef517f5aa10ac858890dd9f5c868a6e2569500f7411f758fcb24c98c9630760d36a74bd33ea510ab0f8ca8cd6cb1fb1e8 unit.confd 723e465162dfdb31881680200221542add414e54ef4f4f1fc57e91b7b57777dfb21c2eee4727ecbba0c1943bb77a2597cc0225b16e334c38258c296d15b1df74 unit.logrotate" |