grv: update to 0.2.0.
This commit is contained in:
parent
3dbeda6ebc
commit
629bc17879
2 changed files with 14 additions and 3 deletions
|
@ -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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'grv'
|
# Template file for 'grv'
|
||||||
pkgname=grv
|
pkgname=grv
|
||||||
version=0.1.3
|
version=0.2.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname}
|
wrksrc=${pkgname}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/rgburke/grv"
|
go_import_path="github.com/rgburke/grv"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/rgburke/grv"
|
homepage="https://github.com/rgburke/grv"
|
||||||
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
distfiles="https://github.com/rgburke/grv/releases/download/v${version}/grv-${version}-src.tar.gz"
|
||||||
checksum=61c73aff8e73fe86ee5a1b7a37e8506afa87fda3f81edacadfc6b9aeebc22314
|
checksum=4988bb0a74853ada3808d7c819bd159b2acee741baa1565e97033cd3118224b7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/documentation.md
|
vdoc doc/documentation.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue