codesearch: update to 1.2.0.

This commit is contained in:
Leah Neukirchen 2020-03-30 10:21:25 +02:00
parent 3d0992eff7
commit 3ae839fb71

View File

@ -1,6 +1,6 @@
# Template file for 'codesearch'
pkgname=codesearch
version=1.1.0
version=1.2.0
revision=1
build_style=go
go_import_path="github.com/google/codesearch"
@ -9,12 +9,11 @@ go_package="github.com/google/codesearch/cmd/cgrep
github.com/google/codesearch/cmd/csearch"
short_desc="Fast, indexed regexp search over large file trees"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
license="BSD-3-Clause"
homepage="http://github.com/google/codesearch"
distfiles="http://github.com/google/codesearch/archive/v${version}.tar.gz"
checksum=b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e
checksum=0314f4c0a8c2d4a050cd0b0ad95d489d28bef8bada63ea20fdc59e802ac1126e
post_install() {
vlicense LICENSE
}