diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-06 22:37:04 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-05-07 14:32:55 +0200 |
commit | 4f1fa6435dd0ebe6a768b984f3ac67fa377499f6 (patch) | |
tree | 83aa20d5d6b19cc5e8941b4d6c7f20b13d637ac9 /testing | |
parent | 3246f1f5ef2f260ae535948df6a896f1b0edf4a7 (diff) | |
download | aports-4f1fa6435dd0ebe6a768b984f3ac67fa377499f6.tar.bz2 aports-4f1fa6435dd0ebe6a768b984f3ac67fa377499f6.tar.xz |
testing/unit: upgrade to 1.1 and clarify license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/unit/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/unit/APKBUILD b/testing/unit/APKBUILD index add6e5da97..a79bbc2ee7 100644 --- a/testing/unit/APKBUILD +++ b/testing/unit/APKBUILD @@ -1,12 +1,12 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=unit -pkgver=1.0 +pkgver=1.1 pkgrel=0 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" arch="all" -license="Apache2" +license="Apache-2.0" depends="" makedepends="python3-dev" source="https://unit.nginx.org/download/$pkgname-$pkgver.tar.gz" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="60c3b402cce0527d61ccdcee374b5bbd9371c9a8ee1e16657f8f26b98a4b6ee35ef812866d1618e76fe7c4d6a2950a823303f69961ee48f185b9cc2440569fbd unit-1.0.tar.gz" +sha512sums="89460e96d775df7f0c9d66011b59ca45ebe99e1e9e194f1800824ee1a3ae9c3f0207c9c749d34c250560ded6f1c3ad5b66fadcb3ffb2c62c5a6f5115944cea1f unit-1.1.tar.gz" |