R-cran-lifecycle: update to 1.0.3
This commit is contained in:
parent
cf2dd17fe8
commit
933196af54
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'R-cran-lifecycle'
|
# Template file for 'R-cran-lifecycle'
|
||||||
pkgname=R-cran-lifecycle
|
pkgname=R-cran-lifecycle
|
||||||
version=1.0.1
|
version=1.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=R-cran
|
build_style=R-cran
|
||||||
makedepends="R-cran-glue R-cran-rlang"
|
makedepends="R-cran-glue R-cran-rlang R-cran-cli"
|
||||||
depends="R-cran-glue R-cran-rlang"
|
depends="R-cran-glue R-cran-rlang R-cran-cli"
|
||||||
short_desc="Manage the Life Cycle of your Package Functions"
|
short_desc="Manage the Life Cycle of your Package Functions"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/r-lib/lifecycle"
|
homepage="https://github.com/r-lib/lifecycle"
|
||||||
checksum="1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0
|
checksum="6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2
|
||||||
1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0"
|
6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue