diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-23 03:50:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-23 03:50:00 +0000 |
commit | 0d42b649cf1a36c29016cf21c2c9e8d234b0738b (patch) | |
tree | 5bfe1a259d17c035abba066be0c92f854c8883ec | |
parent | 8dff1d34be188cb4c7e94fc2db0dbc1456b348d3 (diff) | |
download | ports-0d42b649cf1a36c29016cf21c2c9e8d234b0738b.tar.gz ports-0d42b649cf1a36c29016cf21c2c9e8d234b0738b.zip |
Notes
-rw-r--r-- | www/aria2/Makefile | 2 | ||||
-rw-r--r-- | www/aria2/distinfo | 5 | ||||
-rw-r--r-- | www/aria2/pkg-descr | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 891cb44482e3..739fc58b9379 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.22.0 +PORTVERSION= 1.23.0 CATEGORIES= www MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ diff --git a/www/aria2/distinfo b/www/aria2/distinfo index cd908f04a7d0..4eeaf4ba1468 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,2 +1,3 @@ -SHA256 (aria2-1.22.0.tar.xz) = ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89 -SIZE (aria2-1.22.0.tar.xz) = 1448096 +TIMESTAMP = 1463935417 +SHA256 (aria2-1.23.0.tar.xz) = 585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93 +SIZE (aria2-1.23.0.tar.xz) = 1493704 diff --git a/www/aria2/pkg-descr b/www/aria2/pkg-descr index 9fed8cfed5a9..0bef9712a86f 100644 --- a/www/aria2/pkg-descr +++ b/www/aria2/pkg-descr @@ -21,4 +21,4 @@ manipulated via built-in JSON-RPC and XML-RPC interfaces. Its features include: aria2 supports RPC interface to control the aria2 process. The supported interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC. -WWW: http://aria2.sourceforge.net/ +WWW: https://aria2.github.io/ |