diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-02-03 10:47:51 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-02-03 10:52:40 +0200 |
commit | a556ef4614511ed29d39b4a799aba45eaa15f862 (patch) | |
tree | 0c26347e458c81e2756797c87f31574ccfc32efd /testing/varnish | |
parent | d6866c4b19190d319cdf71d84dbeaa1144f60885 (diff) | |
download | aports-a556ef4614511ed29d39b4a799aba45eaa15f862.tar.bz2 aports-a556ef4614511ed29d39b4a799aba45eaa15f862.tar.xz |
testing/varnish: upgrade to 3.0.2
Diffstat (limited to 'testing/varnish')
-rw-r--r-- | testing/varnish/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/varnish/APKBUILD b/testing/varnish/APKBUILD index cc7285b0c4..97e1cfcb69 100644 --- a/testing/varnish/APKBUILD +++ b/testing/varnish/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=varnish -pkgver=3.0.0 -pkgrel=2 +pkgver=3.0.2 +pkgrel=0 pkgdesc="High-performance HTTP accelerator" url="http://www.varnish-cache.org/" arch="all" @@ -58,7 +58,7 @@ libs() { mv "$pkgdir"/usr/lib/*.so.* "$subpkgdir"/usr/lib/ } -md5sums="38387bf31a1574f5cd8dec4f0b7caf20 varnish-3.0.0.tar.gz +md5sums="c8eae0aabbe66b6daabdf3a1f58cd47a varnish-3.0.2.tar.gz a86ece4df03e2643d4d659fb841e1ea6 varnishd.initd 78bc033e92dc6153656408f44b1d1df8 varnishd.confd a6cb8a43c9465699cf956dc992998225 varnishd.logrotate" |