diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-10-21 11:13:53 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-10-21 11:13:53 -0300 |
commit | 0fc81a2f2d55fa67c0c719ec87371f0cce0dc344 (patch) | |
tree | f615e5bac43a9f0977a687dffc56a866624fddf3 /community/cherokee | |
parent | 65d9286f54bc65d71cf50737006c9d4c08512070 (diff) | |
parent | 1b21445a8e9097b0bb0542ed847fbb1eb832848f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-hslogger/PKGBUILD
Diffstat (limited to 'community/cherokee')
-rw-r--r-- | community/cherokee/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/community/cherokee/PKGBUILD b/community/cherokee/PKGBUILD index 6f7fbb9c7..ecb74afd1 100644 --- a/community/cherokee/PKGBUILD +++ b/community/cherokee/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 56833 2011-10-14 14:02:14Z foutrelis $ +# $Id: PKGBUILD 57044 2011-10-19 09:24:20Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Link Dupont <link@subpop.net> pkgname=cherokee -pkgver=1.2.100 -pkgrel=2 +pkgver=1.2.101 +pkgrel=1 pkgdesc="A very fast, flexible and easy to configure Web Server" arch=('i686' 'x86_64' 'mips64el') url="http://www.cherokee-project.com/" @@ -26,13 +26,11 @@ options=('!libtool') source=(http://www.cherokee-project.com/download/1.2/$pkgver/cherokee-$pkgver.tar.gz cherokee.rc cherokee.logrotate - fix-ctk-path-handler-match.patch - cherokee-admin-socket-bind.patch) -sha1sums=('2ed95504c7f156227f9b688a901608be21cf3dff' + fix-ctk-path-handler-match.patch) +sha1sums=('b27f149c7d7111207ac8c3cd8a4856c05490d136' '85e24ccc94e6e97858226222ac62cca79c17bc80' '266064ab6d3ebd206d7207e1d97b003d2021b2e4' - '6d64371dfb23f43c29a24e37e7ae99e08a0c84cc' - '3c0b407e7282542657125d7cfb1c64eb3521ed8c') + '6d64371dfb23f43c29a24e37e7ae99e08a0c84cc') build() { cd "$srcdir/$pkgname-$pkgver" |