mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
volta: update to 0.7.2
This commit is contained in:
parent
585e7cf839
commit
58b83ffe9d
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'volta'
|
# Template file for 'volta'
|
||||||
pkgname=volta
|
pkgname=volta
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
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,7 +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=e53a07e167bb64103f36901423f5a377a2ea89ecfdd7a1343e69d659f99f9c1b
|
checksum=2401c17a7f5033598c85db79d9027f60f94b91b27f2d62f23370f88fada618b4
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cargo update --package openssl-sys --precise 0.9.53
|
cargo update --package openssl-sys --precise 0.9.53
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site="https://github.com/volta-cli/volta/releases"
|
site="https://github.com/volta-cli/volta/releases"
|
||||||
pattern="\bv(\d+\.\d+\.\d+)\b"
|
pattern="\bv\K(\d+\.\d+\.\d+)\b"
|
||||||
|
|
Loading…
Add table
Reference in a new issue