flint: update to 0.1.0.

This commit is contained in:
Andrea Brancaleoni 2017-05-08 15:11:00 +02:00
parent f22950250a
commit e9cfd8a96a

View file

@ -1,9 +1,7 @@
# Template file for 'flint' # Template file for 'flint'
pkgname=flint pkgname=flint
version=0.0.4.20160114 version=0.1.0
revision=5 revision=1
_commit=0a4fec3268ca19c5f8ed2f4904b878934a92a060
wrksrc="$pkgname-$_commit"
build_style=go build_style=go
hostmakedepends="git-perl" hostmakedepends="git-perl"
short_desc="Check your project for common sources of contributor friction" short_desc="Check your project for common sources of contributor friction"
@ -11,8 +9,8 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT" license="MIT"
go_import_path="github.com/pengwynn/flint" go_import_path="github.com/pengwynn/flint"
homepage="https://${go_import_path}" homepage="https://${go_import_path}"
distfiles="${homepage}/archive/${_commit}.tar.gz" distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=c91258674bbc32a20e9abc92a9125e25bafb13d26255cffc865ecdbbe2d60993 checksum=ec865ec5cad191c7fc9c7c6d5007754372696a708825627383913367f3ef8b7f
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md