Merge pull request #4675 from diogoleal/tinycron-0.4
tinycron: update to 0.4
This commit is contained in:
commit
bd63f7cd18
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tinycron'
|
# Template file for 'tinycron'
|
||||||
pkgname=tinycron
|
pkgname=tinycron
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/bcicen/tinycron"
|
go_import_path="github.com/bcicen/tinycron"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/bcicen/tinycron"
|
homepage="https://github.com/bcicen/tinycron"
|
||||||
distfiles="https://github.com/bcicen/tinycron/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bcicen/tinycron/archive/v${version}.tar.gz"
|
||||||
checksum=1ba15e20871c0cbe45061d0ae7ebd5097dd173d7a3f4f9d6d21407d672e05f47
|
checksum=694c5dcf0435d10ed825dd3e80aefedd1f82953513ce1fe8c46c002d2eca07c2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue