grv: update to 0.2.0.

This commit is contained in:
Jasper Chan 2018-08-18 21:24:39 -07:00
parent 3dbeda6ebc
commit 629bc17879
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- cmd/grv/vendor/gopkg.in/libgit2/git2go.v27/diff.go 2018-07-14 03:13:29.682424699 -0700
+++ cmd/grv/vendor/gopkg.in/libgit2/git2go.v27/diff.go 2018-07-14 03:13:24.210458876 -0700
@@ -405,7 +405,7 @@
return newPatchFromC(patchPtr), nil
}
-type DiffOptionsFlag int
+type DiffOptionsFlag uint
const (
DiffNormal DiffOptionsFlag = C.GIT_DIFF_NORMAL

View File

@ -1,7 +1,7 @@
# Template file for 'grv'
pkgname=grv
version=0.1.3
revision=3
version=0.2.0
revision=1
wrksrc=${pkgname}
build_style=go
go_import_path="github.com/rgburke/grv"
@ -13,7 +13,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
license="GPL-3"
homepage="https://github.com/rgburke/grv"
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
checksum=61c73aff8e73fe86ee5a1b7a37e8506afa87fda3f81edacadfc6b9aeebc22314
checksum=4988bb0a74853ada3808d7c819bd159b2acee741baa1565e97033cd3118224b7
post_install() {
vdoc doc/documentation.md