gkill: update to 1.0.2.
This commit is contained in:
parent
57810ae3d9
commit
6311df0147
1 changed files with 4 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
# Template file for 'gkill'
|
||||
pkgname=gkill
|
||||
version=0.0.0.20170406
|
||||
revision=2
|
||||
_commit="46a3be01f54543ea23c43f3d8a619ea9126aebbc"
|
||||
wrksrc="$pkgname-$_commit"
|
||||
version=1.0.2
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git"
|
||||
short_desc="Easy Process Killer"
|
||||
|
@ -11,8 +9,8 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="MIT"
|
||||
go_import_path="github.com/heppu/gkill"
|
||||
homepage="https://$go_import_path"
|
||||
distfiles="$homepage/archive/$_commit.tar.gz"
|
||||
checksum=b8b89c7252dd2d4a3cb7870a676c6fd9561006a7416f0b0121ce233b68c86c6a
|
||||
distfiles="$homepage/archive/v$version.tar.gz"
|
||||
checksum=aee86f1e18a88ecd3024c6deb3dbd6a2e385961ad8365046dc2b64596bdbb84b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue