Revert z3 update and bump vim and vim-python on the CI
This commit is contained in:
parent
8987e6be69
commit
acf12000f1
@ -68,7 +68,7 @@ termux_step_pre_configure() {
|
||||
termux_step_post_make_install() {
|
||||
cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
|
||||
|
||||
# Remove most tutor files:
|
||||
# Remove most tutor files
|
||||
cp $TERMUX_PREFIX/share/vim/vim82/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim82/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim82/tutor/
|
||||
|
@ -54,7 +54,7 @@ termux_step_pre_configure() {
|
||||
termux_step_post_make_install() {
|
||||
cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
|
||||
|
||||
# Remove most tutor files:
|
||||
# Remove most tutor files
|
||||
cp $TERMUX_PREFIX/share/vim/vim82/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim82/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim82/tutor/
|
||||
|
@ -1,9 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/Z3Prover/z3
|
||||
TERMUX_PKG_DESCRIPTION="Z3 is a theorem prover from Microsoft Research."
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_VERSION=4.8.9
|
||||
TERMUX_PKG_VERSION=4.8.8
|
||||
TERMUX_PKG_SRCURL=https://github.com/Z3Prover/z3/archive/z3-$TERMUX_PKG_VERSION.tar.gz
|
||||
TERMUX_PKG_SHA256=c9fd04b9b33be74fffaac3ec2bc2c320d1a4cc32e395203c55126b12a14ff3f4
|
||||
TERMUX_PKG_SHA256=6962facdcdea287c5eeb1583debe33ee23043144d0e5308344e6a8ee4503bcff
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_configure() {
|
||||
|
Loading…
Reference in New Issue
Block a user