diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-08 04:47:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-09 06:12:39 +0100 |
commit | 10e92c914209a724fbccaa2f54623db7665def35 (patch) | |
tree | 70c2e81e1cc6a40f28c405c601174af38c67245f /community/unit | |
parent | dd84b35c7c045c0c372e447e1c0f86d53ba8d7f1 (diff) | |
download | aports-10e92c914209a724fbccaa2f54623db7665def35.tar.bz2 aports-10e92c914209a724fbccaa2f54623db7665def35.tar.xz |
community/unit: upgrade to 1.15.0
Diffstat (limited to 'community/unit')
-rw-r--r-- | community/unit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index db033ae73a..8b3e0494be 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=unit -pkgver=1.14.0 +pkgver=1.15.0 pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" @@ -76,7 +76,7 @@ _module() { make $modname-install DESTDIR="$subpkgdir" } -sha512sums="0cfe5364d427ff09d08c3b1b134827665f8bf70b8871f3c4506680e4c2d61249a53581122c42276b590f5eb077c398ae6a6c2fa46f24c680844b7d365f2ca66b unit-1.14.0.tar.gz +sha512sums="3be17ba5290d323283e962a3a5b9c244c3c45302848b62fdad2fd92129e330c8783b4f76273dedc7b010ed71bd6a4bf1cc4085a3425288b1e28dc532e1a1bf5a unit-1.15.0.tar.gz a835b83284d7bd4afb445dd93c84e2c6dd5906f137784ff3189edc82c3f14f07c5de00681125924138e3ac420cc849cc93e52cabbd6b550ded09d055d30e091c unit.initd f85112726dfcace2b6d94b10669615fef517f5aa10ac858890dd9f5c868a6e2569500f7411f758fcb24c98c9630760d36a74bd33ea510ab0f8ca8cd6cb1fb1e8 unit.confd 723e465162dfdb31881680200221542add414e54ef4f4f1fc57e91b7b57777dfb21c2eee4727ecbba0c1943bb77a2597cc0225b16e334c38258c296d15b1df74 unit.logrotate" |