volta: update to 0.8.0
This commit is contained in:
parent
6b74e92dcf
commit
a215fee03e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'volta'
|
||||
pkgname=volta
|
||||
version=0.7.2
|
||||
version=0.8.0
|
||||
revision=1
|
||||
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
|
||||
build_helper="rust"
|
||||
|
@ -11,10 +11,10 @@ maintainer="Alex Lohr <alex.lohr@logmein.com>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://volta.sh/"
|
||||
distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
|
||||
checksum=2401c17a7f5033598c85db79d9027f60f94b91b27f2d62f23370f88fada618b4
|
||||
checksum=f7cf21a875e092a69482f3ffd32e208fec7357524ca49d1d69728acf3de99c3c
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.53
|
||||
cargo update --package openssl-sys --precise 0.9.55
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue