volta: update to 1.0.1
volta dropped 686 architecture support
This commit is contained in:
parent
b68a299f86
commit
7dd6038bad
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'volta'
|
||||
pkgname=volta
|
||||
version=1.0.0
|
||||
version=1.0.1
|
||||
revision=1
|
||||
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
|
||||
archs="x86_64" # Due to volta pulling pre-built binaries later. Evil.
|
||||
build_style="cargo"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -11,7 +11,7 @@ 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=55d4e245b81baa540d4f56f5e2cb93f0a62047a7a40423536305b38231e38d96
|
||||
checksum=8d12a9f8754a982dfcfdb21cef29fa6d087e7e1022d0d3fe66f04b90f081a98a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue