diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-04 18:56:11 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:39:52 +0800 |
commit | 2efe95861f550f9c0994f56bc0b43f32c4177e70 (patch) | |
tree | e9a48f3adb67123350675deb67e91cf46f60484f /www | |
parent | 889358977766913df49a7ddce669e7edff21bd1b (diff) | |
download | freebsd-ports-gnome-2efe95861f550f9c0994f56bc0b43f32c4177e70.tar.gz freebsd-ports-gnome-2efe95861f550f9c0994f56bc0b43f32c4177e70.tar.zst freebsd-ports-gnome-2efe95861f550f9c0994f56bc0b43f32c4177e70.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/ |