X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/f8cce0c098bdfbfa2b6fb67933a08c2bd72db4b4..0c683e37a7eaf9f079e3ad0e6db4303a4419f093:/packages/asciinema/build.sh?ds=sidebyside 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