diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-22 08:22:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-22 10:32:41 +0000 |
commit | 93421c99e334b5b0b52948e01e786430e7b3b1d2 (patch) | |
tree | 06a5ee5457d19bab95e05a32473488c097499d90 /testing/cherokee | |
parent | 4f5c6ad384c8148259f209c2564bac9cd9f02062 (diff) | |
download | aports-93421c99e334b5b0b52948e01e786430e7b3b1d2.tar.bz2 aports-93421c99e334b5b0b52948e01e786430e7b3b1d2.tar.xz |
testing/cherokee: upgrade to 1.2.101
Diffstat (limited to 'testing/cherokee')
-rw-r--r-- | testing/cherokee/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cherokee/APKBUILD b/testing/cherokee/APKBUILD index 53e585b49c..7479996b01 100644 --- a/testing/cherokee/APKBUILD +++ b/testing/cherokee/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Mika Havela <mika.havela@gmail.com> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=cherokee -pkgver=1.2.98 -pkgrel=3 +pkgver=1.2.101 +pkgrel=0 pkgdesc="A very fast, flexible and easy to configure Web Server" url="http://www.cherokee-project.com/" arch="all" @@ -41,6 +41,6 @@ package() { "$pkgdir"/etc/conf.d/$pkgname || return 1 } -md5sums="21b01e7d45c0e82ecc0c4257a9c27feb cherokee-1.2.98.tar.gz +md5sums="ef47003355a2e368e4d9596cd070ef23 cherokee-1.2.101.tar.gz 8cc44726585fa04a2772a0c3faa6a72d cherokee.initd bd6a840f72c630ce1eaabe058097584f cherokee.confd" |