diff --git a/devel/rubygem-ascii85/Makefile b/devel/rubygem-ascii85/Makefile index f585e1856278..6ff31268e5c7 100644 --- a/devel/rubygem-ascii85/Makefile +++ b/devel/rubygem-ascii85/Makefile @@ -1,22 +1,22 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= ascii85 -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG DISTNAME= Ascii85-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name #' LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes USES= gem PLIST_FILES= bin/ascii85 .include diff --git a/devel/rubygem-ascii85/distinfo b/devel/rubygem-ascii85/distinfo index ae418a3325ec..dddb5cf6af08 100644 --- a/devel/rubygem-ascii85/distinfo +++ b/devel/rubygem-ascii85/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/Ascii85-1.0.2.gem) = f854f2ebb0bd13f80ee9018a904357175337cfe0816ecb60466ca2d0fad22549 -SIZE (rubygem/Ascii85-1.0.2.gem) = 10752 +TIMESTAMP = 1516969785 +SHA256 (rubygem/Ascii85-1.0.3.gem) = 7ae3f2eb83ef5962016802caf0ce7db500c1cc25f385877f6ec64a29cfa8a818 +SIZE (rubygem/Ascii85-1.0.3.gem) = 11776 diff --git a/devel/rubygem-ascii85/pkg-descr b/devel/rubygem-ascii85/pkg-descr index 89c3a26844f4..232eb25644a5 100644 --- a/devel/rubygem-ascii85/pkg-descr +++ b/devel/rubygem-ascii85/pkg-descr @@ -1,4 +1,4 @@ Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of the same name -WWW: https://github.com/datawraith/ascii85gem +WWW: https://github.com/DataWraith/ascii85gem