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

nomad: update to 0.9.2. #12169

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

8 changes: 2 additions & 6 deletions srcpkgs/nomad/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nomad'
pkgname=nomad
version=0.9.1
version=0.9.2
revision=1
build_style=go
go_import_path="github.com/hashicorp/${pkgname}"
Expand All @@ -13,13 +13,9 @@ maintainer="iaroki <iaroki@protonmail.com>"
license="MPL-2.0"
homepage="https://www.nomadproject.io/"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=19da9f2bcc4c521b777a7889ed2c1a28182d2048e134a56099ff54e9fb6c2347
checksum=5e3172cc51a925818c3bc892a2e99ee7da235b88ac2bdab3633a6a6289f0c692
patch_args="-Np1"

case "$XBPS_MACHINE" in
i686*) broken="yarn is broken on i686" ;;
esac

case "$XBPS_TARGET_MACHINE" in
*-musl) go_build_tags+=" nonvidia" ;;
esac
Expand Down