dnote-cli: update to 0.6.0.
This commit is contained in:
parent
a1047c3eec
commit
51e1d146f7
1 changed files with 3 additions and 2 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'dnote-cli'
|
||||
pkgname=dnote-cli
|
||||
version=0.5.0
|
||||
version=0.6.0
|
||||
revision=1
|
||||
wrksrc="cli-${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/dnote-io/cli
|
||||
go_build_tags="fts5"
|
||||
hostmakedepends="git dep"
|
||||
short_desc="Capture what you learn as you code without leaving the command line"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://dnote.io/"
|
||||
distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz"
|
||||
checksum=9e23eee160af8c084591368ef6f90fbcb0e0a33f197449f89283add78e9d5352
|
||||
checksum=ec7bd92ae62dd75867f015e838a0a7ee70016eb073cb9f622e9a8958d1e68569
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
|
|
Loading…
Reference in a new issue