diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:11 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:11 +0800 |
commit | a4590394a869d6f69f1594165d05ae31cbbd9058 (patch) | |
tree | 65ff0da55c3c982ba77fd4301c44421bc550c2e2 /www | |
parent | 05a5497ff6d20a9dcdc1ed8af21ace4d31a9ca0c (diff) | |
download | freebsd-ports-gnome-a4590394a869d6f69f1594165d05ae31cbbd9058.tar.gz freebsd-ports-gnome-a4590394a869d6f69f1594165d05ae31cbbd9058.tar.zst freebsd-ports-gnome-a4590394a869d6f69f1594165d05ae31cbbd9058.zip |
Update to 5.3.1
- Update WWW
Changes: https://bogomips.org/unicorn/NEWS.html
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-unicorn/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-unicorn/distinfo | 6 | ||||
-rw-r--r-- | www/rubygem-unicorn/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/rubygem-unicorn/Makefile b/www/rubygem-unicorn/Makefile index cf437cb63ef9..c00a52d09256 100644 --- a/www/rubygem-unicorn/Makefile +++ b/www/rubygem-unicorn/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unicorn -PORTVERSION= 5.3.0 +PORTVERSION= 5.3.1 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-unicorn/distinfo b/www/rubygem-unicorn/distinfo index aaf5797da1ff..cf005a34bc8a 100644 --- a/www/rubygem-unicorn/distinfo +++ b/www/rubygem-unicorn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491126933 -SHA256 (rubygem/unicorn-5.3.0.gem) = 1c1e83d07284d1f17ecf4382f4335b5cf7a5ac1579b0f9f4a3ed89dd9e6651cc -SIZE (rubygem/unicorn-5.3.0.gem) = 216576 +TIMESTAMP = 1507100152 +SHA256 (rubygem/unicorn-5.3.1.gem) = 6b03fd402fff4871929228e0ed8aee01656d59ca7135f3b41e07161828b40d38 +SIZE (rubygem/unicorn-5.3.1.gem) = 217088 diff --git a/www/rubygem-unicorn/pkg-descr b/www/rubygem-unicorn/pkg-descr index a28d2ef383b6..e770529536b3 100644 --- a/www/rubygem-unicorn/pkg-descr +++ b/www/rubygem-unicorn/pkg-descr @@ -4,4 +4,4 @@ features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering both the request and response in between Unicorn and slow clients. -WWW: http://bogomips.org/unicorn/ +WWW: https://bogomips.org/unicorn/ |