diff options
author | pawel <pawel@FreeBSD.org> | 2016-10-12 03:21:47 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-10-12 03:21:47 +0800 |
commit | 9fdb19e4afee58bad10a867cb77cdbd770fe5e7d (patch) | |
tree | 8114d4f15f0c66789812b9f634c06dea4f5eb5b6 /sysutils | |
parent | 65fd36f76c641065b77375f07b874eb9f9adfe47 (diff) | |
download | freebsd-ports-graphics-9fdb19e4afee58bad10a867cb77cdbd770fe5e7d.tar.gz freebsd-ports-graphics-9fdb19e4afee58bad10a867cb77cdbd770fe5e7d.tar.zst freebsd-ports-graphics-9fdb19e4afee58bad10a867cb77cdbd770fe5e7d.zip |
Update to version 1.5.1
PR: 213246
Submitted by: Neel Chauhan (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pick/Makefile | 4 | ||||
-rw-r--r-- | sysutils/pick/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pick/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/pick/Makefile b/sysutils/pick/Makefile index 071a066cfcc..6f6e2e544ae 100644 --- a/sysutils/pick/Makefile +++ b/sysutils/pick/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= pick -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= sysutils -MASTER_SITES= http://github.com/thoughtbot/pick/releases/download/v${PORTVERSION}/ +MASTER_SITES= http://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/ MAINTAINER= neel@neelc.org COMMENT= Tool for choosing one option from a set of choices with an interface diff --git a/sysutils/pick/distinfo b/sysutils/pick/distinfo index 7ecdc9b8ea0..1cae0ec9013 100644 --- a/sysutils/pick/distinfo +++ b/sysutils/pick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474372111 -SHA256 (pick-1.5.0.tar.gz) = 1dac1c9cf0b14b0bbb4d9eefb6af72cdf5314af7b2ff9e4c7c8858014ad63549 -SIZE (pick-1.5.0.tar.gz) = 103859 +TIMESTAMP = 1475767683 +SHA256 (pick-1.5.1.tar.gz) = d41db6c0f1a87e8463c01a15670a96ec90d978dc83dcec7619a46dfe52acbe26 +SIZE (pick-1.5.1.tar.gz) = 104067 diff --git a/sysutils/pick/pkg-descr b/sysutils/pick/pkg-descr index 9c79ebddfc7..9a3671d9573 100644 --- a/sysutils/pick/pkg-descr +++ b/sysutils/pick/pkg-descr @@ -1,4 +1,4 @@ pick allows users to choose one option from a set of choices using an interface with fuzzy search functionality. -WWW: https://www.github.com/thoughtbot/pick +WWW: https://github.com/calleerlandsson/pick |