- Update to 0.2.0

PR:	ports/170182
Submitted by:	Mahlon E. Smith <mahlon@martini.nu> (maintainer)
This commit is contained in:
Alex Kozlov 2012-07-26 10:22:06 +00:00
parent 9b648201ee
commit 5d6edef968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301558
3 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= volta
DISTVERSION= 0.1.1
DISTVERSION= 0.2.0
CATEGORIES= www
MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \
http://projects.martini.nu/volta/chrome/site/

View File

@ -1,2 +1,2 @@
SHA256 (volta-0.1.1.tgz) = 596e54a59d19a84ff2d9019d0f4742ebcd33b9c4ab4a62e977df44242762d880
SIZE (volta-0.1.1.tgz) = 29240
SHA256 (volta-0.2.0.tgz) = 9857c08cddafd935238a756d13822a6240ac1f79ed3a33f84805b60532e523d6
SIZE (volta-0.2.0.tgz) = 29357

View File

@ -3,7 +3,8 @@ Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.
It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.
It uses a state machine to parse URIs and rules, and a constant
database to store and access those rules. It can then either perform
conditional rewrites internally, or by evaluating Lua scripts.
WWW: http://projects.martini.nu/volta/