diff options
author | André Klitzing <aklitzing@gmail.com> | 2018-11-07 13:45:24 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-10 00:53:45 +0200 |
commit | ad47273f4bb50fa1acd0d03df2f89e2bc185abfa (patch) | |
tree | 627211666e8cbe64a3bb1e38b0377805c752e84c /community/unit | |
parent | d9ef0d6e405068772a03518c0ef3f57915d9dd4b (diff) | |
download | aports-ad47273f4bb50fa1acd0d03df2f89e2bc185abfa.tar.bz2 aports-ad47273f4bb50fa1acd0d03df2f89e2bc185abfa.tar.xz |
community/unit: upgrade to 1.5
Diffstat (limited to 'community/unit')
-rw-r--r-- | community/unit/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index 2947e6359e..c62f70bc0d 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=unit -pkgver=1.2 +pkgver=1.5 pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" -# armhf, x86: tests fail (https://github.com/nginx/unit/issues/118) +# x86: tests fail (https://github.com/nginx/unit/issues/118) # s390x: tests fail -arch="all !armhf !armv7 !x86 !s390x" +arch="all !armv7 !x86 !s390x" license="Apache-2.0" _phpver=7 makedepends="perl-dev php$_phpver-dev php$_phpver-embed python3-dev ruby-dev" @@ -85,7 +85,7 @@ _module() { make $modname-install DESTDIR="$subpkgdir" } -sha512sums="e7a950c0f7edbe80fb8c7d07226c3a83daf150a46a54ffe80e2c190ecf4ee78697627395e7683b6e13552c642791ac591cf7bbd626d6ff03794fa5d6f9892fde unit-1.2.tar.gz +sha512sums="bde6bc7720cff03bf3967fde265c6763fc84f597a7c785eae0174726cb8ad7676f0adade892c2944abad831a667fff250a75aeacdca2d1bffb8c0f8fcd291ebd unit-1.5.tar.gz a835b83284d7bd4afb445dd93c84e2c6dd5906f137784ff3189edc82c3f14f07c5de00681125924138e3ac420cc849cc93e52cabbd6b550ded09d055d30e091c unit.initd f85112726dfcace2b6d94b10669615fef517f5aa10ac858890dd9f5c868a6e2569500f7411f758fcb24c98c9630760d36a74bd33ea510ab0f8ca8cd6cb1fb1e8 unit.confd 723e465162dfdb31881680200221542add414e54ef4f4f1fc57e91b7b57777dfb21c2eee4727ecbba0c1943bb77a2597cc0225b16e334c38258c296d15b1df74 unit.logrotate" |