pick: Update from 1.9.0 to 2.0.0

This commit is contained in:
Fredrik Fornwall 2017-11-11 19:22:50 +01:00
parent 52c0f97b6b
commit 25d4444c97
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://github.com/calleerlandsson/pick
TERMUX_PKG_DESCRIPTION="Utility to choose one option from a set of choices with fuzzy search functionality"
TERMUX_PKG_VERSION=1.9.0
TERMUX_PKG_SHA256=97d3f310eb7de44fbe50ad3451c49d859d607fa14acd0c584aafae97eea65267
TERMUX_PKG_VERSION=2.0.0
TERMUX_PKG_SHA256=0e87141b9cca7c31d4d77c87a7c0582e316f40f9076444c7c6e87a791f1ae80b
TERMUX_PKG_SRCURL=https://github.com/calleerlandsson/pick/releases/download/v${TERMUX_PKG_VERSION}/pick-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="ncurses"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_setupterm=-lncurses"