diff options
author | Joe Searle <joe@jsearle.net> | 2019-09-17 15:14:03 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-19 10:46:44 -0300 |
commit | 4947599984fc5e346003ecfb82b7ed1446b24c24 (patch) | |
tree | 47b7d3089f0e3d9c0e99a0fa20c412989404a5f7 /community/terraform | |
parent | c5de65506f9ab3440d2c59e3294096e1b11de278 (diff) | |
download | aports-4947599984fc5e346003ecfb82b7ed1446b24c24.tar.bz2 aports-4947599984fc5e346003ecfb82b7ed1446b24c24.tar.xz |
community/terraform: upgrade to 0.12.8
Diffstat (limited to 'community/terraform')
-rw-r--r-- | community/terraform/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD index 5118667f72..ff736a63ad 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -3,8 +3,8 @@ # Contributor: Sergii Sadovyi <serg.sadovoi@gmail.com> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=terraform -pkgver=0.12.6 -pkgrel=1 +pkgver=0.12.8 +pkgrel=0 pkgdesc="Building, changing and combining infrastructure safely and efficiently" url="https://www.terraform.io/" arch="all !armhf !armv7" @@ -35,4 +35,4 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname } -sha512sums="295ca012ab67b5cc4c32a450b2c3e61bc4635ab3c93a242ac457208e1230f12e7145b456ed944aa1b6d87ad18205320200926541dd274d5e162e4b0b9d4a8e90 terraform-0.12.6.tar.gz" +sha512sums="88f8e1244d4e556b74aa283a9a7dc0e033dad780d9b4dd4a7f37ba634bc09f0e624505e942e620782b8e6bd1795019494695306a23a75f8b466fe119994881e1 terraform-0.12.8.tar.gz" |