diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-04-23 01:11:18 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-25 07:11:16 +0000 |
commit | 0f920d3abed21639fb843e30ebb8ef914bcf7278 (patch) | |
tree | 6595936689a10aad99bfcfeb940f361ce9d7bcee /main/mini_httpd | |
parent | 12b331734c01892fd91c249f49be715a7341a2e2 (diff) | |
download | aports-0f920d3abed21639fb843e30ebb8ef914bcf7278.tar.bz2 aports-0f920d3abed21639fb843e30ebb8ef914bcf7278.tar.xz |
main/[various]: bump pkgrel for pre-install fixes
Diffstat (limited to 'main/mini_httpd')
-rw-r--r-- | main/mini_httpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mini_httpd/APKBUILD b/main/mini_httpd/APKBUILD index 8b889c2e3c..c666489260 100644 --- a/main/mini_httpd/APKBUILD +++ b/main/mini_httpd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mini_httpd pkgver=1.21 -pkgrel=2 +pkgrel=3 pkgdesc="Small forking webserver with ssl and ipv6 support" url="http://www.acme.com/software/mini_httpd/" arch="all" |