diff options
-rw-r--r-- | community/syncthing13/APKBUILD | 2 | ||||
-rw-r--r-- | community/terraform/APKBUILD | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/community/syncthing13/APKBUILD b/community/syncthing13/APKBUILD index f4159bef39..410447ae59 100644 --- a/community/syncthing13/APKBUILD +++ b/community/syncthing13/APKBUILD @@ -8,7 +8,7 @@ pkgver=0.13.10 pkgrel=1 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all" +arch="all !ppc64le" license="MPLv2" pkgusers="$_realname" pkggroups="$_realname" diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD index 21d70e7b66..1838bb4156 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -2,11 +2,11 @@ # Contributor: Gennady Feldman <gena01@gmail.com> # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=terraform -pkgver=0.8.5 +pkgver=0.9.5 pkgrel=0 pkgdesc="Building, changing, and combining infrastructure safely and efficiently" url="https://www.terraform.io/" -arch="all !armhf !ppc64le" +arch="all !armhf" license="MPL 2.0" depends="" makedepends="go" @@ -30,6 +30,4 @@ package() { install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname || return 1 } -md5sums="5631845e23e4d471115c56cc7c6240f6 terraform-0.8.5.tar.gz" -sha256sums="3d59b81350fcb3a5ca5ac06a19275c2941f67d00989630774faa659908098ebf terraform-0.8.5.tar.gz" -sha512sums="e0396e83b9d21262d8ed7f09e91840cfd086f30e805e4e2b483558553181646a7c67e31345f47b3ea7408e71422aa12231672f5a604fa9a59b291f8895628371 terraform-0.8.5.tar.gz" +sha512sums="0c2dba9cc864c7c16d5b1d5d0c7e1980780589cdb3d76f3d9bb08b9f3fa99221f3daeaca04d3776157e7cdfdf28b9e4413e8ce1857bc672b212bfb52e17ed40c terraform-0.9.5.tar.gz" |