Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volta: update to 1.0.7 #36833

Merged
merged 1 commit into from Apr 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/volta/template
@@ -1,6 +1,6 @@
# Template file for 'volta'
pkgname=volta
version=1.0.6
version=1.0.7
revision=1
archs="x86_64" # Due to volta pulling pre-built binaries later. Evil.
build_style="cargo"
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=0f66edcb2639bee2c1668efd119c2937a77fbbe564c9d63827e8eaf37dbee4b9
checksum=7e38691c56d77b4d4b466247bc9f10672d4f8f6b98cf53c50fdab6c34526aa91

post_install() {
vlicense LICENSE
Expand Down