Skip to content

Commit

Permalink
volta: update to 1.0.1
Browse files Browse the repository at this point in the history
volta dropped 686 architecture support
  • Loading branch information
Alex Lohr authored and Piraty committed Jan 18, 2021
1 parent b68a299 commit 7dd6038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/volta/template
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 7dd6038

Please sign in to comment.