From 0c683e37a7eaf9f079e3ad0e6db4303a4419f093 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 11 Apr 2017 21:29:26 +0200 Subject: [PATCH] asciinema: Update from 1.3.0 to 1.4.0 --- packages/asciinema/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/asciinema/build.sh b/packages/asciinema/build.sh index 0e6b4d30..dfc2fe15 100644 --- a/packages/asciinema/build.sh +++ b/packages/asciinema/build.sh @@ -1,11 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://asciinema.org/ TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way" -TERMUX_PKG_VERSION=1.3.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.4.0 # ncurses-utils for tput which asciinema uses: TERMUX_PKG_DEPENDS="python, ncurses-utils" TERMUX_PKG_SRCURL=https://github.com/asciinema/asciinema/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55 +TERMUX_PKG_SHA256=841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a TERMUX_PKG_FOLDERNAME=asciinema-${TERMUX_PKG_VERSION} TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes -- 2.11.0