texlive-bin: fix build failure for i686 and x86_64 (due to NDK r16?)
[termux-packages] / packages / libvterm / build.sh
index 35481bc..aa69092 100644 (file)
@@ -1,9 +1,10 @@
 TERMUX_PKG_HOMEPAGE=http://libvterm.sourceforge.net/
 TERMUX_PKG_DESCRIPTION="Terminal emulator library"
 # libvterm does not do releases, take a specific commit for now:
-TERMUX_PKG_VERSION=0.0.201601301200
-TERMUX_PKG_SRCURL=https://github.com/neovim/libvterm/archive/a9c7c6fd20fa35e0ad3e0e98901ca12dfca9c25c.zip
-TERMUX_PKG_FOLDERNAME=libvterm-a9c7c6fd20fa35e0ad3e0e98901ca12dfca9c25c
+TERMUX_PKG_VERSION=17.10.05
+_COMMIT=4ca7ebf7d25856e90bc9d9cc49412e80be7c4ea8
+TERMUX_PKG_SHA256=287be22b5c11119959be63d938032b3a1c33e06b7a3a822ba075b3ec687a34f0
+TERMUX_PKG_SRCURL=https://github.com/neovim/libvterm/archive/$_COMMIT.zip
 TERMUX_PKG_BUILD_IN_SRC=yes
 
 termux_step_make () {