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