From 2b7074ddeab7503ad0d693d68242f6435f6be67e Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sun, 12 Apr 2020 02:01:12 +0300 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"