diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-08 21:01:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-08 21:01:28 +0800 |
commit | 412d7502bca89e9b5a51f135136be34e1bd8a24e (patch) | |
tree | cef745c5d522f921b5bc0a0c211356eba6c9924e /www | |
parent | 2fc23c223e6b018bc984d4600edb220dd6107614 (diff) | |
download | freebsd-ports-gnome-412d7502bca89e9b5a51f135136be34e1bd8a24e.tar.gz freebsd-ports-gnome-412d7502bca89e9b5a51f135136be34e1bd8a24e.tar.zst freebsd-ports-gnome-412d7502bca89e9b5a51f135136be34e1bd8a24e.zip |
Update to 0.15.7
- Update WWW
Changes: https://github.com/jnunemaker/httparty/blob/master/Changelog.md
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-httparty/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-httparty/distinfo | 6 | ||||
-rw-r--r-- | www/rubygem-httparty/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/rubygem-httparty/Makefile b/www/rubygem-httparty/Makefile index d4165fe5bd39..15f26733fd7c 100644 --- a/www/rubygem-httparty/Makefile +++ b/www/rubygem-httparty/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httparty -PORTVERSION= 0.15.6 +PORTVERSION= 0.15.7 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-httparty/distinfo b/www/rubygem-httparty/distinfo index 9690db297579..8fa459cedf9d 100644 --- a/www/rubygem-httparty/distinfo +++ b/www/rubygem-httparty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1500735227 -SHA256 (rubygem/httparty-0.15.6.gem) = fbe0cde25a5325a4e248d4225640529552e6b49622289bdc7110fe294f5f7e2a -SIZE (rubygem/httparty-0.15.6.gem) = 87552 +TIMESTAMP = 1518091893 +SHA256 (rubygem/httparty-0.15.7.gem) = b1c8258037b999fe3d418f22abddd17899ec0954a79e64f39c79a1fb462982e0 +SIZE (rubygem/httparty-0.15.7.gem) = 87552 diff --git a/www/rubygem-httparty/pkg-descr b/www/rubygem-httparty/pkg-descr index 59690e0942e8..0d5ac752ca5f 100644 --- a/www/rubygem-httparty/pkg-descr +++ b/www/rubygem-httparty/pkg-descr @@ -8,4 +8,4 @@ Its features: * Automatic parsing of JSON and XML into ruby hashes based on response content-type -WWW: http://johnnunemaker.com/httparty/ +WWW: https://johnnunemaker.com/httparty/ |