diffr: update to 0.1.3.
This commit is contained in:
parent
a9be2c98d8
commit
f692a2b72a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'diffr'
|
||||
pkgname=diffr
|
||||
version=0.1.2
|
||||
version=0.1.3
|
||||
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=76767fec7bcec1f86ed0c21c05ce4fee3ac41e00f2b88e91249102b02c0f7307
|
||||
checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
|
||||
|
||||
do_install() {
|
||||
vbin "target/${RUST_TARGET}/release/diffr"
|
||||
|
|
Loading…
Reference in New Issue