diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:07:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-27 21:07:22 +0800 |
commit | 20eb1b4e6223451e3d4d4d22aae567063af6baed (patch) | |
tree | bb222df1554790dcce88ceb5a02f5516570aea48 | |
parent | ee172fb180e49bb03fabb5776da2c3bbb8f87bfb (diff) | |
download | freebsd-ports-gnome-20eb1b4e6223451e3d4d4d22aae567063af6baed.tar.gz freebsd-ports-gnome-20eb1b4e6223451e3d4d4d22aae567063af6baed.tar.zst freebsd-ports-gnome-20eb1b4e6223451e3d4d4d22aae567063af6baed.zip |
- Update to 0.7.1
- Update WWW
Changes: https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md
-rw-r--r-- | www/rubygem-typhoeus/Makefile | 2 | ||||
-rw-r--r-- | www/rubygem-typhoeus/distinfo | 4 | ||||
-rw-r--r-- | www/rubygem-typhoeus/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/rubygem-typhoeus/Makefile b/www/rubygem-typhoeus/Makefile index 921a1144b3ae..b44c131bafb8 100644 --- a/www/rubygem-typhoeus/Makefile +++ b/www/rubygem-typhoeus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typhoeus -PORTVERSION= 0.6.9 +PORTVERSION= 0.7.1 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-typhoeus/distinfo b/www/rubygem-typhoeus/distinfo index 7bf8245b3cff..4bfac2c1b9ea 100644 --- a/www/rubygem-typhoeus/distinfo +++ b/www/rubygem-typhoeus/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/typhoeus-0.6.9.gem) = 5979555fd430ebec72ab1f5630e8f7679979fb21984d8d9dfe3008d4f91794c8 -SIZE (rubygem/typhoeus-0.6.9.gem) = 49152 +SHA256 (rubygem/typhoeus-0.7.1.gem) = e81bb253477dd527733b2b512e4f48f474e63efe0e41bb92b119e1442fdad3c7 +SIZE (rubygem/typhoeus-0.7.1.gem) = 50688 diff --git a/www/rubygem-typhoeus/pkg-descr b/www/rubygem-typhoeus/pkg-descr index 0a8b79911e07..7e68651de372 100644 --- a/www/rubygem-typhoeus/pkg-descr +++ b/www/rubygem-typhoeus/pkg-descr @@ -7,4 +7,4 @@ oriented architectures in Ruby that need to be fast enough to process calls to multiple services within the client's HTTP request/response life cycle. -WWW: https://github.com/dbalatero/typhoeus +WWW: https://github.com/typhoeus/typhoeus |