just: update to 0.3.11.
Closes #14222. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5ee7846bd0
commit
07dc7f5c21
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'just'
|
# Template file for 'just'
|
||||||
pkgname=just
|
pkgname=just
|
||||||
version=0.3.10
|
version=0.3.11
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo"
|
hostmakedepends="cargo"
|
||||||
short_desc="Just a command runner"
|
short_desc="Just a command runner"
|
||||||
maintainer="Wilson Birney <wpb@360scada.com>"
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
||||||
license="CC0-1.0"
|
license="CC0-1.0"
|
||||||
|
#changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
|
||||||
homepage="https://github.com/casey/just"
|
homepage="https://github.com/casey/just"
|
||||||
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
distfiles="https://github.com/casey/just/archive/v${version}.tar.gz"
|
||||||
checksum=b1b73609799883500bf57060ef48d056cc191662d67e18b300bbcc6e644d1529
|
checksum=2ded5cbb140955e87e0edee5c9728146316a34fa0a23a4de1f7a28df569b25d0
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
@ -20,6 +21,6 @@ do_check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/release/${pkgname}
|
vbin target/release/just
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue