volta: update to 0.9.3
This commit is contained in:
parent
a6627bf86b
commit
4eaf623569
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'volta'
|
# Template file for 'volta'
|
||||||
pkgname=volta
|
pkgname=volta
|
||||||
version=0.8.7
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
|
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
|
@ -11,11 +11,7 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://volta.sh/"
|
homepage="https://volta.sh/"
|
||||||
distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
|
distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
|
||||||
checksum=3e1c29f3846c40b13601ee5ebdf4b379243462bfff728b370b72495a430b177e
|
checksum=3777585d5ebd24f9f53ac5d41c378c471211ded0d8e0e126110648fefbd0d316
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cargo update --package openssl-sys --precise 0.9.58
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release --target ${RUST_TARGET}
|
cargo build --release --target ${RUST_TARGET}
|
||||||
|
|
Loading…
Reference in New Issue