gx: update to 0.14.3.
This commit is contained in:
parent
9e12383759
commit
a72683f3b4
1 changed files with 3 additions and 4 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'gx'
|
||||
pkgname=gx
|
||||
version=0.14.2
|
||||
version=0.14.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/whyrusleeping/gx"
|
||||
hostmakedepends="git"
|
||||
short_desc="The language-agnostic, universal package manager around IPFS"
|
||||
short_desc="Language-agnostic, universal package manager around IPFS"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/whyrusleeping/gx"
|
||||
distfiles="https://github.com/whyrusleeping/gx/archive/v${version}.tar.gz"
|
||||
checksum=de363e7fab51491cfc8a4e6c9c67b63f5d10df06744920f6851cb9b4a44967d4
|
||||
broken="cli.BoolFlag does not implement cli.Flag (Apply method has pointer receiver)"
|
||||
checksum=2c0b90ddfd3152863f815c35b37e94d027216c6ba1c6653a94b722bf6e2b015d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue