This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@829686 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
1 parent
7e86d15
commit 0bee8b1
Showing
2 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Maintainer: Daurnimator <[email protected]> | ||
|
||
pkgname=terraform | ||
pkgver=0.14.4 | ||
pkgver=0.14.5 | ||
pkgrel=1 | ||
pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently" | ||
url="https://www.terraform.io/" | ||
|
@@ -12,7 +12,7 @@ license=("MPL") | |
makedepends=("go") | ||
depends=('glibc') | ||
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz") | ||
sha512sums=('b39d081e03a9a2272ba979ae236049d1b5825110e0cae35961de42464e98d531a8be8b4c1fae150c10d148583cada30ff820f8a09cd71e2ea7bae43e8367f2c4') | ||
sha512sums=('f18744d32006c2ecf0217d1710c2134d7aa2c2eacbbc2cfa445e786611250d14508b13fef763a1c4820f357481eebc21649cef8f8c7d3774ff62680d2fc7f2d5') | ||
changelog="CHANGELOG.md" | ||
|
||
build() { | ||
|