From 4a2832aa993f1872a6978d7cd8d7a4f39c197a7d Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 18 Oct 2018 06:51:50 +0200 Subject: [PATCH] bat: Update from 0.7.1 to 0.8.0 --- packages/bat/Cargo.toml.patch | 11 ----------- packages/bat/build.sh | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 packages/bat/Cargo.toml.patch diff --git a/packages/bat/Cargo.toml.patch b/packages/bat/Cargo.toml.patch deleted file mode 100644 index 76ea08739..000000000 --- a/packages/bat/Cargo.toml.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -u -r ../bat-0.7.1/Cargo.toml ./Cargo.toml ---- ../bat-0.7.1/Cargo.toml 2018-09-23 08:30:19.000000000 +0000 -+++ ./Cargo.toml 2018-10-08 01:23:55.289414819 +0000 -@@ -20,6 +20,7 @@ - console = "0.6" - directories = "1.0" - lazy_static = "1.0" -+termios = "0.3.1" - - [dependencies.git2] - version = "0.7" diff --git a/packages/bat/build.sh b/packages/bat/build.sh index f3b443b0f..d7f6305cf 100644 --- a/packages/bat/build.sh +++ b/packages/bat/build.sh @@ -1,7 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/sharkdp/bat TERMUX_PKG_DESCRIPTION="A cat(1) clone with wings" -TERMUX_PKG_VERSION=0.7.1 -TERMUX_PKG_SHA256=5863895e6ac95f5349da95ff74e196c4b365af3fc3f4a1376cab797df493b7a4 +TERMUX_PKG_VERSION=0.8.0 +TERMUX_PKG_SHA256=577664399cf24695f51b702350c1a3fe460cd296a6a12ed0938bb937a4b3b00d TERMUX_PKG_SRCURL=https://github.com/sharkdp/bat/archive/v$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_BUILD_IN_SRC=yes