tag: update to 1.4.0.
This commit is contained in:
parent
8f24c48445
commit
885c4d398e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tag'
|
||||
pkgname=tag
|
||||
version=1.3.0
|
||||
revision=6
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=go
|
||||
hostmakedepends="git mercurial"
|
||||
go_import_path="github.com/aykamko/${pkgname}"
|
||||
|
@ -9,8 +9,8 @@ short_desc="Instantly jump to your ag matches"
|
|||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/aykamko/tag"
|
||||
distfiles="https://${go_import_path}/archive/${version}.tar.gz"
|
||||
checksum=c52295ae6cadda01b3400d0be1dfa5217cf67b723057d02b1718020c0a668110
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=d3a02466e600634cf0ffff9ad8c5f70eba97e44758edf35cc4efbda9cbfdff9a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue