From 93540216b71e83e73507bc1beb49327acf16c3a6 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Sun, 17 May 2020 22:06:54 +1000 Subject: [PATCH] diffr: update to 0.1.4. --- srcpkgs/diffr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template index 05705ce66ac..5ebd72bdb6c 100644 --- a/srcpkgs/diffr/template +++ b/srcpkgs/diffr/template @@ -1,6 +1,6 @@ # Template file for 'diffr' pkgname=diffr -version=0.1.3 +version=0.1.4 revision=1 build_style=cargo short_desc="LCS based diff highlighting tool to ease code review from your terminal" @@ -9,7 +9,7 @@ license="MIT" homepage="https://github.com/mookid/diffr" changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md" distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2 +checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb do_install() { vbin "target/${RUST_TARGET}/release/diffr"