hashworks pushed to branch main at Arch Linux / Packaging / Packages / terraform
Commits: 5ff41727 by Justin Kromlinger at 2023-10-11T21:12:11+02:00 upgpkg: 1.6.1-2: adjust license to BUSL-1.1 https://github.com/hashicorp/terraform/blob/v1.6.1/LICENSE - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = terraform pkgdesc = HashiCorp tool for building and updating infrastructure as code idempotently pkgver = 1.6.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/hashicorp/terraform arch = x86_64 - license = MPL + license = BUSL-1.1 makedepends = go depends = glibc optdepends = diffutils: for running `terraform fmt -diff` ===================================== PKGBUILD ===================================== @@ -5,11 +5,11 @@ pkgname=terraform pkgver=1.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently" url="https://github.com/hashicorp/terraform" arch=("x86_64") -license=("MPL") +license=("BUSL-1.1") makedepends=('go') depends=('glibc') optdepends=('diffutils: for running `terraform fmt -diff`') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/5ff41727cf4e6b949743cfa18f79f9f3e8dda5d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/5ff41727cf4e6b949743cfa18f79f9f3e8dda5d7 You're receiving this email because of your account on gitlab.archlinux.org.
